php-general | 2001072
Date: 07/23/01
- Next message: John Pickett: "[PHP] Re: [PHP-DB] cancel <20010723135521.95590.qmail <email protected>>"
- Previous message: Christian St-Pierre: "[PHP] cancel <20010723135436.90722.qmail <email protected>>"
- Next in thread: Chuck Lidderdale: "[PHP] Re: [PHP-INST] OIC8 and connecting to a remote machine"
- Reply: Chuck Lidderdale: "[PHP] Re: [PHP-INST] OIC8 and connecting to a remote machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chuck-
The Oracle libraries come with the Oracle installation, they are not part of PHP (source). PHP links to the libraries upon compile. You need Oracle for Linux to install Oracle client on your web server. Also, beware of the Oracle pricing model which requires you to license any Oracle DB for the web according to a UPU (universal power unit). The faster your server, the more you will pay.
Regards,
Jim Thome
jthome <email protected>
>>> Chuck Lidderdale <chuck.lidderdale <email protected>> 07/23 8:43 AM >>>
I'm running a INTEL box - RH linux, Apache, PHP - there is no Oracle on
it.
I want to run a PHP page that has in it $db = ori_logon
("user <email protected>", "pw");
That gets me "undefined function" [ I did the php phpinfo() - not there
]
Ok, I'm told download the L&G PHP and reconfigure --with_oci8 .....
and recompile
That gets me "Oracle-OCI8 needed libraries not found"
I don't have Oracle for Linux - and can't find the "needed libs"
So my question is - Where can I get these "needed libs"?
Thanks
Chuck
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-install-unsubscribe <email protected> For additional commands, e-mail: php-install-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: John Pickett: "[PHP] Re: [PHP-DB] cancel <20010723135521.95590.qmail <email protected>>"
- Previous message: Christian St-Pierre: "[PHP] cancel <20010723135436.90722.qmail <email protected>>"
- Next in thread: Chuck Lidderdale: "[PHP] Re: [PHP-INST] OIC8 and connecting to a remote machine"
- Reply: Chuck Lidderdale: "[PHP] Re: [PHP-INST] OIC8 and connecting to a remote machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

