curl-and-php
Re: newbie installing curl
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 5 Sep 2001 16:50:26 +0200 (MET DST)
Date: Wed, 5 Sep 2001 16:50:26 +0200 (MET DST)
On Wed, 5 Sep 2001, Bob wrote:
> what does it mean in "step 1 for build openssl" when it says "To get
> correct configure option for step 2"???
Step 1 shows you which command to use in step 2. The last line of the output
to be more specific:
> here's what i get:
> [root@****** openssl-0.9.6b]# ./config -t
> Operating system: i686-whatever-linux2
> Configuring for linux-elf
> /usr/local/bin/perl ./Configure linux-elf
That last line shows what command to run in step 2. You can actually run step
1 + 2 in one go by simply writing:
./config
(Yes, I'll update that instruction accordingly soon.)
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2001-09-05