Re: MySQL Secure connections

2003-06-06 Thread Paul Cunningham
FYI I got is working in the end on Solaris, I had to rebuild it patched configure so it picked OpenSSL up from /usr/sfw configured with --with-openssl secure connections then worked okay thanks again paul Paul Cunningham (At Home) wrote: Gareth, Thanks It looks as though my build

Re: MySQL Secure connections

2003-06-04 Thread Paul Cunningham (At Home)
Gareth, Thanks It looks as though my build is not picking up the OpenSSL stuff so HAVE_OPENSSL is not getting defined :-( can't see why at the moment though as OpenSSL is installed in "--with-openssl=/usr/sfw" Paul Gareth Davis wrote: > > I've just done a similar thing. Are you sure that you

Re: MySQL Secure connections

2003-06-04 Thread Gareth Davis
I've just done a similar thing. Are you sure that you are running the mysql client that you have just compiled. I used the following build options CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions \ -fno-rtti" ./configure \ --enable-assembler \ --enable-lo

MySQL Secure connections

2003-06-04 Thread Paul Cunningham
Hi, Please can someone help with advise on setting up a Secure MySQL Connection. The details are as follows. I have built and configured OpenSSL 0.9.7 and MySQL 4.0.12. MySQL was configured with the options ./configure \ --enable-local-infile \ --with