I am trying to migrate from a Windows 98 Apache Server using PHP odbc to connect to a Novell pervasive database, to a Mandrake 9.1 Linux server with Apache Server using PHP odbc to connect to the same Novell pervasive database.
The former is working except for the occaisional blue screen. (My motivation). I have installed mysql also on both the Windows and Linux machine and it appears to be working well. I used Pervasive.SQL-Client-8.15-141.002.i486.rpm to add ODBC support for Pervasive Linux client.
The Pervasive rpm apparently did not deliver me from evil since the undefined function appears to be a PHP error message dealing with the ODBC connect string. I have a feeling that I need to add an extension to my php.ini file but I do not know which to choose. There are so many. I have tried odbccci.so. That is I added extension=odbccci.so to the php.ini file. When I added the extension dir, I lost my mysql ability until I moved mysql.so to the new extension dir.
There are 49 *.so files in the psql/lib directory.