On Wed, 11 Aug 2004, Jeremy Rice wrote:
> > ./configure --prefix=/usr/local --sysconfdir=/etc/mysql
> > --localstatedir=/var --enable-shared --enable-static --with-libwrap
> > --with-berkeley-db --enable-thread-safe-client --with-mysqld-user=mysql
> > --with-openssl --with-openssl-includes=/usr
I realized that I should probably mention that I've got OpenSSL
0.9.7c installed. I'm seeing this on both Solaris and Debian hosts.
I compiled MySQL 4.0.16 --with-openssl --with-vio and when I look at the
variables, "has_openssl" is set to "NO". What could have happened to
cause this?
-Greg g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 03 September 2002 18:44, Matthew Scarrow wrote:
> According to the documentation under section 4.3.9 to get openssl
> working with mysql you need to configure mysql with the --with-vio
> --with-openssl.
That's correct.
> When I add the a
At 12:44 -0400 9/3/02, Matthew Scarrow wrote:
>According to the documentation under section 4.3.9 to get openssl
>working with mysql you need to configure mysql with the --with-vio
>--with-openssl.
>
>When I add the as arguments to ./configure and then compile it I get
>a mysqld that will run