I played with this a little bit more, added --with-iodbc back into my configure line, and all went well, except ona phpinfo() page, it lists iodbc as my odbc library which won't help because I need to use unixODBC for the easysoft driver to work. Any ideas on what might be causing this? Or how to change my ODBC library? Thanks,
joe Joe Koenig wrote: > > I had previously attempted to get the Openlink ODBC drivers work with > iodbc and PHP. I was having no luck and turned to easysoft's solution, > which includes unixODBC. I re-configured PHP (removing the config.cache > file) and used --with-unixODBC=path/to/unixODBC instead of > --with-iodbc=/path/to/iodbc. However, when starting Apache, I now get a > 'Cannot load /usr/local/libexec/apache/libphp4.so into server: > /usr/local/src/lib/libiodbc.so.3: Undefined symbol > "pthread_mutex_unlock"'. The version of Apache that is installed is > 1.3.20. I must not understand something about unixODBC because I didn't > think libiodbc should even be getting loaded. Regardless, does anyone > have a fix? Thanks, > > Joe > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]