cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Issue with install

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 8 Aug 2007 16:55:53 +0200 (CEST)

On Wed, 8 Aug 2007, vijaya krishnan wrote:

> After this i tried to execute the curl binary. But i am getting the
> following error. Please help.
>
> curl ld.so.1: curl: fatal: libgcc_s.so.1: open failed: No such file or
> directory

This happens because you built curl with gcc and gcc creates binaries that
rely on libgcc, and you have installed that libgcc in a directory which the
run-time linker doesn't look.

See 'man ld.so', LD_LIBRARY_PATH and similar to address that issue.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-08-08