mysql 4.0.12 with ssl on openbsd 3.3, make fails
am 25.04.2003 22:31:13 von BsD JuNkiEHas anybody installed mysql 4.0.12 "with ssl" on OpenBSD 3.x ?
I am following the install guide and per it's instructions the following:
*for a server with ssl support
../configure --with-vio --with-openssl
This completes without any errors, but when i run make or gmake it stops
with these error messages.
snip,
g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\""
-DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\""
-DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I./../include
-I./../regex -I. -I../include -I. -O3 -DDBUG_OFF
-fno-implicit-templates -fno-exceptions -fno-rtti -c -o sql_lex.o `test
-f sql_lex.cc || echo './'`sql_lex.cc
In file included from sql_lex.cc:20:
mysql_priv.h:458: syntax error before `,'
mysql_priv.h:462: syntax error before `,'
gmake[4]: *** [sql_lex.o] Error 1
gmake[4]: Leaving directory `/usr/app/mysql-4.0.12/sql'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/app/mysql-4.0.12/sql'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/app/mysql-4.0.12/sql'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/app/mysql-4.0.12'
gmake: *** [all] Error 2
I searched google for hrs. and didn't see any info on this error only a
few solaris compile problems. If anyone is running mysql 4.x with ssl
compiled in on openbsd 3.x i would appreciate your assistance.
Thanks and have a great day.!
mysql_priv.h
#ifdef HAVE_OPENSSL
struct st_des_keyblock
{
des_cblock key1, key2, key3; * line 458
};
struct st_des_keyschedule * line 462
{
des_key_schedule ks1, ks2, ks3;
};
extern char *des_key_file;
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql@m.gmane.org