Hello all.
I downloaded the mysql v4.0.1 source and openssl 0.9.6c source.
I built openssl OK
I built mysql as follows:
./configure --with-vio --with-openssl
make
make install

The build went well all the way.
The mysql server seem to start ok.  When I try to connect with mysql
client after a few seconds I get the following error message

mysql>show databases;
ERROR 2006: MySQL server has gone away
No connection. Trying to reconnect...
Connection id:    8
Current database: *** NONE ***


a show variables;
mysql> show variables like 'have%';
ERROR 2006: MySQL server has gone away
No connection. Trying to reconnect...
Connection id:    15
Current database: *** NONE ***

+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_bdb      | NO    |
| have_innodb   | YES   |
| have_isam     | YES   |
| have_raid     | NO    |
| have_symlink  | YES   |
| have_openssl  | YES   |
+---------------+-------+
6 rows in set (0.14 sec)

I can see that ipenssl is running, but the server keeps loosing the
connection.

If I buld mysql without the --with-vio --with-openssl options all
works ok, except of course I have no ssl.

Has anyone gotten 4.0.1 to run with openssl?  If so, please let me
know what you did to make it work.
Should I use an older version of openssl? Maybe 0.9.6b or 0.9.6a?

Thanks,
Jorge


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to