Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror.

2003-04-01 Thread Marek Kilimajer
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
 



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


Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odd error.

2003-04-01 Thread Don
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



Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror.

2003-04-01 Thread Don
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



Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror.

2003-04-01 Thread Marek Kilimajer
You might have it installed twice (e.g. once from rpm and once from 
source). Try
locate curl-config

Don wrote:

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


RE: [PHP] problem installing php

2003-01-28 Thread John W. Holmes
 Hi I am trying to install php with PHP 4.3.0 installer on windows98. I
 have
 the Xitami server. When I try to run a php-file in the webbpages
folder I
 get the following meaasge
 
 Security Alert! The PHP CGI cannot be accessed directly.
 This PHP CGI binary was compiled with force-cgi-redirect enabled. This
 means
 that a page will only be served up if the REDIRECT_STATUS CGI variable
is
 set, e.g. via an Apache Action directive.

Uncomment the last line shown here from php.ini and set it to zero.

; cgi.force_redirect is necessary to provide security running PHP as a
CGI under
; most web servers.  Left undefined, PHP turns this on by default.  You
can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
; cgi.force_redirect = 1

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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




Re: [PHP] problem installing php

2003-01-28 Thread Anton Grafström
Thanks.  That solved the problem


John W. Holmes [EMAIL PROTECTED] skrev i meddelandet
005e01c2c6ba$975f3110$7c02a8c0@coconut">news:005e01c2c6ba$975f3110$7c02a8c0@coconut...
  Hi I am trying to install php with PHP 4.3.0 installer on windows98. I
  have
  the Xitami server. When I try to run a php-file in the webbpages
 folder I
  get the following meaasge
 
  Security Alert! The PHP CGI cannot be accessed directly.
  This PHP CGI binary was compiled with force-cgi-redirect enabled. This
  means
  that a page will only be served up if the REDIRECT_STATUS CGI variable
 is
  set, e.g. via an Apache Action directive.

 Uncomment the last line shown here from php.ini and set it to zero.

 ; cgi.force_redirect is necessary to provide security running PHP as a
 CGI under
 ; most web servers.  Left undefined, PHP turns this on by default.  You
 can
 ; turn it off here AT YOUR OWN RISK
 ; **You CAN safely turn this off for IIS, in fact, you MUST.**
 ; cgi.force_redirect = 1

 ---John W. Holmes...

 PHP Architect - A monthly magazine for PHP Professionals. Get your copy
 today. http://www.phparch.com/





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




Re: [PHP] Problem installing PHP under NT service Pack 4

2001-07-20 Thread Marisol Díaz E.

Review here:


http://www.php.net/manual/cs/install-windows.php


- Original Message -
From: Emiliano Marmonti [EMAIL PROTECTED]
To: Lista PHP 
Sent: Friday, July 20, 2001 5:43 AM
Subject: [PHP] Problem installing PHP under NT service Pack 4


Hello!

We have had a problem trying to install as ISAPI Module PHP. Allways
appears with a down oriented red dot in Filters. The unique solution is
configuring as CGI. Anybody can help?

Thanks in advance...

Emiliano H.Marmonti




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]