straygrey Posted September 1, 2010 Share Posted September 1, 2010 I have php 5.3.2 cli and Apache working fine on my Ubuntu 10.4 but now I need to add access to Oracle database(which in fact I have in and running on the same machine). How do I add the Oracle (oci8) extension? From what I have read it looks like a recompile, is this true? Link to comment https://forums.phpfreaks.com/topic/212263-ubuntu-104-php-532-cli-apache-and-extensions/ Share on other sites More sharing options...
wildteen88 Posted September 1, 2010 Share Posted September 1, 2010 It depends on how you installed PHP. Did you install PHP from the ubuntu repositories (eg sudo apt-get install php5) if you did then you can download and compile the oci8 extension using pear. Have a read of these guides https://help.ubuntu.com/community/PHPOracle http://ubuntuforums.org/showthread.php?t=92528 Link to comment https://forums.phpfreaks.com/topic/212263-ubuntu-104-php-532-cli-apache-and-extensions/#findComment-1106014 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.