[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Thank you for help - errors after Cobalt updates



> Try typing as stated below
> /usr/sbin/httpd -v
> > > That's cd /usr/sbin
> > > Then ./httpd -v
> > If /usr/sbin isn't in roots path, you're in big trouble ;-)
> Oh Oh!
> root home]# pwd
> /home/sites/home
> [root home]# httpd -v
> sh: httpd: command not found
> [root home]# 
> 
> [root home]# pwd
> /home/sites/home
> [root home]# ./httpd -v
> sh: ./httpd: No such file or directory
> [root home]# 
> 
> How do I fix that?
> 
> Paul
Sorry for confusion,
If "If /usr/sbin isn't in roots path, you're in big trouble ;-)"
Then what could be wrong that /usr/sbin is not in my roots path?
btw, /usr/sbin/httpd -v does work ok!

Paul