Bug 199890
| Summary: | Wrong libpath in perl based plugins | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roy-Magne Mo <rmo> | ||||
| Component: | nagios-plugins | Assignee: | Mike McGrath <imlinux> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5 | CC: | extras-qa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-07-24 02:18:06 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: | |||||||
| Attachments: |
|
||||||
|
Description
Roy-Magne Mo
2006-07-24 01:59:10 UTC
Created attachment 132893 [details]
patch to remove some unneeded functionality
I'm not quite following what the issue is. Are Nagios plugins failing or returning bad results as a result of this? If so which scripts? If you for example look at the subpackage nagios-plugins-breeze, you'll find a "use lib" line like this: use lib "nagios/plugins" ; For embperl to function, you'll have to have a complete path to the directory where utils.pm is kept, which is /usr/lib/nagios/plugins (at least on 32 bit systems). This correct replacement is supposed to happen in the subst awk-script, but the part I commented out seems to mess things up. The way it is now, the perl script can't compile because it can't find utils.pm |