On Fri, 6 Feb 2004 15:59:07 +0100, the right honourable
[EMAIL PROTECTED] (Giovanni Amato) wrote:

>Hi,
>       i've installed Linux RedHat9 and Oracle9i.
>When i test the connection with the database the error are:
>Call to undefined function: ocilogon()"
>In your documentation you said:
>Installazione
>You have to compile PHP with the option --with-oracle[=DIR], where DIR
>defaults to your environment variable ORACLE_HOME.
>
>What mean "You have to compile PHP with the option --wit..." where i must
>write this command?
>Please help me.
>Thx  alot
>Gianni

you give that option when you do

./configure \
   --silent \
   --prefix=/usr/local/php \
   --with-oracle=/your-oracle-dir

etc.

then you do 

make
make install

etc.

frgr
 Erik

Reply via email to