Azure-pipelines-agent: Red Hat Issue: No usable version of the libssl was found, vsts-agent-rhel.6-x64-2.155.1.tar.gz

Created on 13 Sep 2019  路  1Comment  路  Source: microsoft/azure-pipelines-agent

Having issue with YAML?

Please log an issue at Azure-Pipelines-YAML. Over there we discuss YAML templates, samples for Azure Pipelines, and designs for upcoming YAML features. Also a place for the community to share best practices, ideas, and so on. File suggestions and issues here if they're specific to YAML pipelines.

Having issue with Tasks?

Log an issue at Azure-Pipelines-Tasks. It contains all of the in-box tasks we ship with Azure-Pipelines/VSTS/TFS. If you're having issues with tasks in Build/Release jobs (e.g. unreasonable task failure) please log an issue there.

Having issue with software on Hosted Agent? "Installing self-hosted agent"

Log an issue at Hosted Agent Image Repository. It contains the VM image used in the Azure Pipelines Hosted Agent Pool. If you're having Build/Release failures that seems like they are related to software installed on the Hosted Agent (e.g. the dotnet SDK is missing or the Azure SDK is not on the latest version) please log an issue there.

Having generic issue with Azure-Pipelines/VSTS/TFS?

Please report it on Developer Community

Have you tried troubleshooting?

Troubleshooting docYes

Agent Version and Platform

Version of your agent? 2.155.1

OS of the machine running the agent? OSX/Windows/Linux/...Linux, Red Hat 8

Azure DevOps Type and Version

dev.azure.com (formerly visualstudio.com) or on-premises TFS/Azure DevOps Server? dev.azure.com

If on-premises, which release? 2015.0, 2017.1, 2019 RC2, etc.

If dev.azure.com, what is your organization name? https://dev.azure.com/{organization} or https://{organization}.visualstudio.com

What's not working?

Please include error messages and screenshots.

when i run ./config.sh, I get

No usable version of the libssl was found
./config.sh: line 86: 6055 Aborted (core dumped) ./bin/Agent.Listener configure "$@"

  • yum list installed | grep ssl
  • openssl.x86_64 1:1.1.1-8.el8 @anaconda
  • openssl-devel.x86_64 1:1.1.1-8.el8 @rhel-8-baseos-rhui-rpms
  • openssl-libs.x86_64 1:1.1.1-8.el8 @anaconda
  • openssl-pkcs11.x86_64 0.4.8-2.el8 @anaconda

Agent and Worker's Diagnostic Logs

Logs are located in the agent's _diag folder. The agent logs are prefixed with Agent_ and the worker logs are prefixed with Worker_. All sensitive information should already be masked out, but please double-check before pasting here.

Most helpful comment

I had the same issue, this is fixed by installing compat-openssl10 (at least on CentOS 8). I am guessing that this issue does not crop up on previous releases that natively provide older versions of OpenSSL.

Perhaps this is something that belongs in the prerequisite installer?

>All comments

I had the same issue, this is fixed by installing compat-openssl10 (at least on CentOS 8). I am guessing that this issue does not crop up on previous releases that natively provide older versions of OpenSSL.

Perhaps this is something that belongs in the prerequisite installer?

Was this page helpful?
0 / 5 - 0 ratings