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 poin

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_OFF -MT libmysql.lo -MD -MP -MF .deps

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

2004-09-07 Thread V. M. Brasseur
E SA wrote: Mr. Brasseur, "Miss" Brasseur, but you could not have known so no offense is taken. OpenSSH is installed in the server in its default location. Still, no luck. Configure goes on without problems, and then make gives me the following error message: gcc -DDEFAULT_CHARSET_HOME=\"/data/My

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

2004-09-07 Thread E SA
Mr. Brasseur, OpenSSH is installed in the server in its default location. Still, no luck. Configure goes on without problems, and then make gives me the following error message: gcc -DDEFAULT_CHARSET_HOME=\"/data/MySQL\" -DDATADIR=\"/data/MySQL/var\" -DSHAREDIR=\"/data/MySQL/share/mysql\" -D

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 output of

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: