curl-users
Re: Segmentation fault | curl ftp
Date: Mon, 20 Feb 2012 14:26:31 -0600
I'm using OBS from opensuse and I modified the curl.spec like you said in the configure section:
==================
./configure \
--prefix=%{_prefix} \
--enable-ipv6 \
%if %{with openssl}
--with-ssl \
--with-ca-path=/etc/ssl/certs/ \
%else
--without-ssl \
%if %{with mozilla_nss}
--with-nss \
%endif
%endif
--with-gssapi=/usr/lib/mit \
--with-libssh2\
--libdir=%{_libdir} \
--enable-hidden-symbols \
--disable-static \
--enable-debug \
--disable-shared \
--enable-ares
==================
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:
==================
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?
How can I check the health of my system related with curl installation and the library/package dependencies?
Luis
On Feb 20, 2012, at 8:09 AM, Daniel Stenberg wrote:
> On Sun, 19 Feb 2012, Luis Gonzalez wrote:
>
>> I was testing with another user in the same server, and I realize there is no problem with curl, but when I try using curl with root user I got the Segmentation Fault.
>
> That sounds very odd and would then probably indicate a problem in your system rather than in curl...
>
>> I want to rebuild curl like you said, but I'm not sure how to do that. Can you give an advice?
>
> I tend to use this configure line to ease debugging curl with gdb:
>
> ./configure --enable-debug --disable-shared
>
> --
>
> / daniel.haxx.se
> -------------------------------------------------------------------
> 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
-------------------------------------------------------------------
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