I upgraded to MySQL-Max 4.02-alpha (Solaris binary) today and everything seems fine except--I was hoping to take advantage of the SSL support advertised in the MySQL manual:
In MySQL 4.0, the mysqld server daemon process can itself use Secure Sockets Layer (SSL), thus enabling secure traffic to MySQL databases from, say, a Windows application residing outside the firewall.Another excerpt from the manual states that you can determine whether on not the installation of MySQL you are using has the SSL support by:
To get secure connections to work with MySQL you must do the following:Well, I have openssl (OpenSSL 0x0090603f) installed, the variable 'have_openssl' returns 'NO' and when I use --with-vio or --with-openssl I get the messages:
- Install the openssl library. We have tested MySQL with openssl 0.9.6. http://www.openssl.org/.
- Configure MySQL with --with-vio --with-openssl.
- If you are using an old MySQL installation, you have to update your mysql.user table with some new columns. You can do this by running the mysql_fix_privilege_tables.sh script.
- You can check if a running mysqld server supports openssl by examining if SHOW VARIABLES LIKE 'have_openssl' returns 'YES'.
ERROR: unknown option '--with-vio' ERROR: unknown option '--with-openssl'
Any info on this would be appreciated. The next step provided that this isn't a stupid question would be to contact MySQL. I just wanted some input from the Monastery first. As always, TIA.
Note: This is for development purposes, not production.
--Jim
Edited: ~Thu Aug 1 13:53:59 2002 (GMT) by footpad: Moved to Meditations.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OT: MySQL 4.02 (alpha)
by talexb (Chancellor) on Aug 01, 2002 at 00:09 UTC | |
by jlongino (Parson) on Aug 01, 2002 at 04:43 UTC | |
by Cine (Friar) on Aug 01, 2002 at 07:21 UTC |