Ok. I seemed to have solved the problem but it seemed really dumb to me.  I
did a "curl -version" from teh command prompt and it outputed 7.10.3

BUT, when I looked at the "curl-config" file, it specified the following for
the --version section:

--version)
     echo libcurl 7.9.5
     exit 0
     ;;

So...., all I did was change the 7.9.5 to 7.10.3 and no more compile error.
Silly huh?

----- Original Message -----
From: "Adam Voigt" <[EMAIL PROTECTED]>
To: "Don" <[EMAIL PROTECTED]>
Sent: Tuesday, April 01, 2003 11:19 AM
Subject: Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to
odderror.


> Just out of curiosity, try --with-curl=/usr.
>
> On Tue, 2003-04-01 at 11:12, Don wrote:
> > I altered the configuration to say --> --with-curl=/usr/bin  as that is
the
> > location of the curl executable but I am still getting the compile
error.
> > Any other suggestion?
> >
> > ----- Original Message -----
> > From: "Marek Kilimajer" <[EMAIL PROTECTED]>
> > To: "Don" <[EMAIL PROTECTED]>
> > Cc: "php list" <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 01, 2003 7:27 AM
> > Subject: Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to
odd
> > error.
> >
> >
> > > Run ./configure --help, it will tell you how to specify the path to
curl
> > > libraries
> > >
> > > Don wrote:
> > >
> > > >Hi,
> > > >
> > > >Trying to install PHP 4.3.1 but getting the following error message:
> > > >
> > > >"configure error: cURL version 7.9.8 or later is required to compile
php
> > > >with cURL support"
> > > >
> > > >I have curl installed; when I issue a "curl -V", the version number
> > reported
> > > >is 7.10.3
> > > >
> > > >Can anyone tell me what the install is looking for?
> > > >
> > > >Thanks in advance,
> > > >Don
> > > >
> > > >
> > > >
> > > >---
> > > >Outgoing mail is certified Virus Free.
> > > >Checked by AVG anti-virus system (http://www.grisoft.com).
> > > >Version: 6.0.465 / Virus Database: 263 - Release Date: 3/25/2003
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.465 / Virus Database: 263 - Release Date: 3/25/2003
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> --
> Adam Voigt ([EMAIL PROTECTED])
> The Cryptocomm Group
> My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.465 / Virus Database: 263 - Release Date: 3/25/2003


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to