pp wrote:

> gcc -DLINUX=2 -DEAPI -DTARGET="apache" -DUSE_HSREGEX -DUSE_EXPAT
> -I../lib/expat-lite -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic
> -DSHARED_MODULE -I/usr/include/apache-1.3 -I/usr/lib/glib/include
> -DHAVE_LIBMIDGARD=1 -DHAVE_MIDGARD_H=1  -c mod_midgard.c
> gcc -shared -o mod_midgard.so mod_midgard.o -L/usr/lib/mysql -L/usr/lib
> -L/usr/lib -lcrypt -lglib -lmidgard -lc -lm -lcrypt -ldb
> /usr/bin/ld: cannot find -ldb
> collect2: ld returned 1 exit status
> apxs:Break: Command failed with rc=1
> make: *** [mod_midgard.so] Error 1

Does configure search for this library when it runs on your system?
I can't find anything in configure.in that adds -ldb to the
compilation command.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to