That looks like the Oracle Call Interface library - it comes with the Database or the Instant Client, and there's a bunch of configuration and path stuff to do to make sure it gets picked up.
Searching for oci8.so or PHP+Oracle in a well known search engine provides a number of references that you can use to validate your current environment and check the configuration Cheers Damian -----Original Message----- From: leandro bianco [mailto:[email protected]] Sent: 17 January 2011 18:54 To: [email protected] Subject: PHP5 problem Unfortunately I inherited this environment from the previous sysadmin and do not know much about the origin of the OCI module that I guess it was compiled. I wanted to know if it was possible to avoid compiling in order to better preserve the environment for future updates or at least what could be the way to make the environment easier to manage as much as possible Thank you for your attention Leandro Re: PHP5 problem Mark Post Fri, 14 Jan 2011 11:58:50 -0800 >>> On 1/14/2011 at 11:40 AM, leandro bianco <[email protected]> wrote: > Hi all i have a problem with php5 on oci8 on > zSeries SUSE SLES10 SP3 kernel 2.6.16.60-0.74.7 . > I need to use php with oci8.so. > Upgading php at level 5.2.14 oci8 are not more loaded. > Looking at apache error log i can see this error: > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/lib64/php5/extensions/oci8.so' - /usr/lib64/php > 5/extensions/oci8.so: undefined symbol: OnUpdateInt in Unknown on line 0 >>> Since we don't ship anything named oci8.so with SLES (or the SDK), I have to >assume that you got the library from somewhere else, or built it yourself. V >Have you tried rebuilding it, or getting an updated copy? >Mark Post -- Keep in mind that we didn't develop GNU for the sake of having it be used by businesses. We welcome businesses to use it, and everybody, every user of computers should be free to study and change and redistribute software, all the software they use, and that includes businesses, if they're using computers. But we don't give any particular priority to businesses. - Richard Stallman ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/ ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
