Hi,
I'm updating a manager from version 3.2.4 to 3.5.0 on CentOS 6.9 The install appears to run fine, but I'm getting a couple errors.
One is this
[root@wazuh-manager-base wazuh-3.5.0]# restartmanager
Stopping OSSEC: [ OK ]
Starting OSSEC (EL6): rm: cannot remove `/opt/<path>/ossec/tmp/ruleset': Is a directory
[FAILED]
The other is this
Error starting wazuh-clusterd: Error 2001 - Incompatible version of SQLite: 3.6.20
Try to export the internal SQLite library:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/var/ossec/lib
wazuh-clusterd did not start correctly.
====
I have run these additional commands but they don't resolve them. Is it safe to rm the /ossec/tmp/ruleset directory listed above?
[root@wazuh-manager-base wazuh-3.5.0]# source /opt/rh/python27/enable
[root@wazuh-manager-base wazuh-3.5.0]# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/<path>/ossec/framework/lib
But still get the same errors. Can you help me resolve this?
Regards,
Robert