Thanks!  This appeared to solve those problems.  Others popped up, but I am
working them through...

Gordon



                                                                                
                                            
                    Rainer Bawidamann                                           
                                            
                    <[EMAIL PROTECTED]>        To:     rrd-users mailing list 
<[email protected]>                
                    Sent by:                      cc:                           
                                            
                    [EMAIL PROTECTED]        Subject:     [rrd-users] Re: 
14all.cgi, RRDTOOL and Windows 2000          
                    ee.ethz.ch                                                  
                                            
                                                                                
                                            
                                                                                
                                            
                    12/05/2001 05:02 PM                                         
                                            
                                                                                
                                            
                                                                                
                                            





Hi!

> I am having a problem with running 14all.cgi with RRD and Windows 2000.
I
> am getting an error in running line 14, which is:
> use lib "C:\rrdtool\perl-shared";

Double the '\':

use lib "C:\\rrdtool\\perl-shared";

> I will then get another error in line 30, which is
> use MRTG_lib "2.090003";

Looks like it cannot find the MRTG perl library. Add a line above line 30
(the line above) that poinst to the MRTG library (in the mrtg installation
in directory lib/mrtg2):

use lib "C:\\where\\mrtg\\is\\installed\\lib\\mrtg2";

Maybe this helps.

Rainer

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi





--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to