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