ID:               24186
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jchong at uneven dot net
-Status:           Feedback
+Status:           No Feedback
-Bug Type:         Oracle related
+Bug Type:         OCI8 related
 Operating System: Red Hat Linux 8.0 kernel  2.4.18
 PHP Version:      4.3.2
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2003-06-14 17:53:19] [EMAIL PROTECTED]

Please try without that "--with-oracle". If that doesn't help: which
Oracle 9 version are you using?

------------------------------------------------------------------------

[2003-06-14 17:47:23] jchong at uneven dot net

Now, running ldd -r /usr/local/apache/libexec/libphp4.so i get:

        libdl.so.2 => /lib/libdl.so.2 (0x40143000)
        libpam.so.0 => /lib/libpam.so.0 (0x40147000)
        libmm.so.11 => /usr/lib/libmm.so.11 (0x4014f000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40153000)
        libmysqlclient.so.10 => /usr/lib/mysql/libmysqlclient.so.10
(0x40175000)
        libmhash.so.2 => /usr/lib/libmhash.so.2 (0x401ac000)
        libmcrypt.so.4 => /usr/lib/libmcrypt.so.4 (0x401cb000)
        libltdl.so.3 => /usr/lib/libltdl.so.3 (0x401d2000)
        libz.so.1 => /usr/lib/libz.so.1 (0x401d9000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x401e7000)
        libssl.so.2 => /lib/libssl.so.2 (0x40214000)
        libcrypto.so.2 => /lib/libcrypto.so.2 (0x40244000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x40318000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x4032b000)
        libclntsh.so.9.0 => /var/oracle/lib/libclntsh.so.9.0
(0x40340000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        libwtc9.so => /var/oracle/lib/libwtc9.so (0x40a98000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40a9b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
undefined symbol: __cmpdi2      (/var/oracle/lib/libclntsh.so.9.0)
.......

------------------------------------------------------------------------

[2003-06-14 17:43:02] jchong at uneven dot net

Description:
------------
I compile php 4.3.2 and configure with this:

./configure  --with-config-file-path=/etc \
--with-apxs=/usr/local/apache/sbin/apxs \
--with-mysql=/usr --with-oracle=/var/oracle \
--with-oci8=/var/oracle \
--with-openssl=/usr \
--enable-libgcc \
--enable-ftp \
--enable-track-vars --enable-sysvsem --enable-sysvshm --enable-sockets
\
--enable-pcntl --with-system-regex --enable-sigchild \
--with-zlib=/usr --with-mhash --with-mcrypt --with-mm=/usr

When installing and starting Apache I get:

Cannot load /usr/local/apache/libexec/libphp4.so into server:
/var/oracle/lib/libclntsh.so.9.0: undefined symbol: __cmpdi2
/usr/local/apache/sbin/apachectl start: httpd could not be started



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24186&edit=1

Reply via email to