MySQL 4.0.x on Tru64 4.0x

From: Elizabeth Harvey-Forsythe (ehf@media.mit.edu)
Date: Tue Feb 11 2003 - 20:09:54 EST


Has anyone successfully built MySQL 4.0.x on any 4.0 version of Tru64? And
would you will willing to give me some tips if you have? I have built
4.0.10 it on 5.0A, but have reached a dead end on 4.0F.

I've tried the various compilers with various switches and I believe I have
worked out most of the glitches, but one stumbling block I can't get past is
this:

g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/l
ocal/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 -DUND
EF_HAVE_GETHOSTBYNAME_R -D_REENTRANT -c -o sql_lex.o `test -f sql_lex.cc ||
echo './'`sql_lex.cc

which results in this error:

sql_lex.cc: In function `LEX* lex_start(THD*, uchar*, unsigned int)':
sql_lex.cc:155: cannot convert `LEX_MASTER_INFO*' to `char*' for argument
`1'
   to `void bzero(char*, int)'
gmake[4]: *** [sql_lex.o] Error 1

Any help is appreciated.

Elizabeth Harvey-Forsythe
Network Computing Systems
MIT Media Lab



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:07 EDT