Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Failed dependency when installing Tentacle RPM on SUSE Enterprise 15

Open benPearce1 opened this issue 4 months ago • 2 comments

Severity

Blocking some customers, but simple workaround available

Version

8.0+

Latest Version

I could reproduce the problem in the latest build

What happened?

Installing Tentacle RPM on SUSE Enterprise (SLES) 15 will be blocked due to a missing dependency on openssl-libs

Reproduction

To setup the tentacle repository in SLES

wget https://rpm.octopus.com/tentacle.repo -O tentacle.repo
sudo zypper ar -r ./tentacle.repo

Then install tentacle: sudo zypper install tentacle

Error and Stacktrace

Problem: 1: nothing provides 'openssl-libs' needed by the to be installed tentacle-8.2.2297-1.x86_64

More Information

No response

Workaround

The dependecy libcrypto.so.3 is actually provided by openssl-3, the installation of the RPM package can proceed without the dependency, which can be done with zypper using the --force-resolution parameter or choosing the break option in the resolution prompts. If installing with rpm -i use the --nodeps parameter.

benPearce1 avatar Oct 15 '24 00:10 benPearce1