skip to Main Content

Centos – Perl module's rpm doesn't provide all included files and tries to get missing ones as a dependancies

So, I've built an rpm for centos from tar.gz dist using cpanspec and rpmbuild tools. This module contains several embedded modules, the filesystem of dist looks like this: lib/Module.pm lib/Module/SubModule1.pm lib/Module/SubModule1/SubSub1.pm lib/Module/SubModule1/SubSub2.pm lib/Module/SubModule2.pm lib/Module/SubModule2/SubSub1.pm ... etc When I try to…

VIEW QUESTION

rpm dependencies required even though they are there – Nginx

I'm trying to install a customised openresty on a Centos7 VM. sudo rpm -i openresty-1.19.3.1-1.el7.x86_64.rpm However I get this error: perl(Test::Nginx::Socket::Lua) is needed by openresty-1.19.3.1-1.el7.x86_64 perl(Test::Nginx::Socket::Lua::Stream) is needed by openresty-1.19.3.1-1.el7.x86_64 But I already had those dependencies installed with cpan, and…

VIEW QUESTION

rpm -i project fails with dependency issues for packages that are either already installed or don't seem to exist for my OS – CentOS

I am trying to deploy a rather large rpm project via rpm on CentOS-7, but when I run "rpm -i rpm-project-1.0.0-1.0.0.x86_64" I get this output: error: Failed dependencies: ld-linux-aarch64.so.1()(64bit) is needed by rpm-project-1.0.0-1.0.0.x86_64 ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) is needed by rpm-project-1.0.0-1.0.0.x86_64 libXss.so.1()(64bit) is…

VIEW QUESTION
Back To Top
Search