$ ls
ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
I figured out what was wrong today (5/22):
I had this in my ~/.bash_profile
from some much earlier Java installation:export LD_ASSUME_KERNEL=2.2.5
I commented out that line with LD_ASSUME_KERNEL, which apparently is no longer supported, and that fixed everything.
1 comment:
I actually did switch to Ubuntu shortly after this.
Post a Comment