php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24186 Error Loading php as Apache module
Submitted: 2003-06-14 17:43 UTC Modified: 2003-06-26 18:21 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: jchong at uneven dot net Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 4.3.2 OS: Red Hat Linux 8.0 kernel 2.4.18
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-06-14 17:43 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-14 17:47 UTC] 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:53 UTC] elmicha@php.net
Please try without that "--with-oracle". If that doesn't help: which Oracle 9 version are you using?
 [2003-06-26 18:21 UTC] sniper@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 10:01:31 2024 UTC