Jump to content

swaldner

New Members
  • Posts

    1
  • Joined

  • Last visited

swaldner's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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?
×
×
  • 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.