[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Make mySQL errors on RAQ2. Help?
- Subject: [cobalt-users] Make mySQL errors on RAQ2. Help?
- From: "Casselman, Chad" <chad.casselman@xxxxxxxxxx>
- Date: Thu Jan 25 08:07:19 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I download mySQL 3.23.32 source and I am trying to install it on my RAQ2.
./configure ran fine, but when I run "make" I get:
sql_lex.cc: In function `void lex_init()':
sql_lex.cc:85: `symbols' undeclared (first use this function)
sql_lex.cc:85: (Each undeclared identifier is reported only once
sql_lex.cc:85: for each function it appears in.)
sql_lex.cc:87: `sql_functions' undeclared (first use this function)
sql_lex.cc: In function `int find_keyword(struct st_lex *, unsigned int,
bool)':
sql_lex.cc:168: warning: implicit declaration of function `int
get_hash_symbol(...)'
sql_lex.cc:168: warning: initialization to `st_symbol *' from `int' lacks a
cast
make[3]: *** [sql_lex.o] Error 1
make[3]: Leaving directory `/home/sites/site7/mysql-3.23.32/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sites/site7/mysql-3.23.32/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sites/site7/mysql-3.23.32'
make: *** [all-recursive-am] Error 2
Does anyone know what is wrong or how I can fix this?
Is there a better way to install mySQL on a RAQ2 than from source?
Thanks,
chad