Bug 1660344

Summary: libssh2-devel seems to be missing from the beta packages
Product: Red Hat Enterprise Linux 8 Reporter: Niels Baggesen <niels>
Component: libssh2Assignee: Kamil Dudka <kdudka>
Status: CLOSED NOTABUG QA Contact: qe-baseos-daemons
Severity: medium Docs Contact:
Priority: unspecified    
Version: 8.0CC: kdudka
Target Milestone: rc   
Target Release: 8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-12-18 09:06:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Niels Baggesen 2018-12-18 08:01:55 UTC
Description of problem:
When trying to build net-snmp --with-transports=SSH I need libssh2-devel

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Kamil Dudka 2018-12-18 09:11:03 UTC
Sorry, I did not realize this was a public bug.  Please open a customer case, instead of posting to an internal mailing-list.

Long story short, libssh2 has been removed from RHEL-8 intentionally.

libssh is now the supported SSH library in RHEL-8.  It has incompatible ABI/API with libssh2, so libssh2-based application needs to be migrated to libssh unless they support both the libraries (as, for example upstream curl does).