From:             [EMAIL PROTECTED]
Operating system: AIX
PHP version:      4.2.0
PHP Bug Type:     Compile Failure
Bug description:  Incorrect file extension error during Make

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 bug report at http://bugs.php.net/?id=16692&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16692&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16692&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16692&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16692&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16692&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16692&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16692&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16692&r=submittedtwice

Reply via email to