I'm trying to compile MySQL on Mac OS X 10.1.2. Ideally, I'd like to 
compile it with:
./configure --with-mysqld-user=mysql \
  --enable-thread-safe-client \
  --with-pthread \
  --with-raid

Unfortunately, I can't even get it to compile with just:
./configure

Produces error:
sql_show.cc
c++ -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 -traditional-cpp -DHAVE_DARWIN_THREADS 
-D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ 
-c sql_udf.cc
sql_udf.cc:57: dlfcn.h: No such file or directory
make[3]: *** [sql_udf.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


Any suggestions?

Ryan

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