> > Curt, > > I checked the log file as you recommended but it doesn't reveal any > meaningful > clues. Its funny, I've installed > tons of packages and never had a configuration crap out like this. > > ws3 {root} 28: more config.log > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > configure:1638: checking host system type > > Someone else asked if I had GCC compiler installed. The answer is yes, gcc > version 2.95.3 > > Are you running a Solaris PHP installation? > If so what hardware and O.S. level? > > Any other suggestions. > > Thanks > > > Mark Perkoski
I have two Solaris 8 machines, one with PHP4 and a newer one with PHP5. Never had an issue with the configuration part, though. My only difference is the gcc version I have installed: bash-2.03$ gcc -v Reading specs from /opt/local/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.3.2 I ran the configure script for PHP5 just so you can see the output. This is just the first part of the configure without any special options: bash-2.03$ ./configure creating cache ./config.cache checking host system type... sparc-sun-solaris2.8 checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for AIX... no checking if compiler supports -R... yes checking for re2c... exit 0; checking for ranlib... ranlib checking whether ln -s works... yes checking for mawk... no checking for gawk... no checking for nawk... nawk checking for bison... bison -y checking bison version... 1.75 (ok) checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for working const... yes checking flex version... 2.5.4 (ok) checking for pthreads_cflags... -pthreads checking for pthreads_lib... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php