Jay Strauss wrote:
> 
> I know you (Pete) are going to say I told you so but:
> 
> Someone told me to copy all the bin from my ksh dist to my /bin directory.
> This seemed a little risky so I copied my /bin to /bin.0 just in case.  Then
> I copied the ksh stuff to /bin.  Now my machine is kinda hosed.  I quickly:
> 
> cd /bin.0
> cp -rf * /bin
> 
> While that cleared up some errors
> 
> I keep getting errors like:
> 
> id: error in loading shared libraries: libcmd.so: cannot open shared object
> file: No such file or directory
> 
> when I issue simple commands,  I tried to find libcmd.so, but I get the
> above error
> 
> when I login I get:
> 
> id: error in loading shared libraries: libcmd.so: cannot open shared object
> file: No such file or directory
> id: error in loading shared libraries: libcmd.so: cannot open shared object
> file: No such file or directory
> id: error in loading shared libraries: libcmd.so: cannot open shared object
> file: No such file or directory
> [: too many arguments
> id: error in loading shared libraries: libcmd.so: cannot open shared object
> file: No such file or directory
> mesg: error in loading shared libraries: libast.so: cannot open shared
> object file: No such file or directory
> [root@a21linux /root]#
> 
> Oh woe is me
> Jay
> Jay Strauss
> [EMAIL PROTECTED]
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com

Try mv /bin/* /dev/null, then mv /bin.0 /dev/null.  That should clear
things up.

-- 
Lytte din vare å lyden av meg sverd

Reply via email to