On Thu, 2005-07-14 at 07:40 +0200, Tony Earnshaw wrote:
ons, 13.07.2005 kl. 23.50 skrev Jim Rice:
Trying to do Postfix/Courier/maildrop/pop3 with TLS/SSL and SMTP AUTH on
Fedora Core-4...
Linking maildrop
recipe.o(.text+0x43): In function `Recipe::Recipe()':
../gdbmobj/gdbmobj.h:53: undefined reference to `gdbmobj_init'
...
recipenode.o(.text+0x4409):../gdbmobj/gdbmobj.h:82: undefined reference
to `gdbmobj_store'
collect2: ld returned 1 exit status
make[1]: *** [maildrop] Error 1
make[1]: Leaving directory `/usr/local/courier/courier-0.50.0/maildrop'
make: *** [all] Error 2
Tried the Postfix book, courier-mta.org, list archives and google...
Anyone know what I'm missing? (Besides my sanity?)
Perhaps you don't have gdbm-devel installed (rpm -qa|grep gdbm). In that
case either install it, or use the bdb alternative in ./configure (if
you have the bdb devel installed :)
--Tonni
It is installed:
# rpm -qa | grep gdbm
gdbm-devel-1.8.0-24
gdbm-1.8.0-24
But I think it is referring to the gdbmobj directory that came with the
courier tarball:
/usr/local/courier/courier-0.50.0/gdbmobj
I think maildrop was compiled and installed during the courier build:
#/usr/local/courier/bin/maildrop -v
maildrop 1.8.1 Copyright 1998-2005 Double Precision, Inc.
GDBM extensions enabled.
Maildir quota extension enabled.
...
But I was not able to specify configure options at that level.
Can anyone tell me what I need to do?