From:             glerma at iqmail dot net
Operating system: Redhat Linux 9
PHP version:      5CVS-2004-06-23 (dev)
PHP Bug Type:     *Compile Issues
Bug description:  Apache2/PHP5 make install:  libphp5.so is not found

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:
[EMAIL PROTECTED] 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.


-- 
Edit bug report at http://bugs.php.net/?id=28903&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28903&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28903&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28903&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28903&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28903&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28903&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28903&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28903&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28903&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28903&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28903&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28903&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28903&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28903&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28903&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28903&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28903&r=float

Reply via email to