Date: 11/30/00
- Next message: Alexey Borzov: "Re[4]: [PHP-DB] Re: MySql or postgre?"
- Previous message: Alexey Borzov: "Re[2]: [PHP-DB] Re: MySql or postgre?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have installed the thread-safe version of EasySoft's ODBC-ODBC
Bridge v3.0.0.23 on freeBSD 4.2.
I configured php403pl1 with:
./configure --with-oob --with-apxs --without-mysql \
(etc - other default switches from the install script in the ports
library, plus a manual addition of --with-oob to the script)
the make / make install worked properly.
After installation phpinfo() gives me the following:
[Configure Command] =
'./configure' '--with-apxs=/usr/local/sbin/apxs' '--enable-versioning'
'--with-system-regex' '--with-config-file-path=/usr/local/etc'
'--disable-debug' '--enable-track-vars' '--without-gd' '--with-oob'
'--disable-pear' '--without-mysql' '--prefix=/usr/local' 'i386--freebsd4.2'
So the --with-oob option was taken into account.
PHP works perfectly, except for one thing:
I don't have any odbc functions working !
This following code sample:
<?php
odbc_connect("DSN=Test", "sa", "test");
?>
Outputs this:
Fatal error: Call to undefined function: odbc_connect() in
/usr/home/tradextreme/webroot/tests/index.php on line 4
So in short.... Anyone knows where my ODBC functions are ? :)
Pascal Jolin
(Sorry about the cross-posting - I accidentally CC'ed to the general list
instead of this one when I posted to the php-inst list originally)
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Alexey Borzov: "Re[4]: [PHP-DB] Re: MySql or postgre?"
- Previous message: Alexey Borzov: "Re[2]: [PHP-DB] Re: MySql or postgre?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

