I appreciate that this is not the ideal place for this post but I've waited +12 hours for a subscription to the MySQL mailing list to kick in so I'll try here and see if anyone can help.
I've an Sun Ultra Enterprise 2 desktop that is running a new (Patched) build
of
Solaris 9 with GCC3.2, GNU Binutils (latest) and a few packages like GNU
Make, GNU sed, GNU tar from sunfreeware
PATH is /usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/ucb
LD_LIBRARY_PATH is /usr/local/ssl/lib:/usr/local/lib
When I try to compile mysql with the line:
./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldfla
gs=-all-static
I get:
=========8<=========
gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/m
ysql\"" -DDATADIR="\"/usr/local/mysql/var\""
-DSHAREDIR="\"/usr/local/mysql/share/mysql\"" -DHA
VE_CONFIG_H -I./../include -I./../regex
-I. -I../include -I.. -I. -O3 -DDBUG_OFF -O3 -felide-constructors -fno-ex
ceptions -fno-rtti -fno-implicit-templates -fno-exceptions -fno-rtti -DUSE_
MYSYS_NEW -DDEFINE_CXA_PURE_VIRTUAL -DHAVE_RWLOCK_T -c mysqld.cc
mysqld.cc: In function void* handle_connections_sockets(void*)':
mysqld.cc:2410: invalid conversion fromsize_socket' to socklen_t*'
mysqld.cc:2476: invalid conversion fromsize_socket' to socklen_t*'
make[3]: *** [mysqld.o] Error 1
make[3]: Leaving directory/usr/local/build/mysql-3.23.53/sql'
make[2]: [all-recursive] Error 1
make[2]: Leaving directory /usr/local/build/mysql-3.23.53/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/usr/local/build/mysql-3.23.53'
make: [all-recursive-am] Error 2
=========8<=========
any ideas?
thanks