Han Boetes wrote:
Jake Conk wrote:
I rebooted my server and now I get this error when I try to ssh:

-bash: can't load library 'libintl.so.3.0'
Connection to 192.168.10.2 closed.

Why can't it load libintl? What causes this with a simple
reboot?

Maybe that it was deleted? Borked? I dunno.

You forgot to set shlib_dirs in /etc/rc.conf.local

Boot with `boot -s' at the boot prompt and then

# mount -u -w /
# echo shlib_dirs=/usr/local/lib >> /etc/rc.conf.local
# exit

This should not be necessary as /etc/rc contains the following:

        if [ -d /usr/local/lib ]; then
                shlib_dirs="/usr/local/lib $shlib_dirs"
        fi

However, as stated, 'boot -s' is your friend.

(And I use ksh... blah blah blah). ;)

/Alexander

Reply via email to