CentOS 6.5 - Need to find libcurl.a version 7.19.7
Im trying to do a static compile of a program. yum installed curl, but there is no static version of the libcurl library.
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.19.7
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
Dynamic compile works fine as it can find libcurl.so, but I don't have a copy of libcurl.a for static compilation.
Does anyone know where I can find this or what package I need to pull?
|