Hi,

On Thu,  1 Apr 2004 12:04:52 -0800
[EMAIL PROTECTED] wrote:
> : undefined reference to `SSL_CTX_set_default_verify_paths'
> /usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x3a5): In function
> `new_VioSSLAcceptorFd':
> : undefined reference to `SSL_CTX_ctrl'
> /usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x3ab): In function
> `new_VioSSLAcceptorFd':
> : undefined reference to `DH_free'
> collect2: ld returned 1 exit status
> make: *** [qmail-envelope-scanner] Error 1
> 
> I have the following Openssl rpms installed
> 
> openssl-0.9.7d-1
> openssl-devel-0.9.7d-1
> 
> Have you had thesame compile errors before?


Looks like your libmysqlclient.a was not compiled against the ssl package you 
currently have installed. If you installed mysql from hand and updated ssl later you 
might want to recompile. Also, if your Mysql rpms were not compiled against the same 
ssl libs you might get this error.

Regards
Andre

Reply via email to