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?

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



# Han

Reply via email to