jjma
Verified User
Problem upgrading to Curl version 7.13.0 but it fails with what I had in configure.php:
--with-curl \
--with-curl-dir=/usr/local/lib \
checking for cURL 7.9.8 or greater... ./configure: line 1: curl-config: command not found
configure: error: cURL version 7.9.8 or later is required to compile php with cURL support
*** There was an error while trying to configure php. Check the configure.php file
Directories of /usr/local/lib show:
-rw-r--r-- 1 root root 1863746 Feb 27 19:30 /usr/local/lib/libcurl.a
-rwxr-xr-x 1 root root 899 Feb 27 19:30 /usr/local/lib/libcurl.la
lrwxrwxrwx 1 root root 16 Feb 27 19:30 /usr/local/lib/libcurl.so -> libcurl.so.3.0.0
lrwxrwxrwx 1 root root 16 Feb 27 19:30 /usr/local/lib/libcurl.so.3 -> libcurl.so.3.0.0
-rwxr-xr-x 1 root root 1043346 Feb 27 19:30 /usr/local/lib/libcurl.so.3.0.0
Have no idea why this shouldn't upgrade - any help here.
Jon
--with-curl \
--with-curl-dir=/usr/local/lib \
checking for cURL 7.9.8 or greater... ./configure: line 1: curl-config: command not found
configure: error: cURL version 7.9.8 or later is required to compile php with cURL support
*** There was an error while trying to configure php. Check the configure.php file
Directories of /usr/local/lib show:
-rw-r--r-- 1 root root 1863746 Feb 27 19:30 /usr/local/lib/libcurl.a
-rwxr-xr-x 1 root root 899 Feb 27 19:30 /usr/local/lib/libcurl.la
lrwxrwxrwx 1 root root 16 Feb 27 19:30 /usr/local/lib/libcurl.so -> libcurl.so.3.0.0
lrwxrwxrwx 1 root root 16 Feb 27 19:30 /usr/local/lib/libcurl.so.3 -> libcurl.so.3.0.0
-rwxr-xr-x 1 root root 1043346 Feb 27 19:30 /usr/local/lib/libcurl.so.3.0.0
Have no idea why this shouldn't upgrade - any help here.
Jon