On Wed, Apr 03, 2002 at 02:47:45PM +0200, Riccardo Gusso wrote: > I upgraded webmin to version 0.95 using its internal tool for upgrading and > not dselect. Now I can't start it and I get the following error message: > "Failed to exec /usr/share/webmin-0.950/index.cgi : No such file or directory" > But I have it: > babele:/usr/share/webmin-0.950# ls -l index.cgi > -rwxr-xr-x 1 root root 7057 Mar 27 03:25 index.cgi
Do 'head -n 1 index.cgi', and verify that whatever its interpreter is supposed to be exists at the path specified. If not, either change the bang path (#!/path/to/interpreter), or make a symlink to the appropriate interpreter at the location specified in the bang path. -- Derrik Pates | Sysadmin, Douglas School | #linuxOS on EFnet [EMAIL PROTECTED] | District (dsdk12.net) | #linuxOS on OPN -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

