Solved [Solved] I can't start MySQL

I accidentally replaced the library system /usr/lib32/libstdc++so.6 and now I can not run the MySQL server, this is the error message:
Code:
/libexec/ld-elf.so.1: /usr/lib/libstdc++so.6:. unsupported file layout

Code:
FreeBSD 8.4-RELEASE # 0 r251259

I do not know how to regain the library.

---

Solution:

install compat8x from /usr/ports/misc.
 
You shouldn't be able to install compat8x on FreeBSD 8.x, it's for FreeBSD 9 and higher.
 
Back
Top