/libexec/ld-elf.so.1: Shared object “libintl.so.8″ not found, required by “bash”
Was playing with the installation of some software and I stupidly ran ldconfig without any options. After that I couldn't log in or change users without getting this error:
/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "bash"
Found a fix via Google:
/rescue/ldconfig /lib
/etc/rc.d/ldconfig start
No comments yet