Thread: psqlodbc can't coonect PHP

psqlodbc can't coonect PHP

From
Zahid Khan
Date:
I am getting .so can't  load error by unixODBC while using psqlodb.so with PH .But with libodbcpsql.so.
Is there any difference in using them.

Thx
Zahid K

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: psqlodbc can't coonect PHP

From
Tom Lane
Date:
Zahid Khan <khanzahid235@yahoo.com> writes:
> I am getting .so can't  load error by unixODBC while using psqlodb.so with PH .But with libodbcpsql.so.

What platform is this, and what version numbers of the ODBC software?
What's the *exact* text of the error message?

>  Is there any difference in using them.

At least on Red Hat, libodbcpsql.so is a much older version and you
don't want to be using it.  (I'm hoping to stop shipping it at all
in future RH releases.)

            regards, tom lane