cURL / Mailing Lists / curl-library / Single Mail

curl-library

libcurl with ssl on HP-11

From: Shaer, Ofira <Oshaer_at_ndsisrael.com>
Date: Tue, 13 Aug 2002 13:59:32 +0300

Shalom

I am trying, for a few days now, to compile libcurl with ssl .
This is what I do:
--------------------------------------------------
tar -xvf curl-7.9.8.tar
cd curl-7.9.8
export CPPFLAGS="-I/users/oshaer/openssl/include"
export LDFLAG="-L/users/oshaer/openssl/lib"
CC=cc ./configure --prefix=/users/oshaer/curlssl
--with-ssl=/users/oshaer/openssl
gmake
gmake test
gmake install

cd docs/examples

cc -I/users/oshaer/openssl/include -I/users/oshaer/curlssl/include
-L/users/oshaer/openssl/lib -lcrypto -lssl -L/users/oshaer/curlssl/lib
-lcurl -o ftpget
ftpget.c

And THIS is what I get:

                   curl_global_cleanup (first referenced in ftpget.o) (code)
   curl_easy_setopt (first referenced in ftpget.o) (code)
   curl_easy_cleanup (first referenced in ftpget.o) (code)
   curl_easy_perform (first referenced in ftpget.o) (code)
   curl_easy_init (first referenced in ftpget.o) (code)
   curl_global_init (first referenced in ftpget.o) (code)

can anyone PLEASE tell me, what am I doing wrong, or give me another
instructions?

Thanx

Ofira.
 :-) Have a good day.
 Ofira Shaer
 ext. 4518

-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
Received on 2002-08-13