Problem with MySQL and SSL after update

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
magellan
New Forum User
New Forum User
Posts: 2
Joined: Mon Apr 03, 2006 3:45 am

Problem with MySQL and SSL after update

Unread post 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.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post 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.
Post Reply