cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: missing libgcc_s.so.1

From: Jared Ingersoll <jared_at_cswv.com>
Date: Thu, 31 Jul 2003 14:25:16 -0400

I'm not sure how to invoke this at compilation, but curl will work if you
have an environment variable with the directories defined as such:

(for bourne)

LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/lib

tcsh and csh it's:

setenv LD_LIBRARY_PATH /usr/local/ssl/lib:/usr/local/lib

Hope this helps.

Jared
-----Original Message-----
From: Kenneth.Quan_at_wellsfargo.com [mailto:Kenneth.Quan_at_wellsfargo.com]
Sent: Thursday, July 31, 2003 1:30 PM
To: curl-users_at_lists.sourceforge.net
Subject: missing libgcc_s.so.1

Hi,

I have an issue when compiling curl from scratch. After sucessful
compilation, doing an ldd on the curl library, I get

find object=libgcc_s.so.1; required by /usr/local/curl/lib/libcurl.so.2
    search path=/usr/lib (default)
    trying path=/usr/lib/libgcc_s.so.1
        libgcc_s.so.1 => (file not found)

libgcc_s.so.1 is located at /usr/local/lib/libgcc_s.so.1
I've checked a lot of docs, but can't find a configure option that allows me
to add the search path of libgcc. Thanks for any suggestions.

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
Received on 2003-07-31