I am trying to install mysql-4.0.12 on OpenBSD 3.3 but running into
problems during the make process. Configure runs and completes
successfully with these options i am using. OpenBSD already has openssl
installed by default so it was already present, I would like to have the
ability to use ssl for client communications that why i am trying to
build it into the server per the -install docs.
./configure --with-vio --with-openssl
Now the problem is when i try to make......i have tried gmake to with
the same exact errors:
make/gmake will run for about 8 min. then stop witht he following:
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
Any help with this would be greatly appreciated,
Have a great day!
| Thread |
|---|
| • make fails on openbsd 3.3 | BsD JuNkiE | 25 Apr |