Hallo Bill, Am Dienstag, 19. August 2003 um 08:11 schriebst du:
> So I went ahead and tried to rebuild Apache (the build on mod_auth_mysql) > said that I needed to. I'm stuck here: > modules/auth_mysql/libauth_mysql.a(mod_auth_mysql.o.b)(.text+0xc4b):mod_auth > _mysql.c: undefined reference to `_mysql_connect' > /usr/local/mysql/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x8b):my_co > mpress.c: undefined reference to `_compress' > /usr/local/mysql/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x16d):my_c > ompress.c: undefined reference to `_compress' > /usr/local/mysql/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x210):my_c > ompress.c: undefined reference to `_uncompress' > collect2: ld returned 1 exit status > make: *** [target_static] Error 1 > By the way, I'm running a Win32 MySQL server (on the sme box) and trying to > link against the standard unix mysql binaries. You need a mysql client library to link against. _compress is probably in zlib. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/