cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Segmentation fault | curl ftp

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Mon, 20 Feb 2012 22:51:22 +0100

On Monday 20 February 2012 21:26:31 Luis Gonzalez wrote:
> I got this error:
> ==================
> RPM build errors:
> File not found by glob:
> /home/abuild/rpmbuild/BUILDROOT/curl-7.22.0-1.x86_64/usr/lib64/libcurl.so.4
>* Installed (but unpackaged) file(s) found:
> ==================

You changed the configure options to build a static library, but the %install
section of your specfile still tries to install the shared one.

> Another thing, I downloaded the lastest (7.24) source from the curl website
> and "tar xvzf" the file and installing using configure make make install in
> /usr/local/bin/. It is possible to make conflict with the official curl
> package for opensuse?

You do not need to install anything to your system. You can just run a local
build of curl instead.

Kamil
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-02-20