[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: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri Jan 26 08:58:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>> 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,
I did a little search through the MySQL Mailing list archives
http://lists.mysql.com/php/search.php
and found this
http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:47614
Maybe you need to download a fresh tarball?
Good luck,
Jay