Page 1 of 1

Problem with MySQL and SSL after update

Posted: Mon Apr 03, 2006 3:49 am
by magellan
Hello !

I just updated mysql on my FC3 box this morning using the ART repository and now, when I try to compile qmail patched for greylist, I get the following error :

Code: Select all

./load qmail-envelope-scanner -lz -lm local_scan.o /usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient.a(client.o)(.text+0x1515): In function `mysql_close_free_options':
: undefined reference to `SSL_CTX_free'
Any idea what to do ? I already reinstalled openssl-devel and mysql-devel but without result.

Thank you.

Posted: Mon Apr 03, 2006 4:58 pm
by scott
Sounds like their code isnt compatible with it. Im afraid I dont know much about that one, I did a qgreylist rpm a while back, but I havent updated it in a while so Im a little rusty.