RE: [PHP] Oracle support not working

2001-01-27 Thread Steve Haemelinck

You have to make sure your environment variable ORACLE_HOME is set !!!

CHECK: echo $ORACLE_HOME
If it isn't modify the etc/profile or /etc/profile.local

 -Original Message-
From:   Brian Clark [mailto:[EMAIL PROTECTED]] 
Sent:   zaterdag 27 januari 2001 23:25
To: PHP is not a drug .
Subject:        Re: [PHP] Oracle support not working


Hello Jon, 

(JJ == "Jon Jacob") [EMAIL PROTECTED] divulged:

(I'm no Oracle expert)

JJ> Well, I think I have done everything right but must have missed
JJ> something.  I installed with --with-oci8 and --with-oracle, my

Sometimes it doesn't pick it up correctly if you don't use the path
when referring to --with-oracle. Try

--with-oracle=/path/to/BASE/directory

-Brian



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Oracle support not working

2001-01-27 Thread Brian Clark


Hello Jon, 

(JJ == "Jon Jacob") [EMAIL PROTECTED] divulged:

(I'm no Oracle expert)

JJ> Well, I think I have done everything right but must have missed
JJ> something.  I installed with --with-oci8 and --with-oracle, my

Sometimes it doesn't pick it up correctly if you don't use the path
when referring to --with-oracle. Try

--with-oracle=/path/to/BASE/directory

-Brian



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]