安裝完Kloxo后lighttpd不能啟動,提示 (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0) 錯誤。
[root@vpser.net ~]# service kloxo restart
Stopping kloxo: Waiting for the process to die.....
Stopped kloxo
Starting kloxo: 11
cat: /usr/local/lxlabs/kloxo//pid/wrapper.pid: No such file or directory
mysqld (pid 30539) is running...
2010-04-05 20:24:16: (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
Started kloxo VPS偵探 https://www.vpser.net/
解決方法: openssl降級到openssl-0.9.8e-12.el5_4.1.i686版本
執行命令:yum downgrade openssl
如果執行上面命令不行可以通過下面的方法解決:
wget http://ftp.belnet.be/mirrors/ftp.centos.org/5.4/updates/i386/RPMS/openssl-0.9.8e-12.el5_4.1.i686.rpm
rpm -e --nodeps openssl-0.9.8e-12.el5_4.6
rpm -ivh openssl-0.9.8e-12.el5_4.1.i686.rpm
update:
官網上最新的解決方法是直接yum update即可,未驗證。