Mongodb – DNF install cannot find Perl dependencies, there is a way to figure out which @INC is being used?
I'm installing a custom rpm for the EOL MongoDB Perl driver; The RPM build went fine (I'm using fpm): fpm -t rpm -s cpan --maintainer 'Jose Vicente Nunez <[email protected]>' BSON sudo dnf install -y perl-BSON-v1.12.2-1.noarch.rpm fpm -t rpm -s cpan…