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

Compiling MySQL to work with OpenSSL

2006-08-27 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
Question, I specify with openssl is with --wth-openssl=/usr/contrib and the config script chokes. What is this happening? -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- MySQL General Mailing List For list archives: http

patch for 5.1.11 to use openssl

2006-06-24 Thread Benjamin Black
i don't know the proper place to send this and i didn't see any mention of it in the list archives. there is a really small problem with the configure script in 5.1.11 (and other versions, perhaps, but i haven't looked) that prevents building with openssl support. patch b

mysql-4.1.13 and RHEL and rpm was Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread Jason Pyeron
Could you post your local mods and versions, if you need this, then others may too. Did you file a bug with redhat? I am making the openssl-0.9.8-0 rpms right now. rpmbuild -ta openssl-0.9.8.tgz table for you to fill in: package version reason

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread RedRed!com IT Department
Yes. I installed zlib in /usr/local/zlib and openssl in /usr/local/openssl. I then added /usr/local/zlib/lib and /usr/local/openssl/lib to the /etc/ld.so.conf file and ran ldconfig. It still was giving me errors. So I had to manually add the paths to the Makefiles and it worked. Enrique

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread RedRed!com IT Department
I couldn't find the an rpm for the lastest version of zlib, openssl, etc... I could use the mysql rpm but does it have all of the features and extras in it or does it come barebone? Does it know where to look for all of the necessary libraries and includes? I have never ventured into th

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread Enrique Sanchez Vela
gt; me. > > My configure command was as follows: > ./configure --prefix=/usr/local/mysql > --with-mysqld-user=mysqld > --with-zlib-dir=/usr/local/zlib > --with-openssl=/usr/local/openssl > --with-openssl-libs=/usr/local/openssl/lib > --with-openssl-includes=/usr/local/openssl

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread Jason Pyeron
Just curious, why not use the rpm to install? We use RHEL3 and RHEL4 here, every thing is done by rpm. Is something missing? If so could you let us know, I would like to get the rpms patched. -Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread RedRed!com IT Department
is but this was a quick fix for me. My configure command was as follows: ./configure --prefix=/usr/local/mysql --with-mysqld-user=mysqld --with-zlib-dir=/usr/local/zlib --with-openssl=/usr/local/openssl --with-openssl-libs=/usr/local/openssl/lib --with-openssl-includes=/usr/local/openssl/include --wi

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-22 Thread Enrique Sanchez Vela
--- RedRed!com IT Department <[EMAIL PROTECTED]> wrote: > Has anyone run into this issue before? Does anyone > have any idea where > to go for more info? > > I'm running Red Hat Enterprise v4 and I have > installed OpenSSL-0.9.8 and > am trying to install My

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-22 Thread RedRed!com IT Department
Has anyone run into this issue before? Does anyone have any idea where to go for more info? I'm running Red Hat Enterprise v4 and I have installed OpenSSL-0.9.8 and am trying to install MySQL-4.1.13 but am receiving an error during configuration. The actual error is as follows: checkin

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-19 Thread RedRed!com IT Department
riginal Message - From: "RedRed!com IT Department" [EMAIL PROTECTED] Sent: 08/19/2005 05:07 PM To: Peter J Milanese <[EMAIL PROTECTED]> Subject: Re: mysql-4.1.13 and openssl-0.9.8 configuration issue I'm not using the RPMs. I installed SSL 0.9.8 from source tar.gz. Peter J

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-19 Thread Peter J Milanese
Aren't the openssl dev libraries in a separate rpm? --Original Message-- From: RedRed!com IT Department To: mysql Sent: Aug 19, 2005 4:52 PM Subject: mysql-4.1.13 and openssl-0.9.8 configuration issue I'm running Red Hat Enterprise v4 and I have installed OpenSSL-0.9.8 and am

mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-19 Thread RedRed!com IT Department
I'm running Red Hat Enterprise v4 and I have installed OpenSSL-0.9.8 and am trying to install MySQL-4.1.13 but am receiving an error during configuration. The actual error is as follows: checking for OpenSSL... Could not find an installation of OpenSSL Looks like you've forgotten

Openssl 0.9.8 and Mysql

2005-06-12 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
Will MySQL 4.0 + bt OpenSSL 0.9.8 compliant? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Trouble compiling 5.0.4-beta with openssl

2005-05-07 Thread mark arquette
fi In file included from net_serv.cc:51: ../../include/violite.h:93:30: openssl/opensslv.h: No such file or directory ../../include/violite.h:102:25: openssl/ssl.h: No such file or directory ../../include/violite.h:103:25: openssl/err.h: No such file or directory In file included from net_serv.cc:51: ..

Re: RESEND: Compilation of MySQL with OpenSSL in alternate location.

2004-09-08 Thread E SA
Mr. Fisher, Yes, that seems to be the problem... It is adding a space before the path. Also, the path should be static; however, it is using ../data which is wrong since I am compiling under /data/Software/mysql and the OpenSSL directory is directly under /data. I did a grep for /data/OpenSSL

Re: RESEND: Compilation of MySQL with OpenSSL in alternate location.

2004-09-08 Thread E SA
Miss Brasseur, Sorry for the Mr... You are right. Id did not know. The reason why I think it was SSL related is because that error only comes up when I try to compile with SSL support. Also, on the includes where the compiler fails, you can see: -I.. /data/OpenSSL/include/openssl Which

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 OpenS

Re: RESEND: Compilation of MySQL with OpenSSL in alternate location.

2004-09-07 Thread Douglas K. Fischer
V. M. Brasseur wrote: E SA wrote: gcc -DDEFAULT_CHARSET_HOME=\"/data/MySQL\" -DDATADIR=\"/data/MySQL/var\" -DSHAREDIR=\"/data/MySQL/share/mysql\" -DDONT_USE_RAID -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. /data/OpenSSL/include/openssl -O3 -DDBUG_O

Re: RESEND: Compilation of MySQL with OpenSSL in alternate location.

2004-09-07 Thread V. M. Brasseur
ME=\"/data/MySQL\" -DDATADIR=\"/data/MySQL/var\" -DSHAREDIR=\"/data/MySQL/share/mysql\" -DDONT_USE_RAID -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. /data/OpenSSL/include/openssl -O3 -DDBUG_OFF -MT libmysql.lo -MD -MP -MF .deps/libmysql.Tpo -c libmysql.c -o l

Re: RESEND: Compilation of MySQL with OpenSSL in alternate location.

2004-09-07 Thread E SA
t;/data/MySQL/share/mysql\" -DDONT_USE_RAID -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. /data/OpenSSL/include/openssl -O3 -DDBUG_OFF -MT libmysql.lo -MD -MP -MF .deps/libmysql.Tpo -c libmysql.c -o libmysql.o gcc: cannot specify -o with -c or -S and multiple compilations make[2]: **

Re: RESEND: Compilation of MySQL with OpenSSL in alternate location.

2004-09-07 Thread V. M. Brasseur
OpenSSH != OpenSSL. Just because you have one installed doesn't mean that the other is. Apparently the MySQL compilation using OpenSSL requires OpenSSH for some reason. You might want to try installing it and giving the compile another whirl: http://www.openssh.com/ Also, the exact o

RESEND: Compilation of MySQL with OpenSSL in alternate location.

2004-09-07 Thread E SA
All, I already sent this message once, but I got no answer. Has naybody successfully compiled MySQL with OpenSSL NOT in /usr/local/ssl? I can not use stunnel, and I have not found anything in google. Please let me know. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Original post

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 comp

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 > ca

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

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] ssl-ca=c

