简体   繁体   English

PHP警告:PHP启动:无法加载动态库Cpanel

[英]PHP Warning: PHP Startup: Unable to load dynamic library Cpanel

I have a site hosted on a shared server and I use CPANEL to upload the files and do minor configurations, this means I do not have access to the root folders. 我在共享服务器上托管了一个站点,并且使用CPANEL上传文件并进行较小的配置,这意味着我无权访问根文件夹。 The uploaded site is up, then it goes down for a reason I am not sure of. 上传的网站启动了,然后由于我不确定的原因而关闭了。

The following is the error I saw on the error log file: 以下是我在错误日志文件上看到的错误:

[27-Oct-2014 08:16:16 Africa/Johannesburg] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0 [2014年10月27日08:16:16非洲/约翰内斯堡] PHP警告:PHP启动:无法加载动态库'/ usr / local / lib / php / extensions / no-debug-non-zts-20090626 / imagick。所以'-/usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so:无法打开共享对象文件:在第0行的Unknown中没有这样的文件或目录

I have been searching the net, but I don't really get what I am looking for. 我一直在搜索网络,但是我并没有真正得到想要的东西。

I can see ImageMagick in not installed on your server and due to that you are getting this issues. 我可以看到ImageMagick未安装在您的服务器上,并且由于您遇到了这个问题。 Please try to install it with 请尝试使用

yum install ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl

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

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