Hello Everybody,

I am tring to install MYsql 3.23 on Solaris 2.5.1
AS there is no binary available . I have downloaded
the source code and compiling . I am running gcc 2.6
I am getting the following error (as below) while
compiling. 
Any help is appreciated. I checked the line 126 in
file mf_tempfile.c I was not able to find anything.

#> Hence  do we have to do gcc above a certain
version. 
#> Also do we have a binary for installing mysql as a
user other than root in my directory structure.

Thanks
Niranjan

**************************************************

make  all-recursive
make[1]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52'
Making all in include
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/include'
Making all in Docs
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/Docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/Docs'
Making all in readline
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/readline'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/readline'
Making all in libmysql
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/libmysql'
/bin/sh ../libtool --mode=compile gcc
-DDEFAULT_CHARSET_HOME="\"/homes/woprf/n/niranjan/mysql\""
                      
-DDATADIR="\"/homes/woprf/n/niranjan/mysql/var\""     
                
-DSHAREDIR="\"/homes/woprf/n/niranjan/mysql/share/mysql\""
-DUNDEF_THREADS_HACK -DDONT_USE_RAID  -I./../include
-I../include   -I./.. -I.. -I..    -O3 -DDBUG_OFF  
-DHAVE_BROKEN_GETPASS -DSOLARIS -DHAVE_RWLOCK_T -c
mf_tempfile.c
rm -f .libs/mf_tempfile.lo
gcc
-DDEFAULT_CHARSET_HOME=\"/homes/woprf/n/niranjan/mysql\"
-DDATADIR=\"/homes/woprf/n/niranjan/mysql/var\"
-DSHAREDIR=\"/homes/woprf/n/niranjan/mysql/share/mysql\"
-DUNDEF_THREADS_HACK -DDONT_USE_RAID -I./../include
-I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF
-DHAVE_BROKEN_GETPASS -DSOLARIS -DHAVE_RWLOCK_T -c
mf_tempfile.c  -fPIC -DPIC -o .libs/mf_tempfile.lo
mf_tempfile.c:126: unterminated string or character
constant
make[2]: *** [mf_tempfile.lo] Error 1
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/libmysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52'
make: *** [all-recursive-am] Error 2

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

---------------------------------------------------------------------
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