From:             necat at digicol dot de
Operating system: ia64-hp-hpux11.23
PHP version:      5.1.1
PHP Bug Type:     *Compile Issues
Bug description:  cannot access libphp5.so

Description:
------------
php version is php-5.1-200512191330
configure ok
make ok
make install not ok

Reproduce code:
---------------
#!/bin/sh

PHPVER=5.1-200512191330
APAVER=13.34

PHP=/dc5/home/appdc5/Sourcen/php-$PHPVER
PHPINST=/dc5/dc/bin/php-$PHPVER
PHPCONF=/dc5/dc/init

APACHE=/dc5/home/appdc5/Sourcen/apache_$APAVER
CCLIENT=/usr/share/doc/packages/imap
ORACLE=/dc5/home/appdc5/oracle/ORAHOME
APXS=/dc5/dc/bin/apache_1.3.34/bin/apxs

../php-$PHPVER/configure \
        --with-png-dir=/usr/local \
        --with-freetype-dir=/usr/local \
        --with-jpeg-dir=/usr/local \
        --with-config-file-path=$PHPCONF \
        --prefix=$PHPINST \
        --exec-prefix=$PHPINST \
        --enable-mbstring=all \
        --enable-mbregex \
        --enable-pcntl \
        --with-dom \
        --with-gdbm \
        --enable-sigchild \
        --enable-inline-optimization \
        --without-mysql \
        --with-zlib \
        --enable-exif \
        --enable-ftp \
        --with-iconv \
        --enable-memory-limit \
        --with-oci8=$ORACLE \
        --with-apxs=$APXS \
        --without-pear

Actual result:
--------------
make install
Installing PHP SAPI module:       apache
[activating module `php5' in /dc5/dc/bin/apache_1.3.34/conf/httpd.conf]
cp libs/libphp5.so /dc5/dc/bin/apache_1.3.34/libexec/libphp5.so
cp: cannot access libs/libphp5.so: No such file or directory
apxs:Break: Command failed with rc=1
*** Error exit code 1

Stop.

[EMAIL PROTECTED]:/dc5/home/appdc5/Sourcen/php-5.1-200512191330-apxs>ll libs
total 52848


drwxr-x---   2 appdc5     dc5             96 Dec 22 14:11 ./
drwxr-x---  14 appdc5     dc5           8192 Dec 22 14:11 ../
-rw-r--r--   1 appdc5     dc5        27039978 Dec 22 14:11 libphp5.a
-rw-r-----   1 appdc5     dc5           1174 Dec 22 14:11 libphp5.la


Regards,
Necat Kutlar

-- 
Edit bug report at http://bugs.php.net/?id=35774&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35774&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35774&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35774&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35774&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35774&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35774&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35774&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35774&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35774&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35774&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35774&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35774&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35774&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35774&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35774&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35774&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35774&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35774&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35774&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35774&r=mysqlcfg

Reply via email to