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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.