PHP odbc mssql problems

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
DJACK
Forum Newbie
Posts: 1
Joined: Wed Jan 04, 2006 12:44 am
Location: Belgium

PHP odbc mssql problems

Post by DJACK »

Hey,

I have a suse 10.0 machine with apache2 and php 4 on it.
I want to make a odbc from my php to a mssql server. From the comment line it works fine.
isql -v dns username password gives connected and i can do querries

But php gives an error
php: symbol lookup error: /usr/lib/php/extensions/unixODBC.so: undefined symbol: SQLAllocEnv

the php4-unixODBC rpm is also installed

Anybody any ideas??? :idea: :?: :idea:
Post Reply