In <Pine.SOL.4.33.0104110915390.19476-100000@???>, on 04/11/2001
at 09:17 AM, Philip Hazel <ph10@???> said:
>On Wed, 11 Apr 2001 stewartj@??? wrote:
>> Set up Local/Makefile. Think I had everything right. Go to do a make, and
>> get this error:
>>
>> gcc -O -o exim_dbmbuild exim_dbmbuild.c \
>> -lnsl -lcrypt -ldb
>> In file included from exim.h:332,
>> from exim_dbmbuild.c:30:
>> dbfn.h:107:16: db.h: No such file or directory
>> make[1]: *** [exim_dbmbuild] Error 1
>>
>> Guessing I have something wrong with a DB setting somewhere in the Makefile,
>> but don't know what that might be.
>You need something like
>INCLUDE=-I/usr/local/include
>in your Local/Makefile, where the path is wherever the db.h header file
>lives on your system.
Yep. That gets me a lot farther. Now I'm getting an error related to pam, apparently:
auths/auths.a(call_pam.o): In function 'auth_call_pam'"
call_pam.o(.text+0x166): undefined reference to 'pam_start'
[four more lines referencing pam_xxxxx]
We have pam-0.74-18 installed.
-----------------------------------------------------------
John Stewart, Seattle, Washington, USA
co-list-owner, Fumbling-Towards-Ecstasy
list-owner, ToriNews
stewartj@???
-----------------------------------------------------------