Compiling MySQL with OpenSSL on alternate location

2004-09-01 Thread E SA
All, I am trying to compile MySQL with OpenSSL in an alternate location ( /data/OpenSSL ). When I do that either configure will say that no installation of OpenSSH is there (even with the --with-openssl-includes= and --with-openssl-libs= ), or it will compile without OpenSSL support ( show

Compiling MySQL with OpenSSL

2004-09-01 Thread E SA
All, I am trying to compile MySQL with OpenSSL in an alternate location ( /data/OpenSSL ). When I do that either configure will say that no installation of OpenSSH is there (even with the --with-openssl-includes= and --with-openssl-libs= ), or it will compile without OpenSSL support ( show

Re: OpenSSL

2004-08-12 Thread listuser
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

OpenSSL

2004-08-11 Thread Jeremy Rice
> I'm having a problem getting MySQL 4.0.20 compiled w/ SSL support on one > of my servers. configure finds what it's wanting for SSL support but the > make fails every time. Technically this a RH9 box, although it doesn't > much resemble one after I'm throug

MySQL not detecting OpenSSL install

2004-08-11 Thread listuser
I'm having a problem getting MySQL 4.0.20 compiled w/ SSL support on one of my servers. configure finds what it's wanting for SSL support but the make fails every time. Technically this a RH9 box, although it doesn't much resemble one after I'm through with it. OpenSSL i

MySQL not finidng openssl/opensslv.h

2004-06-09 Thread Sergey Glukhov
Hi! How did you install OpenSSL? From source or packages (e.g. debian or rpm). In that case you also have to install the dev-Package of OpenSSL (openssl-dev) Sincerly, Oliver I was able to repeat this situation. It happens only when OpenSSL is installed to non-standart directory and no OpenSSL

AW: MySQL not finidng openssl/opensslv.h

2004-06-09 Thread Oliver Neumann [New Identity AG]
How did you install OpenSSL? From source or packages (e.g. debian or rpm). In that case you also have to install the dev-Package of OpenSSL (openssl-dev) Sincerly, Oliver Craig Harding wrote: No one else has had this problem? Just wondering if this may be a bug in the configure script

Re: MySQL not finidng openssl/opensslv.h

2004-06-09 Thread Craig Harding
No one else has had this problem? Just wondering if this may be a bug in the configure script... craig. Craig Harding wrote: I'm configuring mysql-4.0.20 source and I have openssl (OpenSSL 0.9.7d 17 Mar 2004) installed in /usr/local/ssl (default) Below is the output from a make

MySQL not finidng openssl/opensslv.h

2004-06-04 Thread Craig Harding
I'm configuring mysql-4.0.20 source and I have openssl (OpenSSL 0.9.7d 17 Mar 2004) installed in /usr/local/ssl (default) Below is the output from a make after configuring as follows: ./configure --prefix=/usr/local/mysql --with-openssl I also tried --with-openssl --with-openssl-includes

MySQL not finidng/using NON-system OpenSSL

2004-05-27 Thread OpenMacNews
04/04/10 16:27:27) i've installed a NON-SYSTEM openssl (OpenSSL 0.9.7d 17 Mar 2004) /usr/local/ssl. this causes some headaches which, from what i've seen on the boards, are previously known, but, AFAIK, NOT fixed. i'm trying to get MySQL to build with/use *my* install of OpenSSL, i

openssl questions

2004-05-10 Thread rconner
I am having some issues getting OpenSSL to work correctly. I was able to sign and set up the certificates but thats it. I cannot seem to do much else. First of all if I try and update my grants tables I get this error. If I try and mysql_fix_privilege_tables I get an error that says: error

MySQL and OpenSSL

2004-05-06 Thread DChristensen
We're trying to set up SSL so that we can access our MySQL server from a remote site. I am having a hard time trying to find a HOW-TO that describes the whole process, and am finding instead little snippets scattered all over. Can anyone point me in a direction that might provide more (and bette

Compiling MySQL 4.1.1 For New OpenSSL Version

2004-03-27 Thread Robert L Cochran
I downloaded the Linux RPM binaries for MySQL 4.1.1 and all except MySQL-shared-4.1.1-0.i386.rpm and MySQL-shared-compat-4.1.1-0.i386.rpm installed correctly. The -shared RPM failed on missing dependencies, it was looking for openssl 0.9.6 and libcrypto 0.9.6 shared libraries and couldn't

Re: mysql openssl Question

2004-03-22 Thread mathan
Hello Rmck, If your mysql uses openssl static libraries, then you must rebuild your mysql with new openssl libraries. If mysql uses dynamic openssl libraries then no need to rebuild your mysql. Use "ldd" command to your mysql binaries to check the openssl library type. If it us

mysql openssl Question

2004-03-22 Thread rmck
Hello, I have a redhat system that is running mysql with openssl for secure connections. There was just a rpm update from redhat for openssl. I applied that and mysql/openssl connections seem fine. But my question is do I need to recomplie mysql to use the latest openssl This was a custom

VC++ and mysql and openssl

2003-12-27 Thread Aaron Hagan
its talking to is a mysqlsql version 4.0.13 on unix) i am using openssl version openssl-0.9.7a and mysql-4.0.17. Has anyone else seen this type of error before? thanks for the help! Aaron __ __ __ __ -- MySQL

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=/us

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')

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 -

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

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&qu

