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

Re: FW: anybody help me? dependency problem: no way back???



Eric Cranley <ericc@Willis-Music.com> writes:

> I thought I had already upgraded base-files and libc6 after the move. I'll
> give your suggestion a try. I need to reinstall base-files as well (I
> removed it in a spectacular display of stupidity.) I can't even login at the
> console right now, hence the part about using a live cd. I'll definitely
> write up a report on how I fixed it if I'm successful.

Removing the old base-files removed the /lib64 -> /lib link. That
means all dynamically linked binaries fail to find the ld.

/lib/ld-linux-x86-64.so.2 /bin/ln -s /lib /lib64

of from a live CD just "ln -s /lib /mountpoint/lib64".

After that the system should work again and reinstalling libc6 will
get the /lib64 link owned by libc6 correctly.

MfG
        Goswin



Reply to: