Hi!
Well, I am trying to install PHP4 in a Sun Sparc Solaris 8
1) I unpacked the php4 source files and there wasn't the "setup" script file!
Where could I find it?
2) Later I tried with
"./configure --prefix=/export/home/php4 --with-apache=/usr/local/httpd --with-mysql
--with-iodbc -enable-track-vars"
And this is the output:
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... ./configure: make: not found
no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... sparc-sun-solaris2.8
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for bison... no
checking for byacc... no
configure: warning: You will need bison if you want to regenerate the PHP parsers.
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
Can anyone help me?
Thanks a lot.
Nacho.