Ticket #78 (closed defect: Fixed)
RRDtool doesn't necessarily use right version of Python
| Reported by: | Andy Dustman <farcepest@…> | Owned by: | edahl |
|---|---|---|---|
| Priority: | 3 - Medium | Milestone: | zenoss-0.19.3 |
| Component: | DataCollector | Version: | 0.19.1 |
| Keywords: | Cc: | farcepest@… | |
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Maintenance Target: | ||
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description
RRDtool's configure script searches for available Python intpreters like this:
for am_cv_pathless_PYTHON in python python2 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
If you have python-2.4 installed, it will be found before python-2.3, which is currently the required version. You can override this by setting PYTHON in the environment. A patch to do this will be attached momentarily.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.