Getting the following error trying to build mysql-3.23.52 on a solaris 8 box. 

g++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"/usr/local\""          
         
-DDATADIR="\"/usr/local/var\""                  
-DSHAREDIR="\"/usr/local/share/mysql\""                         
-DHAVE_CONFIG_H -I./../include                  -I./../regex                    
-I. -I../include -I.. -I.    -O3 -DDBUG_OFF   -fno-implicit-templates 
-fno-exceptions -fno-rtti -DHAVE_CURSES_H 
-I/nfs2/home/akbeech/sinbad_software/secure_server/mysql-3.23.52/include 
-DHAVE_RWLOCK_T -c sql_lex.cc
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(LEX *, unsigned int, bool)':
sql_lex.cc:168: implicit declaration of function `int get_hash_symbol(...)'
sql_lex.cc:168: initialization to `SYMBOL *' from `int' lacks a cast
make[3]: *** [sql_lex.o] Error 1
make[3]: Leaving directory 
`/nfs2/home/akbeech/sinbad_software/secure_server/mysql-3.23.52/sql'
make[2]: *** [all-recursive] Error 1

This is a new solaris and mysql install, am I missing a lib or something? 
Could use some help here, thanks in advance.

Beech
-- 
-------------------------------------------------------------------
      Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -----------------------------------------------------------------













---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to