curl-library
New issue with libcurl library
From: Parthiv Dave <daveparthiv_at_lycos.com>
Date: Sun, 01 Oct 2006 16:07:51 -0400 (EDT)
Received on 2006-10-01
Date: Sun, 01 Oct 2006 16:07:51 -0400 (EDT)
Hi All, I am facing a new issue with building libcurl library (version: 7.15.5) with OpenSSL library for AIX 4.3.3. I have built OpenSSL library for AIX 4.3.3 and giving the path while configuring libcurl library. But, it fails to build libcurl.a giving linking error. Please help to proceed further. Regards, Parthiv P.S.: gcc -g -O2 -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o strtoofft.o timeval.o strdup.o -L/libcurl/openssl-0.9.8b_aix/lib ../lib/.libs/libcurl.a -lssl -lcrypto ld: 0711-317 ERROR: Undef! ined symbol: .DES_set_odd_parity ld: 0711-317 ERROR: Undefined symbol: .DES_set_key ld: 0711-317 ERROR: Undefined symbol: .DES_ecb_encrypt ld: 0711-317 ERROR: Undefined symbol: .UI_OpenSSL ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 1. Stop. |