does anyone have some experience in installing the ORACLE PHP extensions (oci_connect()) on Linux SUSE ?
Thank you Antonio
|
|
|
I did so on SLES 10 and 11 by downloading and adding the SLES SDK to the package-repositories and installing Next create a file
This will allow you to load the Oracle libraries from within PHP later on. Now install the OCI extension by calling once installation of
I assume you are using PHP inside Apache so you will have to restart Apache for mod_php5 to load the |
|||||||
|
|
I also seemed to have had to run ldconfig afterward, then restart apache for oci8 to show up in phpinfo (sles 11 64, php 5.2, apache2) |
|||
|
|