MySQL

Hi!

I am running on AFS and I am trying to connect to a MySQL server:

TSQLServer *serv = TSQLServer::Connect(“mysql://tilecal.in2p3.fr/drawer”,“user”,“passwd”);

But I keep getting the same error message:

dlopen error: /afs/cern.ch/sw/root/v3.10.02/rh73_gcc32/root/lib/libMySQL.so: undefined symbol: SSL_new
Load Error: Failed to load Dynamic link library /afs/cern.ch/sw/root/v3.10.02/rh73_gcc32/root/lib/libMySQL.so
*** Interpreter error recovered ***

I suppose it is connected with the MySQL libary but I already checked my environment variables several times and I cannot find the problem:

LD_LIBRARY_PATH=/afs/cern.ch/sw/root/v3.10.02/rh73_gcc32/root/lib:/usr/local/gcc-alt-3.2/lib

ROOTSYS=/afs/cern.ch/sw/root/v3.10.02/rh73_gcc32/root

Does somebody know this error? How can I fix it?

Many thanks for your help!
Gerolf