/libexec/ld-elf.so.1: Shared object “libintl.so.8″ not found
Posted in Uncategorized by Julian Kessel - Dec 25, 2010
As I followed this post I ran into this error: /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "wget"
Luckily, there is a simple workaround for that, simply set a link to an older? version of the library:
<code>ln -s /usr/local/lib/libintl.so.9 /usr/local/lib/libintl.so.8</code>
Write this to the PostInit routines under System -> Advanced -> Command Scripts and you're done :)
COMMENTS
