Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1956031
Summary: | openldap-2.4.57-3.fc34 breaks lsi megaraid manager | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Torbjorn Jansson <torbjorn> |
Component: | openldap | Assignee: | Simon Pichugin <spichugi> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 34 | CC: | lance, rmeggins, spichugi, vashirov |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openldap-2.4.57-4.fc34 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-06-14 01:05:44 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
Torbjorn Jansson
2021-05-02 08:41:41 UTC
Hello, could you please try two things: 1. Run "sudo ldconfig" command; 2. Update all of the packages (especially openssl). Hope that helps, Simon ldconfig was run multiple times before downgrading the package and at the time (shortly before submitting this bug report) i had already made sure all packages was up to date. What OpenSSL version do you have? How exactly your package is named so we can try to reproduce it? relevant packages and versions that is not working: LSIStorageAuthority-007.016.009.000-00.x86_64 openldap-2.4.57-3.fc34.x86_64 openldap-clients-2.4.57-3.fc34.x86_64 openldap-compat-2.4.57-3.fc34.x86_64 openldap-devel-2.4.57-3.fc34.x86_64 openssl-1.1.1k-1.fc34.x86_64 openssl-devel-1.1.1k-1.fc34.x86_64 openssl-libs-1.1.1k-1.fc34.x86_64 openssl-pkcs11-0.4.11-2.fc34.x86_64 first one above can be downloaded from: https://docs.broadcom.com/docs/007.016.009.000_LSA_Linux-x64.zip trying to run: /opt/lsi/LSIStorageAuthority/bin/LSA results in: /opt/lsi/LSIStorageAuthority/bin/LSA: symbol lookup error: /lib64/libldap_r-2.4.so.2: undefined symbol: EVP_md2, version OPENSSL_1_1_0 and this does not happen with openldap-2.4.57-2.fc34 Thank you for the detailed information, I was able to reproduce it. The regression comes from https://bugzilla.redhat.com/show_bug.cgi?id=1822904 In particular: https://src.fedoraproject.org/rpms/openldap/blob/rawhide/f/openldap-cbinding-ITS-9189_1-rework-sasl-cbinding-support.patch#_472-474 I've added -DOPENSSL_NO_MD2 to CFLAGS and built a test package: https://copr.fedorainfracloud.org/coprs/vashirov/openldap-bz1956031/ Could you please test it and check if this solves the issue for you? Thanks. Tested and appears to be working. First i did a "dnf update" to make sure i got the broken packages and confirmed it was broken. then installed the ones you prepared and did new test, seems to be working and no undefined symbol. FEDORA-2021-e42a313704 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-e42a313704 FEDORA-2021-e42a313704 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-e42a313704` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-e42a313704 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-e42a313704 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |