dman wrote: d> On Sun, May 12, 2002 at 07:27:56PM -0700, Harold Hallikainen wrote:
d> | cc -Dbool=char -DHAS_BOOL -D_REENTRANT -DDEBIAN -I/usr/local/include d> | -O2 spamd/spamc.c \ d> | -o spamd/spamc -L/usr/local/lib -lnsl -lndbm -lgdbm d> | -ldbm -ldb -ldl -lm -lc -l d> | posix -lcrypt d> | /usr/bin/ld: cannot find -lgdbm d> | collect2: ld returned 1 exit status d> It means that the gdbm library isn't installed on that machine. d> You'll have to download and build it, or comment out all the AWL code d> (since that's what uses the dbm library) and build that way. I don't d> use the AWL myself. Actually, spamc doesn't use most of the libs perl tries to link it against by default. You can safely just drop the -lgdbm from the above compile line. In fact, you can drop all the -l*dbm bits. C _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk