View previous topic :: View next topic |
Author |
Message |
ph0 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Jun 2003 Posts: 65 Location: Germany / Bayern
|
Posted: Wed Oct 15, 2003 1:38 pm Post subject: apache2 dependency problems :/ |
|
|
hi,
I've got trouble with my apache.
when I try to start it with the initscript (etc/init.d/apache2 start) it always says
"Could not get dependency info for "apache2" !" and that I should run depscan.sh. but this runs and exits without any error or something like that. I already found a post which told that when this error occurs you should write "#!/sbin/runscript" in the first line of the runscript. but this already stood there. I don't have a guess what this is
pls help me
greetings, ph0 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
devon l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 23 Jun 2003 Posts: 943
|
Posted: Wed Oct 15, 2003 3:26 pm Post subject: |
|
|
You may want to try adding apache to the default runlevel. I would get the same error on other services before I added them to the default runlevel.
Code: | rc-update add apache default |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SEth| n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/103825937340712c740c927.gif)
Joined: 26 Sep 2003 Posts: 47
|
Posted: Wed Oct 15, 2003 4:36 pm Post subject: |
|
|
Hi.
I also have this problem (@ph0: ).
If i try to make
Code: | rc-update add apache default |
i got the error that apache not exists...
is this runscript stored somewhere else? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
devon l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 23 Jun 2003 Posts: 943
|
Posted: Wed Oct 15, 2003 10:28 pm Post subject: |
|
|
Try "apache2" instead of "apache". I forgot the 2 last time.
Code: | rc-update add apache2 default |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|