8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop compile erro...
FromSent OnAttachments
Andrei GologanOct 9, 2002 8:01 am 
Andrei GologanOct 10, 2002 12:33 am 
Andrei GologanOct 10, 2002 2:19 am 
Jens LauterbachOct 10, 2002 2:29 am 
Andrei GologanOct 10, 2002 3:18 am 
Andrei GologanOct 11, 2002 2:59 am 
Rodolfo GonzalezOct 11, 2002 11:23 am 
Andrei GologanOct 12, 2002 3:35 am 
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] maildrop compile error with mysqlActions...
From:Rodolfo Gonzalez (rodo@equinoxe.g-networks.net)
Date:Oct 11, 2002 11:23:40 am
List:net.sourceforge.lists.courier-maildrop

On Fri, 11 Oct 2002, Andrei Gologan wrote:

after reinstalling all (see my other post Maildrop + postfix + mysql = help !!) and having the same errors i lokked at the maildrop package and it was not the original one, so i got the original and tried to compile that:

bmobj/libgdbmobj.a -lgdbm -lmysqlclient -lz /usr/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status

You need to have the libmysqlclient library installed, check where is that thing installed, and export LIBS="-L/path/to/dir/where/libmysqlclient-is -lmysqlclient", and also export CARGS="-I/path/to/mysql/includes" (and also CPPARGS, I guess (?)). And also specify those paths to configure using --with-mysql-libs (don't remember exactly, check --help or the configure script directly).

Good luck.