Hello Nicolas, NC> We have been using commandline mysql before, so this might come from NC> your local build or installation. Since we are compiling with a .a , all NC> symbols should be resolved, unless your .a references another .so which NC> is not loaded by the process, but would be by apache.
NC> Looks like ERR_get_error_line_data comes from OpenSSL. I'm not sure if NC> mysql should require SSL or not... Maybe try to rebuild your mysql.ndll NC> with and additional -lopenssl or equivalent (?) Thanks a lot for the -lopenssl tip, I actually used -lssl instead and it works now! Looks like mysql.ndll sometimes has to reference openssl... Some related info here, might be of interest: http://bugs.mysql.com/bug.php?id=1652 -- Best regards, Michael mailto:[EMAIL PROTECTED] -- Neko : One VM to run them all (http://nekovm.org)
