Jump to content

Fix up library dependency on shared host


swaldner

Recommended Posts

I am on a shared hosting server running CentOS. I have copied a PHP extension (imagick.so) that was built on similar server to my shared hosting server. I have resolved most of the dependencies by placing the missing files in ~/lib but I have one that I can't figure out how to cope with. I am getting the following error:

 

Unable to load dynamic library '/home/nouvia18/.php/5.4/extensions/imagick.so' - /lib64/x86_64/libc.so.6: version `GLIBC_2.14' not found (required by /home/nouvia18/.php/5.4/extensions/imagick.so) in Unknown on line 0

 

The file that it can't find "/lib64/x86_64/libc.so.6" is actually located at "/usr/lib64/x86_64/libc.so.6" on the shared hosting server. As I can't create a symbolic link, how do I get the PHP extension to find it?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.