Install

Ben Ferderer <[email protected]> 10 Jul 2003 15:51:59 -0500
Newsgroups gmane.comp.djb.cdb
Organization RTE
Message-ID <1057870319.10757.87.camel@webdevelopment>
I am tring to install cdb-0.75 

when i run the make command from the cdb-0.75 directory  i get ..
[
root@webdevelopment cdb-0.75]# make
./load cdbget cdb.a buffer.a unix.a byte.a
cdb.a(cdb.o)(.text+0xce): In function `cdb_read':
: undefined reference to `errno'
cdb.a(cdb.o)(.text+0x13a): In function `cdb_read':
: undefined reference to `errno'
buffer.a(strerr_sys.o)(.text+0x8): In function `strerr_sysinit':
: undefined reference to `errno'
buffer.a(buffer_put.o)(.text+0x43): In function `allwrite':
: undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [cdbget] Error 1
[root@webdevelopment cdb-0.75]#

What is wrong?   I am installing this to use the AuthCDBUserFile module
for proftpd
http://www.castaglia.org/proftpd/modules/mod_auth_cdb.html


.  
Make it great day!
Ben Ferderer