|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-22 15:29 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 17:00:01 2025 UTC |
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