ID: 16692
Updated by: [EMAIL PROTECTED]
-Summary: Incorrect file extension error during Make
Reported By: [EMAIL PROTECTED]
Status: Open
-Bug Type: Compile Failure
+Bug Type: Apache2 related
Operating System: AIX
PHP Version: 4.2.0
New Comment:
Reclassified. (and changed the summary)
Those 'incorrect file..' warnings can be ignored.
Previous Comments:
------------------------------------------------------------------------
[2002-04-19 00:26:53] [EMAIL PROTECTED]
Compiling PHP 4.2.0RC4 with Apache 2.0.35 under AIX 5L with IBM
compiler results in following messages.
/bin/sh /work/work/apache/php-4.2.0RC4/libtool --silent --mode=link cc
-I. -I/work/work/apache/php-4.2.0RC4/
-I/work/work/apache/php-4.2.0RC4/main -I/work/work/apache/php-4.2.0RC4
-I/usr/local/apache2/include -I/work/work/apache/php-4.2.0RC4/Zend
-I/usr/local/ssl/include -I/work/work/imap/imap-2001a/c-client
-I/usr/local/mysql/include
-I/work/work/apache/php-4.2.0RC4/ext/xml/expat -D_THREAD_SAFE
-I/work/work/apache/php-4.2.0RC4/TSRM -O3 -DZTS -prefer-pic -o
libphp4.la -rpath /work/work/apache/php-4.2.0RC4/libs
-Wl,-bI:/usr/local/apache2/bin/httpd.exp -avoid-version
-L/usr/local/ssl/lib -L/work/work/imap/imap-2001a/c-client
-L/usr/local/mysql/lib -R /usr/local/ssl/lib -R
/work/work/imap/imap-2001a/c-client -R /usr/local/mysql/lib stub.lo
Zend/libZend.la sapi/apache2filter/libsapi.la main/libmain.la
regex/libregex.la /work/work/apache/php-4.2.0RC4/ext/ctype/libctype.la
/work/work/apache/php-4.2.0RC4/ext/ftp/libftp.la
/work/work/apache/php-4.2.0RC4/ext/imap/libimap.la
/work/work/apache/php-4.2.0RC4/ext/mysql/libmysql.la
/work/work/apache/php-4.2.0RC4/ext/openssl/libopenssl.la
/work/work/apache/php-4.2.0RC4/ext/pcre/libpcre.la
/work/work/apache/php-4.2.0RC4/ext/posix/libposix.la
/work/work/apache/php-4.2.0RC4/ext/session/libsession.la
/work/work/apache/php-4.2.0RC4/ext/standard/libstandard.la
/work/work/apache/php-4.2.0RC4/ext/xml/libxml.la TSRM/libtsrm.la -lpam
-lc-client -lmysqlclient -lz -lcrypt -lpam -lcrypt -lssl -lcrypto
-lbind -lm -ldl -lpthread -lcrypt -ldl
cc: 1501-218 file .libs/libphp4.lax/libZend.al/zend_language_parser.lo
contains an incorrect file suffix
cc: 1501-218 file .libs/libphp4.lax/libZend.al/zend_language_scanner.lo
contains an incorrect file suffix
cc: 1501-218 file .libs/libphp4.lax/libZend.al/zend_ini_parser.lo
contains an incorrect file suffix
Followed by losts more of these followed by
cc: 1501-218 file TSRM/.libs/libtsrm.al contains an incorrect file
suffix
ld: 0706-003 Cannot find or read import file:
/usr/local/apache2/bin/httpd.exp
ld:accessx(): No such file or directory
make: 1254-004 The error code from the last command is 255.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
Configured with
CFLAGS="-O3" ./configure --with-apxs2=/usr/local/apache2/bin/apxs \
--enable-track-vars \
--with-mysql=/usr/local/mysql \
--with-imap=/work/work/imap/imap-2001a \
--with-openssl=/usr/local/ssl \
--enable-ftp
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16692&edit=1