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

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



> > 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