After recently upgrading PHP to 5.24 and Apache to 2.2, I am experiencing a problem when attempting to call PHP from a jailshell:
Now, I believe I can fix this for the current users, but I would like to ensure that new accounts will also have access. How can I go about repairing this problem permanently (or is this a cpanel bug that needs to be looked at)?
The jailshell does not appear to include /opt/curlssl/libcurl.so.4 shared library link that PHP is compiled with ('--with-curl=/opt/curlssl/').# php test.php
php: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
Now, I believe I can fix this for the current users, but I would like to ensure that new accounts will also have access. How can I go about repairing this problem permanently (or is this a cpanel bug that needs to be looked at)?