OS X 10.2, Mysql 3.23.52 I got past one failure by setting the -ltermcap flag in the configure file as suggested at macosxhints.com. Now the compile fails due to a missing header file:
g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/m ysql\"" -DDATADIR="\"/usr/local/mysql/var\"" -DSHAREDIR="\"/usr/local/mysql/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I.. /include -I.. -I. -O3 -DDBUG_OFF -fno-implicit-templates -fno-exception s -fno-rtti -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIG NAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -c sql_udf.cc sql_udf.cc:57:19: dlfcn.h: No such file or directory I tried installing the dlcompat package from osxgnu.org but no change. That header file isn't to be found. Yes I installed the dev tools. "Why don't you just use the binary package at whatever.ch?": Because I don't want to. Period. I want to compile these things myself. Using ./configure --with-prefix=/usr/local/mysql -- John McCauley - CTGi 703-352-0590 The CTGi Web page: http://www.ctgusa.com The BMD web page: http://www.bmdc.org --------------------------------------------------------------------- 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