简体   繁体   English

{file}需要安装ionCube PHP Loader ioncube_loader_lin_5.5.so

[英]{file} requires the ionCube PHP Loader ioncube_loader_lin_5.5.so to be installed

I am trying to run a site locally on vagrant box. 我正在尝试在无所事事的盒子上本地运行网站。 I have all the files downloaded from the clients server and a copy of the database set up locally. 我已经从客户端服务器下载了所有文件,并在本地设置了数据库副本。 I have changed the db settings to map to my local setup. 我已经更改了数据库设置以映射到本地设置。

When I run the site locally I get the above error. 当我在本地运行站点时,出现上述错误。 I have ionCube installed locally (running php v5.5) and in my php.ini file I have the following line included. 我在本地安装了ionCube(运行php v5.5),并且在我的php.ini文件中包含以下行。

zend_extension = "C:\xampp\htdocs\ioncube\ioncube_loader_win_5.5.dll" 

Any ideas? 有任何想法吗? Thanks 谢谢

Your zend_extension line is related to windows machine. 您的zend_extension行与Windows计算机有关。 Vagrant is probably installed with linux in it, so you need to install a separate copy of ioncube loader inside of it and this copy should be built for linux (and, probably, your specific distribution of linux) Vagrant可能是在其中装有linux的,因此您需要在其中安装单独的ioncube loader副本,并且该副本应为linux构建(以及可能是您特定的linux发行版)

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

相关问题 未安装Ioncube Loader PHP 5.5 - Ioncube Loader PHP 5.5 not installed 如何在php 5.3中动态加载php扩展@dl('ioncube_loader_lin_5.3.so') - how to load php extention @dl('ioncube_loader_lin_5.3.so') dynamically in php 5.3 加载 /usr/local/IonCube/ioncube_loader_lin_5.3.so 失败 - Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so PHP IonCube 加载器错误 - PHP IonCube Loader Error AH01215:无法加载/usr/lib64/php56/modules/ioncube_loader_lin.so:无法打开共享库文件:没有这样的文件或目录: - AH01215: Failed loading /usr/lib64/php56/modules/ioncube_loader_lin.so: cannot open shared object file: No such file or directory: 是否要安装ionCube PHP Loader ioncube_loader_win_5.3.dll? - Requirement for ionCube PHP Loader ioncube_loader_win_5.3.dll to be installed? 需要ioncube加载程序的index.php将无法运行并产生错误消息 - index.php that requires ioncube loader will not run and produces an error message 检查IonCube Loader是否已安装的最佳方法 - Best method for checking if IonCube Loader is installed 将ioncube loader捆绑到应用程序中 - Bundling ioncube loader to the application 安装pear软件包时出现问题(无法加载/usr/lib64/php4/php_ioncube_loader_lin_4.3_x86_64.so) - Problems installing pear package (Failed loading /usr/lib64/php4/php_ioncube_loader_lin_4.3_x86_64.so)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM