compiling php with oci8 support
Debian sarge
I have oracle XE installed (works with java jdbc)
I downloaded php4 source.
#./configure "--with-oci8=$ORACLE_HOME"
all went right
#make
all ok
#make install
all ok
#../apache2 restart
then php:
<?
$c = OCILogon('hr', 'hr_password', '//mymachine.mydomain/MYDB');
?>
error from php-site:
Fatal error: Call to undefined function: ocilogon() in
/var/www/web/oracletest.php on line 2
What I do wrong and how to fix it?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Relevant Pages
- Re: X server restarts unexpectedly
... I don't really want to install another desktop environment or wm, ... In that case, I'd rum memtest86. ... still causes X to restart (by which I mean the nvidia splash screen ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ... (Debian-User) - Re: PHP: mysql_connect() undefined function
... > Fatal error: Call to undefined function mysql_connectin ... I suspect that php4-mysql isn't installed and/or activated. ... Therefore try 'aptitude install php4-mysql' or 'apt-get install ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ... (Debian-User) - RE: Sendmail problems on FBSD-6.1-R
... make install ... After I had nearly setup sendmail on my localhost I got the following ... messages when I try to restart it: ... To unsubscribe, send any mail to ... (freebsd-questions) - Re: terminal true type fonts
... You mean all you did was install ... Did you restart X after installing the msttcorefonts package? ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ... (Debian-User) - Re: sendmail milter support
... Subject: sendmail milter support ... > $ make install ... > $ make restart ... To unsubscribe, ... (freebsd-questions) |
|