Bug 49640
| Summary: | rpm install fails to find getopts.pl | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | sean <seandarcy> |
| Component: | ghostscript | Assignee: | Crutcher Dunnavant <crutcher> |
| Status: | CLOSED NOTABUG | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-07-22 16:27:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
/usr/lib/perl5/5.6.1 we never created a 5.6.1 perl rpm, so rpm cannot find that perl provides. |
Description of Problem: [root@localhost i386]# rpm -Fvh ghostscript-6.51-1.i386.rpm error: failed dependencies: perl(getopts.pl) is needed by ghostscript-6.51-1 [root@localhost i386]# locate getopts.pl /usr/lib/perl5/5.6.1/getopts.pl [system@localhost 5.6.1]$ perl -e 'print join("\n",@INC);' /usr/lib/perl5/5.6.1/i386-redhat-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/i386-redhat-linux/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . How Reproducible: As above. Steps to Reproduce: 1. See above 2. 3. Actual Results: Expected Results: Additional Information: