Re: [Exim] Failing on "make"

Top Page
Delete this message
Reply to this message
Author: trevor.mclachlan
Date:  
To: trevor.mclachlan
CC: exim-users, exim-users-admin
Subject: Re: [Exim] Failing on "make"

Hi again ....

Well I'm getting further, but still failing in the make procedure .... This
is what I am getting now (as you can tell, I'm not used to compiling
things) :)

gcc -c -O -I/usr/local/BerkeleyDB.3.3/include -o exim_dbmbuild.o
exim_dbmbuild.c
gcc -o exim_dbmbuild exim_dbmbuild.o \
-lsocket -lnsl -lkstat -ldb
ld: fatal: library -ldb: not found
ld: fatal: File processing errors. No output written to exim_dbmbuild
collect2: ld returned 1 exit status
make[1]: *** [exim_dbmbuild] Error 1
make[1]: Leaving directory
`/export/home/trevor/exim-4.30/build-SunOS5-5.8-sparc'
make: *** [go] Error 2

Is there something else I need to install to get around this ?
I just installed BerkeleyDB.3.3 to get around the last problem.

Rgds
Trev