Openssl and MySQL 4.0.3-Beta

2002-09-03 Thread Matthew Scarrow

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 but try to do anything with it and the client 
freezes it seems.

Is there any way to enable these options with the rpm binary packages. I 
would like to use the ones that are built by mysql.com.

If not how can I compile this so it works right.

Thanks for any help.

Matthew Scarrow
ComIT Solutions Inc.
[EMAIL PROTECTED]


-
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




Re: Openssl and MySQL 4.0.3-Beta

2002-09-03 Thread Paul DuBois

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 but try to do anything with it and the 
client freezes it seems.

Yep.  The developers are working on it.  In the meantime, try this.
Instead of invoking ./configure like this:

./configure --with-vio --with-openssl [other options]

invoke it like this:

CFLAGS=-DEXTRA_DEBUG ./configure --with-vio --with-openssl [other options]

or, for csh/tcsh:

setenv CFLAGS -DEXTRA_DEBUG
./configure --with-vio --with-openssl [other options]

That may get you going.


Is there any way to enable these options with the rpm binary 
packages. I would like to use the ones that are built by mysql.com.

If not how can I compile this so it works right.

Thanks for any help.

Matthew Scarrow
ComIT Solutions Inc.
[EMAIL PROTECTED]


-
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




Re: Openssl and MySQL 4.0.3-Beta

2002-09-03 Thread Lenz Grimmer

-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 as arguments to ./configure and then compile it I get a
 mysqld that will run but try to do anything with it and the client
 freezes it seems.

 Is there any way to enable these options with the rpm binary packages. I
 would like to use the ones that are built by mysql.com.

Unfortunately not - you need to recompile the code to enable SSL support for 
now. We plan to enable SSL in the 4.0.x Max binary packages in the future 
(where available).

 If not how can I compile this so it works right.

You were on the right track. Unfortunately OpenSSL support in 4.0.3 is broken 
- - sorry about that. As a workaround, you can try compiling MySQL with adding 
CFLAGS=-DEXTRA_DEBUG, this will magically work around the bug. It seems 
like some critical code is inside an #ifndef DBUG_OFF somewhere...

We are currently investigating this problem and it will hopefully be fixed for 
4.0.4.

Bye,
LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Lenz Grimmer [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/   Hamburg, Germany
   ___/   www.mysql.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9dRekSVDhKrJykfIRAhbBAJ0WQr13CMYQ0j+RC4Zmhuwlx9+njwCZAQQK
W9DFxHQioNk/gwjg8zNBxe4=
=CK3t
-END PGP SIGNATURE-


-
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