Produce block/curl.so with --enable-curl. "make install" is not installing it yet, manually copy it to /usr/lib/qemu/block/curl.so to make it loaded.
Signed-off-by: Fam Zheng <f...@redhat.com> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 975853e..ac81a7c 100755 --- a/configure +++ b/configure @@ -3878,7 +3878,7 @@ if test "$bswap_h" = "yes" ; then echo "CONFIG_MACHINE_BSWAP_H=y" >> $config_host_mak fi if test "$curl" = "yes" ; then - echo "CONFIG_CURL=y" >> $config_host_mak + echo "CONFIG_CURL=m" >> $config_host_mak echo "CURL_CFLAGS=$curl_cflags" >> $config_host_mak echo "CURL_LIBS=$curl_libs" >> $config_host_mak fi -- 1.8.3.1