Any idea where to lock
Result from make
-----------------------
[EMAIL PROTECTED] dbmail]# ./configure
loading cache ./config.cache
This is dbmail's GNU configure script.
It's going to run a bunch of strange tests to hopefully
make your compile work without much twiddling.
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
creating ./config.status
creating Makefile
creating mysql/Makefile
creating pgsql/Makefile
[EMAIL PROTECTED] dbmail]# make
Making all in mysql
make[1]: Entering directory `/w1/dbmail/mysql'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/w1/dbmail/mysql'
Making all in pgsql
make[1]: Entering directory `/w1/dbmail/pgsql'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/w1/dbmail/pgsql'
Making all in .
make[1]: Entering directory `/w1/dbmail'
gcc -g -O2 -o dbmail-smtp list.o debug.o dbmd5.o md5.o mime.o main.o
pipe.o bounce.o forward.o memblock.o
main.o: In function `main':
/w1/dbmail/main.c:53: undefined reference to `db_connect'
/w1/dbmail/main.c:56: undefined reference to `auth_connect'
/w1/dbmail/main.c:192: undefined reference to `db_disconnect'
/w1/dbmail/main.c:193: undefined reference to `auth_disconnect'
/w1/dbmail/main.c:58: undefined reference to `db_disconnect'
pipe.o: In function `insert_messages':
/w1/dbmail/pipe.c:183: undefined reference to `auth_check_user'
/w1/dbmail/pipe.c:355: undefined reference to `db_insert_message_block'
/w1/dbmail/pipe.c:385: undefined reference to `db_update_message'
/w1/dbmail/pipe.c:389: undefined reference to `db_check_sizelimit'
/w1/dbmail/pipe.c:408: undefined reference to `auth_get_userid'
/w1/dbmail/pipe.c:290: undefined reference to `db_insert_message'
/w1/dbmail/pipe.c:299: undefined reference to `db_insert_message_block'
/w1/dbmail/pipe.c:206: undefined reference to `auth_check_user'
/w1/dbmail/pipe.c:224: undefined reference to `auth_user_exists'
bounce.o: In function `bounce':
/w1/dbmail/bounce.c:27: undefined reference to `db_get_config_item'
/w1/dbmail/bounce.c:28: undefined reference to `db_get_config_item'
/w1/dbmail/bounce.c:30: undefined reference to `db_get_config_item'
forward.o: In function `pipe_forward':
/w1/dbmail/forward.c:42: undefined reference to `db_get_config_item'
/w1/dbmail/forward.c:167: undefined reference to `db_send_message_lines'
/w1/dbmail/forward.c:214: undefined reference to `db_send_message_lines'
collect2: ld returned 1 exit status
make[1]: *** [dbmail-smtp] Error 1
make[1]: Leaving directory `/w1/dbmail'
make: *** [all-recursive] Error 1