Re: [PHP] Error installing

2002-12-20 Thread Jason Wong
On Thursday 19 December 2002 23:48, Mako Shark wrote:
 Anybody have any bright ideas?

 Trying to install my own PHP on my own server. I'm
 getting the error Redirection limit for this URL
 exceeded. Unable to load the requested page.

Not sure whether this is your problem, but one thing which can cause this is 
when your browser is set to reject cookies and the page tries to set a cookie 
and redirects to itself to read the cookie which it tried to set, it doesn't 
find it so it sets it again and redirects ... until you get the error 
message.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
Good day for overcoming obstacles.  Try a steeplechase.
*/


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




Re: [PHP] Error installing

2002-12-20 Thread Michael Sweeney
If you are trying to load a PHP-Nuke site, your problem is that the page
can't access your mysql server. Either the server is not running, or the
hostname/username/password is not correct so the program is unable to
successfully connect to the mysql server.

..michael..

On Fri, 2002-12-20 at 01:08, Jason Wong wrote:
 On Thursday 19 December 2002 23:48, Mako Shark wrote:
  Anybody have any bright ideas?
 
  Trying to install my own PHP on my own server. I'm
  getting the error Redirection limit for this URL
  exceeded. Unable to load the requested page.
 
 


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




[PHP] Error installing

2002-12-19 Thread Mako Shark
Anybody have any bright ideas?

Trying to install my own PHP on my own server. I'm
getting the error Redirection limit for this URL
exceeded. Unable to load the requested page.

I'm using Apache 2 and php 4.2.3 and haven't loaded
any extensions in PHP (yet).

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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




[PHP] Error Installing PHP as CGI with gmp

2002-02-13 Thread Phuoc Diec

Hello:

When I installed PHP as Apache module with
'--with-gmp' everything was OK. But I got error when
installing PHP as CGI with the same configuration as I
used to install PHP as Apache module. The error
message is:

/bin/sh /data/software/php/php-4.1.1/libtool --silent
--mode=link gcc -I. -I/data/software/php/php-4.1.1/
-I/data/software/php/php-4.1.1/main
-I/data/software/php/php-4.1.1
-I/data/software/php/php-4.1.1/Zend
-I/usr/local/apps/mysql-3.23.48/include/mysql
-I/data/software/php/php-4.1.1/ext/xml/expat 
-I/data/software/php/php-4.1.1/ext/gmp
-I/data/software/php/php-4.1.1/TSRM -O3 -march=i686  
-o php -export-dynamic   stub.lo libphp4.la 
/usr/bin/ld: cannot find -l--library=gmp
collect2: ld returned 1 exit status
make[1]: *** [php] Error 1
make[1]: Leaving directory
`/data/software/php/php-4.1.1'
make: *** [all-recursive] Error 1


Please help.

Thanks,

bb.

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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