cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: can't build 7.1 without SSL

From: Troy Engel <tengel_at_sonic.net>
Date: Tue, 08 Aug 2000 08:42:06 -0700

Daniel Stenberg wrote:
>
> On Tue, 8 Aug 2000, Domenico Andreoli wrote:
>
> > i made ./configure --without-ssl. here at home everything seems to work
> > correctly.
>
> I did too, on a Redhat 6.2 installation here, and it seems to work.

Good god, I'll never understand what happened. I decided to reboot the
whole machine, start all over again, and now ldd is happy:

[tengel_at_bugsy /usr/src/redhat/BUILD/curl-7.1]
$ ./configure --without-ssl --prefix=/tmp/curl-ssl 1> conf.out 2>&1
[tengel_at_bugsy /usr/src/redhat/BUILD/curl-7.1]
$ make 1>make.out 2>&1
[tengel_at_bugsy /usr/src/redhat/BUILD/curl-7.1]
$ make install 1>install.out 2>&1
[tengel_at_bugsy /usr/src/redhat/BUILD/curl-7.1]
$ ldd /tmp/curl-ssl/bin/curl
        libcurl.so.0 => /tmp/curl-ssl/lib/libcurl.so.0 (0x40015000)
        libdl.so.2 => /lib/libdl.so.2 (0x40034000)
        libc.so.6 => /lib/libc.so.6 (0x40038000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

I can't imagine what happened. No matter, we're on the right track. :)
Thanks guys.

-te

-- 
Troy Engel :: KeyID DF3D5207
Perl is just another tool in the Unix toolbox. Perl does one thing,
and it does it well: it gets out of your face. - Larry Wall
Received on 2000-08-08