Sunday, July 10, 2011

(network.c.336) SSL: error:00000000:lib(0):func(0):reason(0) Kloxo restart error solved

Advertisements

Error :
[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 /]#

4 comments:

  1. hi,

    I think we need to download openssl first before removing it.

    ReplyDelete
  2. I can't download after removed openssl. Can you help me please....

    ReplyDelete
  3. I can't downloading openssl after removed it, please help me....

    ReplyDelete
  4. What 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

Be nice. That's all.