php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28903 Apache2/PHP5 make install: libphp5.so is not found
Submitted: 2004-06-24 00:02 UTC Modified: 2004-06-25 10:40 UTC
From: glerma at iqmail dot net Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5CVS-2004-06-23 (dev) OS: Redhat Linux 9
Private report: No CVE-ID: None
 [2004-06-24 00:02 UTC] glerma at iqmail dot net
Description:
------------
I have beent trying to compile and install PHP5 (using latest CVS snapshots) with Apache 2.0.49., however I am getting errors thrown upon the make install:

ERROR AT MAKE INSTALL:
Installing PHP SAPI module:       apache2handler
/software/apache/build/instdso.sh SH_LIBTOOL='/software/apache/build/libtool' libphp5.la /software/apache/modules
/software/apache/build/libtool --mode=install cp libphp5.la /software/apache/modules/
cp .libs/libphp5.lai /software/apache/modules/libphp5.la
cp .libs/libphp5.a /software/apache/modules/libphp5.a
ranlib /software/apache/modules/libphp5.a
chmod 644 /software/apache/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /software/compileFactory/php-5.0.0RC3/libs'
Warning!  dlname not found in /software/apache/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /software/apache/modules/libphp5.so
chmod: failed to get attributes of `/software/apache/modules/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536



I have tried several CVS snapshots and even tried to compile with PHP 4.3.7 and 4.3.5.  This leads me to think that it may possibly not have to do with PHP, however I wanted to report it anyway.  I have tried messageboards, bugs.php.net database and Google to no avail. Some references to the libtool version being used have been found here, however I think i am on the suppored version (1.4.3)  


CONFIGURE OPTIONS
./configure --prefix=/software/php5 \
--enable-so=shared \
--with-apxs2=/software/apache/bin/apxs \
--disable-libxml \
--with-mysql=/software/mysql \
--with-ssl=/software/openssl \
--with-pfpro=/software/verisign/payflowpro/linuxrh9 \
--with-curl=/usr/bin \
--with-pdflib=/software/PDFlib-5.0.3p1-Linux \
--with-mm=/software/mm \
--with-oci8=$ORACLE_HOME \
--with-openssl=/software/openssl


CVS SNAPSHOT:
php5-200406230030

OS VENDOR AND KERNEL:
Redhat Linux 9
2.4.20-8

LIBTOOL VERSION
libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

APACHE VERSION:
httpd-2.0.49

AUTOCONF VERSION:
[root@geodev compileFactory]# autoconf --version
autoconf (GNU Autoconf) 2.57

GCC VERSION:
gcc --version
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)


Checked bugs #27795, #24010 and 26796 already.  Nothing changed.
Your assistance would greatly be appreciated.  I hope I have not wasted anyone's time with this.

G.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-25 02:55 UTC] glerma at iqmail dot net
1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 16:01:31 2024 UTC