LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mrtg and redhat 8? (https://www.linuxquestions.org/questions/linux-software-2/mrtg-and-redhat-8-a-60375/)

Zac2003 05-17-2003 08:30 PM

mrtg and redhat 8?
 
I can get mrtg to work on 7.anything 7.2, 7.3 etc... and then the place I got a new server from only would let 8.0 be installed so question.

has anyone been able to get mrtg to work via rpm or from souce because I can't get it to work from either method :(

here is the error.

Code:

-----------------------------------------------------------------------
ERROR: Mrtg will most likely not work propperly when the environment
      variable LANG is set to UTF-8. Please run mrtg in an environment
      where this is not the case:

      env LANG=C /usr/local/mrtg-2/bin/mrtg ...
-----------------------------------------------------------------------


LiquidIce 05-17-2003 11:14 PM

You'll need to edit /etc/sysconfig/i18n to reflect an non-UTF LANG var. That should fix your problem.

Or for a quick fix type in LANG='en_US' from your shell prompt.


All times are GMT -5. The time now is 06:35 PM.