Hi all,

I've been trying to compile .51 and .52 under Solaris 8, and I get errors under both versions. Here's the error under .52:

make[3]: Entering directory `/usr/local/src/sql/mysql-3.23.52/sql'
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/usr/local/src/sql/mysql-3.23.52/include -DHAVE_RWLOCK_T -c mysqld.cc
mysqld.cc: In function `void* handle_connections_sockets(void*)':
mysqld.cc:2410: invalid conversion from `size_socket*' to `socklen_t*'
mysqld.cc:2476: invalid conversion from `size_socket*' to `socklen_t*'
make[3]: *** [mysqld.o] Error 1
make[3]: Leaving directory `/usr/local/src/sql/mysql-3.23.52/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/sql/mysql-3.23.52/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/sql/mysql-3.23.52'
make: *** [all-recursive-am] Error 2


The error under .51 is similar, complaining of invalid conversion from `size_socket*' to `socklen_t*'

Any tips? I'm growing pretty frustrated.. and I don't want to use the pre-compiled version of Solaris for several reasons.

-- Steve

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