php - Fat Free: Unable to load dynamic library 'imagick.so'

352

Having thisFat Free error on my shared linux hosting. Checked all requirements and all seems okay.

Fatal error: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/imagick.so' - libMagickWand.so.2: cannot open shared object file: No such file or directory.

My host saysimagick is located in/usr/local/bin/convert. How do i correct this seeing i don't have access to thephp.ini file? Please help

817

Answer

Solution:

A quick fix i opted for now was to disable the check for startup error, though the error (server misconfiguration still happens) but the error is not shown anymore.

error_reporting(0); $f3=require('lib/base.php');

See https://github.com/bcosca/fatfree-core/pull/125

People are also looking for solutions to the problem: Convert MySQL's POINT to text in PHP

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.