Cannot open /lib/libedit.so.6

Running 7.3-STABLE

Currently experiencing the error
Code:
/libexec/ld-elf.so.1: Cannot open "/lib/libedit.so.6"
and when connecting via SSH, running rc.d scripts.

Attempted [CMD=""]/etc/rc.d/ldconfig start[/CMD] which errors out, and replacing the /lib/libedit.so.6 file with no positive results.

Running:
[CMD=""]file /lib/libedit.so.6[/CMD] yields:
Code:
libedit.so.6: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), stripped

Any advice is greatly appreciated.
 
pbd said:
Try to re-read /lib/*

# ldconfig -m /lib

No love, this command returns no errors but [cmd=]/etc/rc.d/ldconfig start[/cmd] and other commands still error out just as before.
 
Back
Top