swaldner Posted September 13, 2014 Share Posted September 13, 2014 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 https://forums.phpfreaks.com/topic/291044-fix-up-library-dependency-on-shared-host/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.