What the...sudo's messed up in linux, help!

Shade

Member
Jun 15, 2000
103
0
0
OK, installed Expect. Got the following error when I tried to run it:
expect: error in loading shared libraries
libtcl8.3.so: cannot open shared object file: No such file or directory

Fair enough, i'm running tcl8.0.something, so i go download tcl 8.3.2. Install that. Now I have two problems:

A- The expect thing still doesn't work. Where do I get that package?

B- Running sudo now gives me the error that it can't read the sudoers file. I checked, it has the same permissions (440) as before. The exact message:
"Can't read /etc/sudoers: Permission denied"

Whats up with this? I've checked the files that were replaced, theres nothing in there that should do this..any ideas?

-Shade