Start a conversation

Xinet Upgrade Failing with OpenSSL Errors

Overview

While attempting to upgrade from an older release of Xinet (for example from Xinet 19.2.1 to Xinet 2020.5), you encounter an issue with your database services failing to start. You have attempted to re-run the Xient Server installation script, but continue to see the error below:

  • /usr/etc/venture/bin/dblogd: /lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by /usr/etc/venture/bin/dblogd)

 

Solution

The error shown is related to an outdated, corrupted, or missing OpenSSL package. To address this trouble, you can reinstall the necessary packages below and re-run the installation.

  1. Reinstall the openssl, openssl-lib, and libzip packages:
    # sudo yum reinstall openssl openssl-libs libzip
  2. Re-run the Xinet Server Install script:
    # sudo /path/to/installation/package/install
  3. Restart Apache:
    # sudo systemctl restart httpd

 

Testing

After reinstalling the packages above, re-running the Xinet Server install script, and restarting Apache, ensure that you are now able to access the Xinet Server and Xinet Portal interfaces. 

Review the status of the Database services by navigating to WebNative Admin Portal > Logging > Status and ensure they show as "Running."

 

mceclip0.png

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments