Re: [PHP-INSTALL] Solaris 10/Apache/PHP compile
[email protected] (Alex Moen)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
On Mar 23, 2011, at 4:10 PM, Christopher Jones wrote: > > > On 03/23/2011 01:07 PM, Alex Moen wrote: > >> [root@comm-db-1 php-5.2.17]# 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: line 391: /usr/local/bin/sed: No >> such file or directory > > The "obvious" hack would be to edit /usr/local/apache2/build/libtool > and change the definition of SED and XSED. However really you need to > revisit your Apache build and make sure it is cleanly installed and > all the > expected tools are available on your system. > > Chris OK, It makes sense now... I cheated by copying sed from /usr/bin/ to / usr/local/bin/. Install worked properly at that point. Thanks for pointing out that obvious problem. Couldn't see the forest for the trees! Alex