View Single Post

  #3 (permalink)  
Old 11-03-2003
patpro
 
Posts: n/a
Default Re: Starting apache as deamon

In article <3fa681c6$0$27594$626a54ce@news.free.fr>,
"Malderez Cédric" <cedric.malderez@answork.com> wrote:

> Hello !!
>
> I'm using Solaris 7 and I'm trying to start Apache v1.3.26 as a deamon ...
> I've copied the apachectl as S99apache in the /etc/rc2.d but I get the
> following command at startup:
> ld.so.1: /usr/local/apache/bin/httpd: fatal: libexpat.so.0: open failed: No
> such file or directory
>
> The most strange is that when I loggon as a user or root ... I can start
> apache through "apachectl start" command line ...
> How can I do ??


may be a PATH problem here ?
is there any error.log for apache that could give details ?
did you tryied to set the shebang of S99apache to "#!/bin/sh -x" so that
you get debug output ?

hth,
patpro