Click to See Complete Forum and Search --> : [Resolved] php configure stalls when checking system type


ttroy
02-27-2004, 09:57 PM
Hi,

I'm trying to install php and I'm running into problems when I attempt to run the configure script.

The configure script appears to hang when it's checking the host system type.

This is what is output when configure runs:
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.8

After this, nothing happens.

I read in another thread that there is possibly a problem with the solaris sed that the script uses which causes an endless loop? The fix was to install gnu sed and have the path point to this sed instead of the solaris sed.

I tried this but nothing changed.

Is there any other known resolution??

Thank You,
Tara

LordShryku
02-27-2004, 11:37 PM
What PHP version?

ttroy
02-28-2004, 11:19 PM
PHP 5 Beta 4 (5.0.0b4)

ttroy
03-01-2004, 11:12 AM
A note to anyone running into the same problem:

I was able to resolve the problem by adding /usr/xpg4/bin to my path.

mhalloran
03-01-2004, 11:42 AM
You may want to write the PHP guys and alert them of the problem and solution.