在AIX上编译php5.5.30

问题描述 投票:1回答:1

当我编译php5.5.30在AIX上,配置,运行gmake后,总是得到错误: ld: 0711-317 ERROR: Undefined symbol: .floorf ld: 0711-317 ERROR: Undefined symbol: .ceilf

PHP的配置是

./configure --prefix=/usr/local/php5.5.30 --enable-sockets --enable-ftp --enable-soap --enable-zip --enable-pdo --enable-phar --enable-mbstring --enable-gd-native-ttf --enable-bcmath --enable-xmlwriter --enable-xmlreader --enable-simplexml --enable-libxml --with-curl --with-iconv --with-gd --with-jpeg-dir --with-png-dir --with-bz2 --with-mcrypt --with-openssl --with-kerberos --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-zlib --with-config-file-path=/usr/local/php5.5.30 --enable-fpm --with-fpm-user=php-fpm --with-fpm-group=staff

php aix
1个回答
0
投票

推荐的方法是安装RPM的来自官方的IBM AIX工具箱。源软件包可也,以防万一。

https://www.ibm.com/developerworks/aix/library/aix-toolbox/alpha.html

© www.soinside.com 2019 - 2024. All rights reserved.