3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Linking errors while ...
FromSent OnAttachments
Jim RiceJul 13, 2005 2:52 pm 
Tony EarnshawJul 13, 2005 10:48 pm 
Jim RiceJul 14, 2005 12:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Linking errors while making maildropActions...
From:Tony Earnshaw (ton@billy.demon.nl)
Date:Jul 13, 2005 10:48:02 pm
List:net.sourceforge.lists.courier-maildrop

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