MySQL Server Problem
-
Guten Abend
Ich habe ein Problem mit dem installieren von MySQL Server 3.23.55 unter Solaris 9 (intel).
Folgendermassen bin ich vorgegangen
1. MySQL heruntergeladen und richtig entpackt
2. ./configure command ausgefuehrt (./configure --prefix=/usr/local/mysql/3.23.55 --localstatedir=/var/mysql/data)
3. make command ausgefuehrtNach einiger Zeit habe ich diesen Error bekommen
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 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(LEX, unsigned int, bool)':
sql_lex.cc:168:get\_hash_symbol' undeclared (first use this function) make[4]: *** [sql_lex.o] Error 1 make[4]: Leaving directory
/var/www/mysql-3.23.55/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory/var/www/mysql-3.23.55/sql' make[2]: *** [all] Error 2 make[2]: Leaving directory
/var/www/mysql-3.23.55/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/www/mysql-3.23.55'
make: *** [all] Error 2*Was habe ich falsch gemacht ? Kann mir jemand helfen ?
gruss Philty