Closed M5135213521asd3 closed 2 months ago
In advance, please check rpm -q --whatprovides 'libcassandra.so.2()(64bit)'
.
If the output say no package provides libcassandra, your rpm file would not work. libcassandra shall be also managed by RPM, which is a specification of the RPM package manager itself.
it is working fine once library is installed by rpm... probaby can be closed... thankls
Hello, I have created rpm package by cargo generate-rpm. When I try to install it I got:
but cargo run command working without issue and library is presented on the system:
--auto-req disabled will disable this check which solve the issue, but I will rather keep it enabled to warn me when library is missing.