php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6364 Can not use odbc functions with iODBC and Openlink
Submitted: 2000-08-26 02:29 UTC Modified: 2001-02-03 20:18 UTC
From: ybsheen at email dot sun dot net dot tw Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 4.0.1pl2 OS: FreeBSD 3.5 Stable
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ybsheen at email dot sun dot net dot tw
New email:
PHP Version: OS:

 

 [2000-08-26 02:29 UTC] ybsheen at email dot sun dot net dot tw
I compiled php4 with iodbc, openlink and apache_1.3.12 support.
It is fine when use  the "odbctest" provided by the openlink to connect database.
It doesn't work when I use the php odbc_connect function and  the "odbctest" provided by libiodbc.
The error message are the same.

/usr/libexec/ld-elf.so.1: /usr/local/openlink/lib/oplodbc.so.1.0:Undefined symbol "pthread_mutex_lock"

I can add -pthread and recompile the "odbctest" to make it work, but it doesn't works with php. If I add -pthread to apache, the httpd will waste most CPU time. Is there any solution ?

Thanks in advance.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-26 05:13 UTC] kara@php.net
It seems you have configured php using --with-iodbc and --with-openlink. Please use only one of them, in your case openlink.

As for the pthread problem: I'm not familiar with *BSDs, but maybe openlink also provides drivers without pthread?
At least under Linux, adding -pthread to apache doesn't do any harm.
 [2001-01-02 10:48 UTC] kalowsky@php.net
does this problem still exist in the current release?
 [2001-02-03 20:18 UTC] sniper@php.net
you cannot compile PHP with both --iodbc and with --openlink

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC