php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35774 cannot access libphp5.so
Submitted: 2005-12-22 15:02 UTC Modified: 2005-12-22 15:29 UTC
From: necat at digicol dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.1 OS: ia64-hp-hpux11.23
Private report: No CVE-ID: None
 [2005-12-22 15:02 UTC] necat at digicol dot de
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.

appdc5@obds820:/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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-22 15:29 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 23:01:32 2025 UTC