>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
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
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
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
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
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
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
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
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
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
--- 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
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
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
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
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
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]
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:
..
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
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
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
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
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
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]: **
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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')
-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 -
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
-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
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
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
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
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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
67 matches
Mail list logo