这几天在玩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


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-05-28
  • 2021-06-24
猜你喜欢
  • 2021-10-04
  • 2021-04-04
  • 2021-09-29
  • 2021-08-29
  • 2022-02-23
相关资源
相似解决方案