Eli White <[EMAIL PROTECTED]> wrote:
> I'm running on Solaris 2.8, and unpacked php 4.3.1, ran the following
> configure, and got the following ouput:
>
> > configure --with-apxs=/var/html/apache/bin/apxs --with-gd
> --with-jpeg-d=/opt/X11R5 --with-ttf --enable-gd-native-ttf --with-mysql
> --with-config-file-path=/var/html/apache/php --disable-posix
> --disable-session --disable-ctype --prefix=/var/html/apache/php
>
> loading cache ./config.cache
> checking for Cygwin environment... no
> checking for mingw32 environment... no
> checking for working sed... sed
> checking host system type... sparc-sun-solaris2.8
>
> At that point, it just completely hangs. Nothing else happens, it just
> sits there. Never had this problem before with previous versions. Any
> thoughts?
Can you try to change your PATH
PATH=/usr/xpg4/bin:$PATH
? This should find a better sed. If it does not help, you can look with
top, pstree or ps, whether you find the hanging process. Or put a
"set -x" on the second line of the configure script and post the last
lines of the output.
And "--with-jpeg-d=/opt/X11R5" looks a bit strange, should probably be
"--with-jpeg-dir=/opt/X11R5".
Regards...
Michael
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php