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
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
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
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