linux 64位系统ZendGuardLoader.so: wrong ELF class: ELFCLASS32报错
Posted ibmfashion
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 64位系统ZendGuardLoader.so: wrong ELF class: ELFCLASS32报错相关的知识,希望对你有一定的参考价值。
Failed loading /usr/zend/ZendGuardLoader.so: /usr/zend/ZendGuardLoader.so: wrong ELF
以上错误的原因是64位系统用了32位的ZendGuardLoader.so
解决办法就是去下载一个对应php版本的64位ZendGuardLoader.so文件
1、下载Zend Guard
32位 http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz
64位 http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
mkdir /usr/local/zend
tar -zxvf ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz
sudo cp ZendGuardLoader-php-5.3-linux-glibc23-i386/php5.3.x/ZendGuardLoader.so /usr/local/zend/
2、配置
vim /etc/php.ini
最后加上:
zend_extension=/usr/local/zend/ZendGuardLoader.so
以上是关于linux 64位系统ZendGuardLoader.so: wrong ELF class: ELFCLASS32报错的主要内容,如果未能解决你的问题,请参考以下文章
Linux系统查看系统是32位还是64位方法总结 in 创新实训