cURL / Mailing Lists / curl-library / Single Mail

curl-library

compiling libcurl on AIX 5.3

From: benoy m <benoy6751_at_gmail.com>
Date: Mon, 13 Oct 2008 15:30:35 -0500

Hi all,

I am trying to compile libcurl on AIX 5.3. It seems to me that libcurl is
compiling perfectly fine.
I have adhered to the following instructions:
./configure
make
make install
I am not getting any errors at all.

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.
        0509-022 Cannot load module libcurl.a(libcurl.so.4).
        0509-026 System error: A file or directory in the path name does not
exist.

I looked at the directory curl was installed in and it seems I don't have a
libcurl.so file, am i supposed to have this?
If so, what can I do to make sure that this file is generated?

Thanks,

-benoy
Received on 2008-10-13