cURL / Mailing Lists / curl-users / Single Mail

curl-users

Build problem on Linux with 7.10.3

From: Christian Knoke <chrisk_at_enter.de>
Date: Thu, 13 Mar 2003 14:32:26 +0100

[please CC: me, I'm not on this list]

Hi,

I'm having a problem with installing curl from sources. Base system is SuSE
Linux 7.3, but opensll had been reinstalled from source.

chris_at_max:~> which openssl
/usr/bin/openssl
chris_at_max:~> openssl version
OpenSSL 0.9.7a Feb 19 2003
chris_at_max:~> ls /usr/ssl/
certs lib man misc openssl.cnf private

So I do:

./configure --prefix=/usr --with-ssl=/usr/ssl
(I have also tried w/o --with-ssl option)

but make gives:

make[2]: Entering directory `/home/chris/tmp/curl-7.10.3/src'
/bin/sh ../libtool --mode=link gcc -g -O2 -L/usr/ssl/lib -o curl main.o
hugehelp.o urlglob.o writeout.o writeenv.o ../lib/libcurl.la -lz -lssl
-lcrypto -ldl -lz
gcc -g -O2 -o .libs/curl main.o hugehelp.o urlglob.o writeout.o writeenv.o
-L/usr/ssl/lib ../lib/.libs/libcurl.so -lz -lz -lz -lssl -lcrypto -ldl -lz
../lib/.libs/libcurl.so: undefined reference to `UI_OpenSSL'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/home/chris/tmp/curl-7.10.3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/chris/tmp/curl-7.10.3/src'
make: *** [all-recursive] Error 1

When I do:
./configure --prefix=/usr --without-ssl

instead, everything works fine.

Maybe someone has an idea what's going wrong?

Christian

-- 
Christian Knoke     * * *      http://www.enter.de/~c.knoke/
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
Received on 2003-03-13