I have a PHP script that uses the curl.so library, but since upgrading to 7.0 from 6.5 the following log entry has been appearing:
Unable to load dynamic library /usr/lib/php4/curl.so
The curl.so library is not present on my server (although the curl rpm itself has been installed and libcurl.so.3 is available).
Previously I remember installing an rpm called php-curl, but I haven't been able to locate php-curl-4.3.9-3.12.i386.rpm (which I imagine would be the right file as this corresponds to the version of php I am running). Is it possible to just download the library file (curl.so) and if so can someone tell me how I could make sure that the version is the correct one.
Thanks, Mike.