From:             chris dot forker at clarologic dot com
Operating system: Mandrake Linux 9.1
PHP version:      4.3.3
PHP Bug Type:     Apache2 related
Bug description:  apxs:Error: Command failed with rc=65536

Description:
------------
Hi, 
 
Trying to do a make install after compile of PHP 4.3.3 with 
Apache2 on Mandrake Linux 9.1. 
 
I cannot work out what is going wrong. I have tried replacing 
-lcrypt with -lc from suggestions I have seen posted with similar 
problems to mine but this results in a compile time error. 
 
Any help to resolve this would be appreciiated 
 
Regards 
 
Chris 
 
Apache2 Info: 
Apache/2.0.47  (Unix)  DAV/2  SVN/0.25.0  mod_jk/1.2.3-dev 
 
PHP Make Install Info: 
[EMAIL PROTECTED] php-4.3.3]# make install 
Installing PHP CLI binary:        /opt/apache2/php/bin/ 
Installing PHP CLI man page:      /opt/apache2/php/man/man1/ 
Installing PHP SAPI module:       apache2handler 
/opt/apache2/build/instdso.sh 
SH_LIBTOOL='/opt/apache2/build/libtool' libphp4.la 
/opt/apache2/modules 
/opt/apache2/build/libtool --mode=install cp libphp4.la 
/opt/apache2/modules/ 
cp .libs/libphp4.lai /opt/apache2/modules/libphp4.la 
cp .libs/libphp4.a /opt/apache2/modules/libphp4.a 
ranlib /opt/apache2/modules/libphp4.a 
chmod 644 /opt/apache2/modules/libphp4.a 
libtool: install: warning: remember to run `libtool --finish 
/tmp/PHP/php-4.3.3/libs' 
Warning!  dlname not found in /opt/apache2/modules/libphp4.la. 
Assuming installing a .so rather than a libtool archive. 
chmod 755 /opt/apache2/modules/libphp4.so 
chmod: failed to get attributes of 
`/opt/apache2/modules/libphp4.so': No such file or directory 
apxs:Error: Command failed with rc=65536 
. 
make: *** [install-sapi] Error 1 
[EMAIL PROTECTED] php-4.3.3]# 
 
PHP Configuration Info: 
 
./configure \ 
        --with-apxs2=/opt/apache2/bin/apxs \ 
        --prefix=/opt/apache2/php \  
        --with-config-file-path=$prefix \ 
        --with-zlib \ 
        --with-bz2 \ 
        --with-ttf \ 
        --with-mysql \ 
        --with-mysql-sock=/var/run/mysqld/mysqld.sock \ 
        --disable-rpath \ 
        --disable-ipv6 \ 
        --enable-static \ 
        --enable-roxen-zts \ 
        --enable-track-vars \ 
        --enable-force-cgi4-redirect \ 
        --with-gettext 
 


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

Reply via email to