I'm running RedHat 7.2, Apache 1.3.20 and have installed PHP 4.1.2.
I did NOT use --disable-unified-odbc switch in the cofigure.
The configure, make and install of PHP seem to work ok and there were no errors.
However when I run the following:
<?php
// Connect to the ODBC datasource 'ContactDB'
$connect = odbc_connect("testdb","dba","sql")
or die("Couldn't connect to datasource.");
.....
I get the following error:
Fatal error: Call to undefined function: odbc_connect() in /var/www/html/o1.php on line 9
As I'm new to PHP any aassitance would be great
Thanks Les.