This is error from try to compile mysql-5.0.67... Previous Solaris Express had no problems with options: CC=/opt/SunStudioExpress/bin/cc CFLAGS="-xO4 -mt -fsimple=1 -ftrap=%none -nofstore -xbuiltin=%all -xlibmil -xlibmopt -m64 -xregs=no%frameptr" LDFLAGS="-m64"
MYSQL_PREFIX=/opt/MySQL ./configure --prefix=${MYSQL_PREFIX} \ --localstatedir=${MYSQL_PREFIX}/data \ --libexecdir=${MYSQL_PREFIX}/bin \ --sysconfdir=${MYSQL_PREFIX}/etc \ --with-extra-charsets=complex \ --with-server-suffix=-standard \ --enable-thread-safe-client \ --enable-shared \ --enable-local-infile \ --with-named-curses=-lcurses \ --with-big-tables \ --with-readline \ --with-comment \ --with-archive-storage-engine \ --with-innodb \ --without-debug After few lines of output, the following is written to config.log file: ---<snip>---- ... configure:3765: /home/SUNWspro//bin/cc -xO4 -mt -fsimple=1 -ftrap=%none -nofstore -xbuiltin=%all -xlibmil -xlibmopt -m64 -xregs=no%frameptr -m64 conftest.c >&5 ld.so.1: ld: fatal: libld.so.4: version `SUNWprivate_4.2' not found (required by file /usr/bin/amd64/ld) ld.so.1: ld: fatal: libld.so.4: open failed: No such file or directory ld.so.1: ld: fatal: relocation error: file /usr/bin/amd64/ld: symbol ld64_main: referenced symbol not found cc: Fatal error in /usr/ccs/bin/ld : Killed This message posted from opensolaris.org