Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] compiling php4 on raq3 with apxs From: Richard Lynch (richard <email protected>)
Date: 07/12/00

In article <4.3.2.7.0.20000710210639.00d84100 <email protected>>,
rkurth <email protected> (Richard Kurth) wrote:

> were it says Warning: /usr/bin/httpd not found or not executable this is
> looking in the wrong directory It should be /usr/sbin/httpd how do I change

Either there's a setting in ./configure that lets you tell it where to
find httpd, or you'll have to make a hard link from /usr/bin/httpd to
usr/sbin/httpd for the compilation process to work...

-- 
Richard Lynch                | If this was worth $$$ to you, buy a CD
US Customer Support Director | from one of the artists listed here:
Zend Technologies USA        | http://www.L-I-E.com/artists.htm
http://www.zend.com          | (this has nothing to do with Zend, duh!)

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>