Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Openssl library conflict with CentOS 7.9

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Openssl library conflict with CentOS 7.9


Chronological Thread 
  • From: Mark Feit <>
  • To: Jarett DeAngelis <>, "" <>
  • Subject: Re: [perfsonar-user] Openssl library conflict with CentOS 7.9
  • Date: Thu, 30 Mar 2023 15:44:10 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=internet2.edu; dmarc=pass action=none header.from=internet2.edu; dkim=pass header.d=internet2.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=p9hT2ZhzCJdlOmflfcKKafEjJIy3Xp4D4JCpgqtHMdk=; b=mMC+2qP3sWNFEVOMJhjGJpMBNT/ARTlkQgF6suvWQxz2YIWxmf+jj0r1uOHFTa+q36Ol7TaWE5U4o/QAHb3VXJUgBoDPCVlfVtKAVIEyTw0l+KKKgi4inR4eQUbdP0u2GtxpKo+9PrBn9d4/XmCnp7rLwe+VwnMRJSgis4fJkNiP3LKAmfh4q70mWFHE4CNDL8IdKqoSJ0jDfVX636ZR2U3MUB+98/0LdmES+gNsYpzarDDVA81aUXMPQKR1EmmJ1AJa3+t0s/4OZ8ZZKsAbRN1hM+oIvooIdLOF4vJv/v07+fjAscqqUAum74ECiveSLNnqA01bQ88XDYC/1NiLeQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=d4z9jEMtA+3g83OyBQ4q7n5lbUl0hxusSyIVQNRoDK9ma5QCPJb3GVpj4TrBXv0pNKBv5zL+ELdgocwebKelxP42TXMXyQzXcSWfJ6TbFmpeNALm/+E0iNUW8ocTMovRDd5FGn/oeJkSDD2QjU47pJEEukCNT8t/E7Gxv530zC00vuclr+2OUN1z8rklSXdBCopdgh25M6bZGHIx12zh7ZeT8xdIQRAwDd6p0cVX5cz0Bd3fybvPp0CySqbgdlrmiCG73U7CII7bu+1x2//deJy2vRr9NzdBXyVcoCLBku00ErkKyX6m1C5LT1djBQ1ZVBiecCokZPSZB3R7v9EZug==

Jarett DeAngelis writes:

 

When trying to install `perfsonar-testpoint`, I get this:

 

--> Finished Dependency Resolution

Error: Package: 1:openssl-1.0.2k-19.el7.x86_64 (base)

           Requires: openssl-libs(x86-64) = 1:1.0.2k-19.el7

           Installed: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (@updates)

               openssl-libs(x86-64) = 1:1.0.2k-25.el7_9

           Available: 1:openssl-libs-1.0.2k-19.el7.x86_64 (base)

               openssl-libs(x86-64) = 1:1.0.2k-19.el7

 You could try using --skip-broken to work around the problem

 You could try running: rpm -Va --nofiles --nodigest

 

—skip-broken does this over again and installs nothing. You can’t remove the -25 revision of openssl because everything depends on it. How do we get around this issue?

 

I’m not seeing that on a fresh install of the production or staging (beta) code and an install of just openssl on a bare EL7 machine works just fine.  In all three instances, 1:openssl-1.0.2k-26.el7_9 and the same version of openssl-libs are installed.

 

Your system appears to have a variety of versions installed or available, which makes me wonder if there’s a combination of mirrors involved where one that got used wasn’t up to date.  A ‘yum clean all’ followed by a ‘yum update’ to bring everything up to current and then installing the testpoint might work.

 

My take on situations like that is that the system got itself into a weird state and should be nuked from orbit because it’s the only way to be sure.  :-)

 

--Mark

 




Archive powered by MHonArc 2.6.24.

Top of Page