I am running a Fedora 13 system in Virtual Box. Everything from the "how to get the source" works fine except the build of libdeltacloud. I retrieved version 0.4 from:
git clone git://git.fedorahosted.org/deltacloud/libdeltacloud.git After adding "libtool", to Fedora 13, the autogen.sh works, but "configure" still says I don't have a libcurl. >From the config.log: configure:11345: checking libcurl curl-config >= 715 configure:11357: error: Could not find libcurl (see config.log for details). >From a command prompt, curl -V shows curl 7.20.1 (i386-redhat-linux-gnu) libcurl/7.20.1 ... ls -l of /usr/lib/*curl* shows /usr/lib/libcurl.so.4 -> libcurl.so.4.2.1 /usr/lib/libcurl.so.4.2.0 What am I doing wrong? Ed Bradford
