On Wed, 2010-09-08 at 16:05 -0500, Ed Bradford wrote:
> 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?
It looks like you're missing libcurl-devel ('yum install libcurl-devel')
Out of curiosity, what are you using the C client for deltacloud for ? I
always imagined it was kind of an edge case - we needed it for Condor,
but I am curious where else a C code needs to access Deltacloud.
David