Re: [SAtalk] Error during SpamAssassin build - ld: fatal: library-ldb: not found

2002-03-18 Thread Craig R Hughes
Duncan Findlay wrote: > I really think that we can get rid of those extra libraries. On Debian, > spamc builds with just libc. It will build fine on many systems (particularly linux) which have modern libc/glibc's where the unix socket stuff is automatically linked by your linker. However, th

Re: [SAtalk] Error during SpamAssassin build - ld: fatal: library -ldb: not found

2002-03-13 Thread Duncan Findlay
On Tue, Mar 12, 2002 at 10:20:08PM -0500, Greg Ward wrote: > On 12 March 2002, Clayton A. Burnham said: > > I get the following error while "making" SpamAssassin: > > > > gcc -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE >-D_FILE_OFFSET_BITS=64 -O spamd/spamc.c \ > >

Re: [SAtalk] Error during SpamAssassin build - ld: fatal: library -ldb: not found

2002-03-12 Thread Greg Ward
On 12 March 2002, Clayton A. Burnham said: > I get the following error while "making" SpamAssassin: > > gcc -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE >-D_FILE_OFFSET_BITS=64 -O spamd/spamc.c \ > -o spamd/spamc -L/usr/local/lib -lsocket -lnsl -lgdbm -ldb -ldl