[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Make mySQL errors on RAQ2. Help?
- Subject: RE: [cobalt-users] Make mySQL errors on RAQ2. Help?
- From: "Casselman, Chad" <chad.casselman@xxxxxxxxxx>
- Date: Fri Jan 26 05:15:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Jay Summers [mailto:jay@xxxxxxxxxxxxxxxxxxxx]
>I used these instructions from Paul Screiber for installing MySQL from
>source on my RAQ2.
>http://www.paulschreiber.com/download/mysql-php-apache-raq.txt
Ok, I tried the above it the MAKE step died again with:
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
Anyone know the problem?
chad