mysqldump seg faults if compiled with openssl support

2007-03-20 Thread leena . heino
Description: Mysqldump seg faults if compiled with openssl support. gdb output: Starting program: /usr/local/bin/mysqldump -cf anydb Program received signal SIGSEGV, Segmentation fault. 0xff24db6c in mysql_options () from /usr/local/lib/mysql/libmysqlclient.so.15 (gdb) bt #0 0xff24db6c

Re: Question concerning lack of binaries with OpenSSL support

2004-09-07 Thread Douglas K. Fischer
mos wrote: At 01:50 PM 9/4/2004, you wrote: This is an issue I have seen many people ask over the last year or two, but I can't say I've ever seen a comprehensive answer (searched the archives heavily, too). I realize there are no binaries available directly from MySQL with OpenSSL support

Re: MySQL compiled with OpenSSL support in XP(not works)

2004-09-06 Thread Egor Egorov
Osmin Castillo [EMAIL PROTECTED] wrote: I'm having some problems connecting to the server under Winx XP with the openssl certificates. Checking the have_openssl variable says YES. When i try to connect with a user with the REQUIRE SSL grant I can't loggin and receive this error: ERROR 1045:

Re: Question concerning lack of binaries with OpenSSL support

2004-09-06 Thread mos
At 01:50 PM 9/4/2004, you wrote: This is an issue I have seen many people ask over the last year or two, but I can't say I've ever seen a comprehensive answer (searched the archives heavily, too). I realize there are no binaries available directly from MySQL with OpenSSL support compiled in. I

Question concerning lack of binaries with OpenSSL support

2004-09-04 Thread Douglas K. Fischer
This is an issue I have seen many people ask over the last year or two, but I can't say I've ever seen a comprehensive answer (searched the archives heavily, too). I realize there are no binaries available directly from MySQL with OpenSSL support compiled in. I am curious as to why (I'm sure

MySQL compiled with OpenSSL support in XP(not works)

2004-09-02 Thread Osmin Castillo
Just finish compiled the mysql 4.0.20-0 windows source 4.0.20-0 with the openssl options, generate certificates and edited the my.cnf file with this values: [client] ssl-ca=c:/certifi/ssl/cacert.pem ssl-cert=c:/certifi/ssl/client-cert.pem ssl-key=c:/certifi/ssl/client-key.pem [mysqld]

Re: [RE-REPOST] Openssl support not activated?

2003-12-12 Thread Greg G
OK. I've made some progress. It looks like just doing --with-openssl doesn't work. You have to specify both the includes and the libs as well. So, this is what I'm using now: ./configure --with-openssl --with-openssl-includes=/usr/local/ssl/include --with-openssl-libs=/usr/local/ssl/lib

Re: [RE-REPOST] Openssl support not activated?

2003-12-11 Thread Greg G
Mark Matthews wrote: Greg G wrote: I'm still having trouble figuring this out. Please help! I compiled MySQL 4.1.1 --with-openssl --with-vio and when I look at the variables with mysqladmin, has_openssl is set to NO. I've got OpenSSL 0.9.7c installed. I'm seeing this on both Solaris and

Re: [RE-REPOST] Openssl support not activated?

2003-12-11 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg G wrote: Mark Matthews wrote: Greg G wrote: I'm still having trouble figuring this out. Please help! I compiled MySQL 4.1.1 --with-openssl --with-vio and when I look at the variables with mysqladmin, has_openssl is set to NO. I've

Re: [RE-REPOST] Openssl support not activated?

2003-12-11 Thread Greg G
Mark Matthews wrote: According to 4.4.10.2 Requirements, have_openssl must be YES prior to setting up certificates. Is this in error? Sorry, I missed that small fact. What does the file include/my_config.h say about #define HAVE_OPENSSL (it's generated by 'configure'). /* OpenSSL */

[RE-REPOST] Openssl support not activated?

2003-12-10 Thread Greg G
I'm still having trouble figuring this out. Please help! I compiled MySQL 4.1.1 --with-openssl --with-vio and when I look at the variables with mysqladmin, has_openssl is set to NO. I've got OpenSSL 0.9.7c installed. I'm seeing this on both Solaris and Debian hosts. I'm not seeing any errors

Re: [RE-REPOST] Openssl support not activated?

2003-12-10 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg G wrote: I'm still having trouble figuring this out. Please help! I compiled MySQL 4.1.1 --with-openssl --with-vio and when I look at the variables with mysqladmin, has_openssl is set to NO. I've got OpenSSL 0.9.7c installed. I'm seeing

[REPOST] Openssl support not activated?

2003-12-08 Thread Greg G
I compiled MySQL 4.1.1 --with-openssl --with-vio and when I look at the variables with mysqladmin, has_openssl is set to NO. I've got OpenSSL 0.9.7c installed. I'm seeing this on both Solaris and Debian hosts. I'm not seeing any errors during the configure or compile phases. What could have

Openssl support?

2003-12-04 Thread Greg G
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 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Openssl support?

2003-12-04 Thread Greg G
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 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Re: Openssl support?

2003-12-04 Thread Greg G
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

Installing mysql with openssl support on Windows

2003-07-14 Thread renniw one
Hi, Can anyone point me to a resource which details the process of compiling mysql server with openssl support on windows using VC++ preferable? If not, maybe someone has run across this problem and can provide a solution. I have added HAVE_OPENSSL and HAVE_VIO to the preprocessor

How to enable OpenSSL support

2003-01-15 Thread Alexander M. Turek
Hi list, I'd like to try out the OpenSSL support of MySQL, but I could not find out how to enable it. The documentation just says, Configure MySQL with --with-vio --with-openssl. Since I do not compile my MySQL binaries myself, this is impossible to me... Instead I'm using the Lnux binary RPMs