Compile errors

Alexander N. Ryzhov ran at kondor.dn.ua
Tue Oct 3 12:08:28 UTC 2000


Red Hat Linux (kernel 2.2.17, glib-2.1.1)


When I try install INN-2.3.0:
#./configure
all is ok.

#make
   .   .   .
cd authprogs && make all
make[1]: Entering directory `/usr/src/inn-2.3.0/authprogs'
gcc -g -O2 -I../include     -c ckpasswd.c -o ckpasswd.o
gcc   -o ckpasswd ckpasswd.o  -lresolv -lcrypt
ckpasswd.o: In function `GetDBPass':
/usr/src/inn-2.3.0/authprogs/ckpasswd.c:90: undefined reference to
`dbm_open'
/usr/src/inn-2.3.0/authprogs/ckpasswd.c:95: undefined reference to
`dbm_fetch'
/usr/src/inn-2.3.0/authprogs/ckpasswd.c:97: undefined reference to
`dbm_close'
/usr/src/inn-2.3.0/authprogs/ckpasswd.c:102: undefined reference to
`dbm_close'
collect2: ld returned 1 exit status
make[1]: *** [ckpasswd] Error 1
make[1]: Leaving directory `/usr/src/inn-2.3.0/authprogs'
make: *** [all-authprogs] Error 2
[root at ns inn-2.3.0]#

I don't configure --with-berkeleydb.
Why it is happen?

--
Alexander N. Ryzhov






More information about the inn-workers mailing list