Hi Ing. Conti

You need to install the "Dynamic loading compatibility library"

http://www.opendarwin.org/projects/dlcompat

I would recommend that you install fink (http://fink.sf.net). Then all you need to do is

fink install mysql

which automatically installs the dlcompat and compiles mysql. If you want to compile it yourself you could still use

fink install dlcompat dlcompat-dev

to install dlcompat (which includes dlfcn.h)

Hope this helps,
Chris.

On Samstag, Januar 4, 2003, at 06:11 Uhr, ing.conti wrote:

platform. OSX 10.2 ( jaguar)

when I try to compile the source distro, i get:



sql_udf.cc:57:19: dlfcn.h: No such file or directory
sql_udf.cc: In function `void init_syms(udf_func*)':
sql_udf.cc:88: `dlsym' undeclared (first use this function)
sql_udf.cc:88: (Each undeclared identifier is reported only once for each
function it appears in.)
sql_udf.cc: In function `void udf_init()':
sql_udf.cc:182: `dlopen' undeclared (first use this function)
sql_udf.cc:185: `dlerror' undeclared (first use this function)
sql_udf.cc:198: `dlclose' undeclared (first use this function)
make[4]: *** [sql_udf.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


and "make" stops....

ANY IDEA?

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