PHP 7.1.2 não pode Gmake: Zend Error

1

Eu uso o Solaris 11.3 Sparc 64 bit, o Mysql Enterprise Advance 5.7.1, o Apache 2.4.25 e o PHP 7.1.2

Eu configuro o PHP com o seguinte parâmetro.

export CC="gcc -m64"
export CFLAGS="-std=gnu99"
./configure --prefix=/opt/app/php --with-openssl=/opt/app/openssl --datadir=/opt/app/php --enable-fpm --with-fpm-user=apache --with-fpm-group=apache --with-pcre-regex=/opt/app/pcre --with-apxs2=/opt/app/apache/bin/apxs --with-mysqli=/opt/app/mysql/mysql/bin/mysql_config --with-mysql-sock=/opt/app/mysql/mysql/socket/mysql.sock --with-libxml-dir=/opt/app/libxml2 --with-bz2 --with-zlib

Eu recebi o seguinte erro.

ld: warning: file /usr/gcc/4.8/lib/gcc/sparc-sun-solaris2.11/4.8.2/libgcc.a(_clzdi2.o): wrong ELF class: ELFCLASS32
Undefined                       first referenced
symbol                             in file
__clzdi2                            Zend/.libs/zend_alloc.o  (symbol belongs to implicit dependency /opt/app/mysql/mysql/lib/libgcc_s.so.1)
__ctzdi2                            Zend/.libs/zend_alloc.o  (symbol belongs to implicit dependency /opt/app/mysql/mysql/lib/libgcc_s.so.1)
ld: fatal: symbol referencing errors
collect2: error: ld returned 1 exit status
gmake: *** [sapi/cli/php] Error 1

Do google.com, encontrei um problema semelhante ao meu.

Bug # 71006 Zend: símbolo referenciando erros.

No entanto, eu chequei no php.net e descobri que esse problema já foi corrigido na versão 7.0.1.

Como devo proceder? Por favor, conselhos.

    
por user3323980 01.03.2017 / 09:04

0 respostas