简体   繁体   English

VPS中的ionCube Loader错误

[英]ionCube Loader Error in VPS

I am trying to install ioncube loader on my VPS running on centos 6 64 bit, but can't get it to work, not sure why the loader is disabled 我试图在运行于centos 6 64位的VPS上安装ioncube loader,但无法使其正常工作,不确定为什么禁用了该loader

[root@server ~]# php -v
PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP 5.3.3 (cli) (built: Mar 22 2017 12:27:09)

Inside of /usr/lib64/php/modules/usr/lib64/php/modules I only have ioncube_loader_lin_5.3.so 在/ usr / lib64 / php / modules / usr / lib64 / php / modules内部,我只有ioncube_loader_lin_5.3.so

Inside php.ini, also referring to the same 5.3 loader, not sure what's wrong with the config. 在php.ini中,也引用相同的5.3加载程序,不确定配置出了什么问题。 Any help will be appreciated! 任何帮助将不胜感激!

EDIT 编辑

I tried deleting the ioncube loader 5.3 file from modules and now I get the following 我尝试从模块中删除ioncube loader 5.3文件,现在得到以下信息

[root@server ~]# php -v
Failed loading /usr/lib64/php/modules/ioncube_loader_lin_5.3.so:  /usr/lib64/php/modules/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib64/php/modules/ioncube_loader_lin_5.3.so:  /usr/lib64/php/modules/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory

Not sure why it is trying to load the same file twice. 不知道为什么要尝试两次加载相同的文件。

您是否在php.ini中针对您有错误的php版本中的ioncube / php loader版本添加了相应的行?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM