Ticket #78 (closed defect: Fixed)

Opened 3 years ago

Last modified 3 months ago

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

fix-RRDtool-python-version.diff (0.5 kB) - added by Andy Dustman <farcepest@…> 3 years ago.
Set PYTHON (env) to current interpreter before building RRDtool

Change History

Changed 3 years ago by Andy Dustman <farcepest@…>

Set PYTHON (env) to current interpreter before building RRDtool

Changed 3 years ago by edahl

  • status changed from new to closed
  • resolution set to fixed

added to installer thanks for the patch!

Changed 3 years ago by edahl

  • milestone set to zenoss-0.20.0

Changed 3 years ago by edahl

  • milestone changed from zenoss-0.20.0 to zenoss-0.19.3

Changed 3 months ago by bbibeault

  • documentation set to Not required
  • reviewed set to 1
Note: See TracTickets for help on using tickets.