[mrtg] Re: MRTG vs Windoze 95/98/ME

Jeff Liebermann jeffl at comix.santa-cruz.ca.us
Mon Nov 13 06:12:47 MET 2000


On Thu, Nov 09, 2000 at 06:24:23PM -0800, Jeff Liebermann wrote:
 
> The fix is to add 4 lines near the bottom of:
> 	c:\perl\lib\findbin.pm
> ================================================================
> $RealBin = abs_path($RealBin) if($RealBin);   ## existing line
>  if $(IsWin32)            ## added
>  {                        ## added
>   $Bin =~ s/\//\\/g;      ## added
>  }                        ## added
> ================================================================

Oops.  Typo error.  Try instead:

The fix is to add 4 lines near the bottom of:
	c:\perl\lib\findbin.pm
================================================================
$RealBin = abs_path($RealBin) if($RealBin);   ## existing line
 if ($IsWin32)            ## added
 {                        ## added
  $Bin =~ s/\//\\/g;      ## added
 }                        ## added
================================================================

-- 
# Jeff Liebermann  Liebermann Design  150 Felker St #D  Santa Cruz  CA  95060
# 831.336.2558 voice   831.426.1240 fax   831.421.6491 digital_pager
# jeffl at comix.santa-cruz.ca.us  http://www.cruzio.com/~jeffl

--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the mrtg mailing list