Perl dependency error

Jeff jwamsc at gmail.com
Tue Aug 1 20:15:48 UTC 2017


Thanks Tim,

You put me on to the solution. I was invoking Perl scripts as
#!/bin/perl

which was not explicitly provided by the perl RPM package. That path
happened to work by virtue of the directory symlink you pointed out.

The fix was to change the interpreter invocation to
#!/usr/bin/perl

Jeff


More information about the Rpm-list mailing list