This didn't fix all my install problems, but it fixed this one. libtool is looking for hte echocommand in /usr/local/bin
echo was in /usr/bin on my build, so I just put a copy in /usr/local/bin. Of course, not i have other errors to fix :( Dan Gera wrote: > I'm having a problem installing PHP5 w Apache2 (solaris9). What I'm doing > wrong. Please help. Thank you. > Here is that message I'm getting: > > make install > Installing PHP SAPI module: apache2handler > /usr/local/apache2/build/instdso.sh > SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la > /usr/local/apache2/modules > /usr/local/apache2/build/libtool --mode=install cp libphp5.la > /usr/local/apache2/modules/ > /usr/local/apache2/build/libtool[342]: /usr/local/bin/echo: not found > /usr/local/apache2/build/libtool[414]: /usr/local/bin/echo: not found > /usr/local/apache2/build/libtool[4335]: /usr/local/bin/echo: not found > /usr/local/apache2/build/libtool[4353]: /usr/local/bin/echo: not found > /usr/local/apache2/build/libtool[4411]: /usr/local/bin/echo: not found > /usr/local/apache2/build/libtool[4412]: /usr/local/bin/echo: not found > apxs:Error: Command failed with rc=65536 > .. > *** Error code 1 > make: Fatal error: Command failed for target `install-sapi' > >