if you compile on one machine and install on another that does not have oracle
installed, will that work?
Jimmy Brake
Cool Tools and Stuff
Critical Path Inc.
"Making your job easier"
On Thu, 3 May 2001, Benjamin Heckmann wrote:
> Ok, here we go again:
>
> You need at le
=/opt/oracle/product/8.1.6/
--with-oci8=/opt/oracle/product/8.1.6/ --enable-sigchild --enable-track-vars
--with-curl=/usr/local/include/curl/ --with-imap
make
make install
in the php dir
Any ideas... my compiler is the lastest and apache compiles just fine with out php
I am lost.
Jimmy
$connection = OCILogon ("scott","tiger","dbname");
dbname = name in $oracle_home/product/8.1.6/network/admin/tnsnames.ora file..
Jimmy Brake
Cool Tools and Stuff
Critical Path Inc.
"Making your job easier"
On Wed, 28 Feb 2001, Douglas B. Jones wro