cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: compiling libcurl on AIX 5.3

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 13 Oct 2008 22:39:56 +0200 (CEST)

On Mon, 13 Oct 2008, benoy m wrote:

> However, when i try to run my program that is uses the libcurl library I
> keep getting the following error:
> exec(): 0509-036 Cannot load program ./AIXTest because of the following
> errors:
> 0509-150 Dependent module libcurl.a(libcurl.so.4) could not be
> loaded.

This is because the run-time linker doesn't find the .so file, which is
installed in /usr/local/lib by default:

         http://curl.haxx.se/docs/faq.html#libcurl_so_3_open_failed_No_su

-- 
  / daniel.haxx.se
Received on 2008-10-13