Hello, Did you try the configure script? See if this works:
./configure --with-mysql make Then to install either use "make install" or ./install.sh. Jesse ---- Original Message ---- From: Nataniel Klug <[email protected]> To: [email protected] Subject: Re: [Dbmail] Installing DBMail Sent: Wed, 16 Jul 2003 14:08:57 -0300 > Hello, > > Now I found this libmysqlcliet and put a copy of this file into > /usr/lib/mysql/ but now it's hangs in lcrypto. I try to make the same, > copying libcrypto.so to /usr/lib/mysql/ and it do not work. The error is > this one: > > cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o config.o config.c > cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE main.c -o dbmail-smtp > list.o debug.o pipe.o mime.o mysql/dbmysql.o dbmd5.o md5.o bounce.o > forward.o memblock.o mysql/dbauthmysql.o config.o -L/usr/lib/mysql/ > -I/usr/include/mysql/ -lmysqlclient -lcrypto > /usr/bin/ld: cannot find -lcrypto > collect2: ld returned 1 exit status > make: *** [smtp] Error 1 > Sorry, Make failed. > Please report any problems to the mailing list: [email protected] > You can find more information (including how to subscribe to the > mailinglist) on www.dbmail.org > > Nataniel Klug > > Nataniel Klug wrote: > > Hello, > > > > I am having serius dificulties in update my DBMail to version 1.1. And I > > runned build.sh and when I try to use make clean all it stops in this line: > > > > cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE main.c -o dbmail-smtp > > list.o debug.o pipe.o mime.o mysql/dbmysql.o dbmd5.o md5.o bounce.o > > forward.o memblock.o mysql/dbauthmysql.o config.o > > -L/usr/local/lib/mysql/ -I/usr/include/mysql/ -lmysqlclient -lcrypto > > /usr/bin/ld: cannot find -lmysqlclient > > collect2: ld returned 1 exit status > > make: *** [smtp] Error 1 > > > > Please can someone help me with this? > > > > Nataniel Klug > > > > _______________________________________________ > > Dbmail mailing list > > [email protected] > > https://mailman.fastxs.nl/mailman/listinfo/dbmail > > > > _______________________________________________ > Dbmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- End Original Message -- -- Jesse Norell jesse (at) kci.net
