error while loading shared libraries: libldap.so.199

这几天在玩sun的瘦客户端,在配置Sun Ray Software 4.0出错,/opt/SUNWut/sbin/utpw: error while loading shared libraries: libldap.so.199: cannot open shared object file: No such file or directory
Password validation, utpw failed with unknown exit status 127Enter Sun Ray admin password:

解决方法:

We had to make softlinks for libldap.so.199:
[root@localhost ~]ln -s /usr/lib/libldap.so.2 /usr/lib/libldap.so.199
[root@localhost ~]ln -s /usr/lib/libgdbm.so.2 /usr/lib/libgdbm.so.3
[root@localhost ~]ln -s /usr/lib/liblber.so.2 /usr/lib/liblber.so.199

 

然后重新配置Sun Ray Software


原文地址:https://www.cnblogs.com/Bigkangaroo/p/1325340.html