[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 an

[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 confi

with-openssl failing?

2003-12-05 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". What could have happened to cause this? I've got OpenSSL 0.9.7c installed. I'm seeing this on both Solaris and Debian hosts. I&#

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

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://li

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://li

openssl-0.9.7b and MySQL-4.0.14

2003-10-31 Thread xinyi xu
Hi, I am trying to set up MySQL with openssl on linux 9. first, I installed openss-0.9.7.b at default location usr/local/ssl second, I installed MySQL using source installation, config --with-vio --with-openssl then, I followed every step on manual 4.3.10.3 Setting Up SSL Certificates for

Pls hep me on MySQL-openssl configuration

2003-09-26 Thread sian_choon
Could anyone tell me how to configure MySQL to apply openssl in win32 platdform? I have tried --with-vio --with-openssl but it seems doesn't work. FYI, I manage to compile openssl with Perl and VC++. But when I use show variables have_openssl to check the status, it still return me no. Detai

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

openssl

2002-09-27 Thread Bernhard Döbler
Hi, openssl for Windows is available at: http://gnuwin32.sourceforge.net/packages/openssl.htm How to I now setup the MySQL-server that I can connect using SSL with mysql_real_connect(., CLIENT_SSL); Regards Bernhard

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. &g

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 my

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

Trying to get openssl working with MySQL 4.0.3-beta

2002-09-02 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

-- OpenSSL and MySSL ... Is it real?

2002-04-11 Thread maxim
Hello All In MySQL 4.x MySQL Reference Manual for version 3.23.49 in 1.1.6 The Main Features of MySQL there is a support OpenSSL. Who used that this opportunity in MySQL + php? What impressions? Difficulties? Features? -- Best regards, maxim mailto:[EMAIL

Problem with openSSL and MySQL

2002-03-13 Thread Jorge Guerra
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

OpenSSL using v4.0.0?

2001-11-13 Thread Lou Picciano / Essex Systems
Hello all - Does anyone know any tricks for compiling v4.0.0 ‹with-openssl? I¹ve tried several variations, including different paths (or no path) in the ‹with-openssl=/what/path/here? argument. Whatever I enter, configure output usually indicates it¹s _not_ using OpenSSL. After the compile