curl-users
Re: Issue with install
Date: Thu, 9 Aug 2007 19:08:17 +0100 (BST)
Thanks Daniel, After setting LD_LIBRARY_PATH, curl is working fine. But i am getting different error when i try to ftp.
/userdata/home/vkrishna/curl-7.16.4: curl -u name:passwd ftps://website.com
curl: (1) libcurl was built with SSL disabled, ftps: not supported!
I have to use SSL based ftp.
Daniel Stenberg <daniel_at_haxx.se> wrote:
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 --------------------------------- 5, 50, 500, 5000 - Store unlimited mails in your inbox. Click here.Received on 2007-08-09