Advertisements
[root@test /]# /etc/init.d/kloxo restart
Stopping kloxo: Waiting for the process to die.....
Stopped kloxo
Starting kloxo: 11
2011-07-09 19:01:30: (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
mysqld (pid 1557) is running...
Started kloxo
[root@test /]#
Solution
Remove the openssl with nodeps option
rpm -e --nodeps openssl
Download lower version
http://download.clearfoundation.com/clearos/enterprise/5.1/System/RPMS/openssl-0.9.8e-12.el5_4.1.i686.rpm
rpm -ivh openssl-0.9.8e-12.el5_4.1.i686.rpm
Now restart Kloxo
/etc/init.d/kloxo restart
[root@test /]# /etc/init.d/kloxo restart
Stopping kloxo: ../bin/common/function.sh: line 28: 7239 Terminated $__path_server_exe $string >/dev/null 2>&1
Waiting for the process to die.....
Stopped kloxo
Starting kloxo: 11
mysqld (pid 1557) is running...
Started kloxo
[root@test /]#
hi,
ReplyDeleteI think we need to download openssl first before removing it.
I can't download after removed openssl. Can you help me please....
ReplyDeleteI can't downloading openssl after removed it, please help me....
ReplyDeleteWhat is the error you are getting? wget removed? try to download it to another machine and upload it via scp or ftp and install with --force option.
ReplyDelete