Re: PHP 4.4.7/php5.2.4 make install fails on AIX 5.3 TL06

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Michael Felt wrote:
The last compile and build of php was on AIX 5.2 and AIX 4.3.3.

At that time the following configure script worked fine (using gcc 3.something)

./configure \
        -with-apxs=/usr/local/apache/bin/apxs \
        --enable-safe-mode \
        --enable-magic-quotes \
        --with-openssl=/usr/local/ssl \
        --with-zlib-dir=/exp/projects/zlib-1.2.3 \
        --enable-bcmath \
        --enable-dba \
        --enable-ftp \
        --with-gd \
        --with-jpeg-dir=/usr/local/lib  \
        --with-ttf \
        --with-freetype-dir \
        --enable-gd-native-ttf \
        --with-mysql=/usr/local/mysql \
        --with-pear



Suggestions Welcome

The last statement from the make (build) ends with this (excerpt) of libtool command:

/bin/sh /home/michael/prj/php-4.4.7/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -g -L/usr/local/ssl/lib -L/usr/local/lib -L /usr/local/mysql/lib -R /usr/local/ssl/lib -R /usr/local/lib -R /usr/local/mysql/lib ext/openssl/openssl.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pc relib/pcre_ucp_searchfuncs.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo. lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_info.lo ext/pcre/pcrelib/pcre_maketables.lo
....
.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_strtod.lo Zend/zend_execute.lo sapi /cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lmysqlclient -lfreetype -lpng -lz -ljpeg -lz -lssl -lcrypto -lm -o sapi/cli/php

With output (excerpt, you can get the idea....)
cc: 1501-218 file ext/openssl/openssl.lo contains an incorrect file suffix
cc: 1501-218 file ext/pcre/pcrelib/pcre_chartables.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_ucp_searchfuncs.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_compile.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_config.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_exec.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_fullinfo.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_get.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_globals.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_info.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_maketables.lo contains an incorrect file suffix cc: 1501-218 file ext/pcre/pcrelib/pcre_newline.lo contains an incorrect file suffix
....
cc: 1501-218 file Zend/zend_sprintf.lo contains an incorrect file suffix
cc: 1501-218 file Zend/zend_ini.lo contains an incorrect file suffix
cc: 1501-218 file Zend/zend_qsort.lo contains an incorrect file suffix
cc: 1501-218 file Zend/zend_multibyte.lo contains an incorrect file suffix
cc: 1501-218 file Zend/zend_strtod.lo contains an incorrect file suffix
cc: 1501-218 file Zend/zend_execute.lo contains an incorrect file suffix
cc: 1501-218 file sapi/cli/php_cli.lo contains an incorrect file suffix
cc: 1501-218 file sapi/cli/getopt.lo contains an incorrect file suffix
cc: 1501-218 file main/internal_functions_cli.lo contains an incorrect file suffix

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

==========
Still hoping for suggestions/corrections - even interest in what is going wrong.
[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux