I have built the libest with libcurl.so.4.5.0.
But I couldn't build it with libcurl.so.4.8.0.
Is it able to be built with libcurl.so.4.8.0?
How can I build it with libcurl.so.4.8.0.
$ ./configure
...
(omit)
...
checking for curl_easy_init in -lcurl... no
configure: error: in `/tmp/libest-3.2.0/':
configure: error: --with-libcurl was given, but test for libcurl failed
See `config.log' for more details
make[1]: Leaving directory '/tmp/libest-3.2.0/'
Makefile:208: recipe for target 'libest' failed
make: *** [libest] Error 2
I have built the libest with libcurl.so.4.5.0. But I couldn't build it with libcurl.so.4.8.0.
Is it able to be built with libcurl.so.4.8.0? How can I build it with libcurl.so.4.8.0.