php-general | 2000071
Date: 07/12/00
- Next message: M.Stolte: "[PHP] Fw: [dx0] DX0 hits one thousand"
- Previous message: Richard Lynch: "Re: [PHP] php frontend to apache auth"
- In reply to: Richard Kurth: "[PHP] compiling php4 on raq3 with apxs"
- Next in thread: dgw <email protected>: "Re: [PHP] compiling php4 on raq3 with apxs"
- Reply: dgw <email protected>: "Re: [PHP] compiling php4 on raq3 with apxs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: M.Stolte: "[PHP] Fw: [dx0] DX0 hits one thousand"
- Previous message: Richard Lynch: "Re: [PHP] php frontend to apache auth"
- In reply to: Richard Kurth: "[PHP] compiling php4 on raq3 with apxs"
- Next in thread: dgw <email protected>: "Re: [PHP] compiling php4 on raq3 with apxs"
- Reply: dgw <email protected>: "Re: [PHP] compiling php4 on raq3 with apxs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

