RE: [PHP] FreeBSD 4.3, PHP 4.0.6 unixODBC -- Undefined Symbol

2001-12-05 Thread Andrew Hill

Joe,

What is the problem you were having with OpenLink and iODBC under BSD?
If threading errors, you can simply download the non-threaded version of the
SDK and drivers from our site.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access  Data Integration Technology Providers

 -Original Message-
 From: Joe Koenig [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 05, 2001 9:40 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] FreeBSD 4.3, PHP 4.0.6  unixODBC -- Undefined Symbol


 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]




Re: [PHP] FreeBSD 4.3, PHP 4.0.6 unixODBC -- Undefined Symbol

2001-12-05 Thread Joe Koenig

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]