At 12:12 AM 9/23/2007, Bill Luebkert wrote:
Gregory Guthrie wrote:
I am trying to install rrd for perl on Windows ActiveState perl.
I downloaded the package from rrdTools site,
and tried the install instructions,
...
----------------------------------------------------------------------------

You need to install RRDs.pm - try starting here: http://oss.oetiker.ch/rrdtool/
and grab the latest stable tar file for rrdtool.  Not sure if there's a Win32
DLL built there for the XS portion though - you may have to make your own.

-- They do have a win-32 version, but I'm not sure about your point on needing a DLL.

-- Thanks for the info. I thought I had done that, see below (from orig message).

As before, I run ppm install RRDs.ppd, seems fine (but doesn't really do it).. Their readme says that this is all that is required, but the install.cmd also tried "cd t; perl base.t", which fails; no directory t, or file base.t exist.

The ppm4.log has lots of info (see below).

It does create a new directory with a long... name: "perl------------------please run install script -----------" in the same parent (..) directory (not in the perl-shared/.../bindings directory, where the install script seems to assume anything is). But, there is no install script there(!).

These errors surprise, that the readme and install.cmd disagree on what to do, and the ppm results don't agree with the install.cmd . Also note all the errors in the ppm4.log below(!) - this alos surprises me since I am just doing a simple rote install.

Thanks for any hints.
Greg
------------------------------------------------------------

I downloaded the package from rrdTools site,

and tried the install instructions,
C:\Temp\rrd\rrdtool\bindings\perl-shared>dir
 Volume in drive C is cs_system
 Volume Serial Number is 800F-6D2A
 Directory of C:\Temp\rrd\rrdtool\bindings\perl-shared
09/19/2007  11:40 AM    <DIR>          .
09/19/2007  11:40 AM    <DIR>          ..
05/18/2005  08:08 AM             1,647 ntmakefile.pl
08/23/2006  10:15 AM               370 RRDs.ppd
08/23/2006  10:15 AM         1,132,976 rrds.tar.gz
08/23/2006  10:11 AM            13,496 RRDs.xs
               4 File(s)      1,148,489 bytes
               2 Dir(s)   2,507,862,016 bytes free
C:\Temp\rrd\rrdtool\bindings\perl-shared>ppm install RRDs.ppd
Unpacking RRDs-1.2015...done
Generating HTML for RRDs-1.2015...done
Updating files in site area...done
   9 files unchanged
It appears to have done something successfully - But I still can't get "use RRDs;" to work in Komodo.

------------------------------------------------------------------
ppm4.log::

2007-09-23T08:01:33 <4> [Client.pm:136] Found ppm-perl-area.db in E:/PLang/ActivePerl/etc
2007-09-23T08:01:33 <6> [ppm:81] ppm install RRDs.ppd
2007-09-23T08:01:33 <6> [Web.pm:63] GET file:///C:/Temp/rrd/rrdtool/bindings/perl-shared/RRDs.ppd ==> 200 OK (370 bytes in 0.05 sec - 7 KB/s) 2007-09-23T08:01:33 <4> [InstallArea.pm:695] Setting up schema for C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/etc/ppm-site-area.db
2007-09-23T08:01:33 <5> [ppm:1114] Installing into site
2007-09-23T08:01:34 <7> [InstallArea.pm:323] Created C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/etc/ppm-site-dirty
2007-09-23T08:01:34 <5> [InstallArea.pm:346] Installing RRDs with id 1
2007-09-23T08:01:34 <7> [InstallArea.pm:353] Copy C:\Temp\ppm-mLAyii/RRDs-1.2015/blib/arch --> C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib 2007-09-23T08:01:34 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/auto/rrds/rrds.bs written 2007-09-23T08:01:34 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/auto/rrds/rrds.dll written 2007-09-23T08:01:34 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/auto/rrds/rrds.exp written 2007-09-23T08:01:34 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/auto/rrds/rrds.lib written 2007-09-23T08:01:35 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/auto/rrds/rrds.pdb written 2007-09-23T08:01:35 <7> [InstallArea.pm:353] Copy C:\Temp\ppm-mLAyii/RRDs-1.2015/blib/html --> C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/html 2007-09-23T08:01:35 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/html/site/lib/rrds.html written 2007-09-23T08:01:35 <7> [InstallArea.pm:353] Copy C:\Temp\ppm-mLAyii/RRDs-1.2015/blib/lib --> C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib 2007-09-23T08:01:35 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/makefile.pl written 2007-09-23T08:01:35 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/ntmake.pl written 2007-09-23T08:01:35 <6> [InstallArea.pm:532] C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/lib/rrds.pm written
2007-09-23T08:01:35 <5> [InstallArea.pm:402] Commit install
2007-09-23T08:01:35 <7> [InstallArea.pm:438] unlink C:/TEMP/perl-----------------------------------------please-run-the-install-script----------------------------------------/site/etc/ppm-site-dirty 2007-09-23T08:01:35 <4> [ppm:13] Can't remove file C:\Temp\ppm-mLAyii/RRDs-1.2015/blib/html/site/lib/rrds.html (Permission denied) at E:/PLang/ActivePerl/lib/ActivePerl/PPM/Client.pm line 1143 2007-09-23T08:01:35 <4> [ppm:13] Can't remove directory C:\Temp\ppm-mLAyii/RRDs-1.2015/blib/html/site/lib (Directory not empty) at E:/PLang/ActivePerl/lib/ActivePerl/PPM/Client.pm line 1143 2007-09-23T08:01:35 <4> [ppm:13] Can't remove directory C:\Temp\ppm-mLAyii/RRDs-1.2015/blib/html/site (Directory not empty) at E:/PLang/ActivePerl/lib/ActivePerl/PPM/Client.pm line 1143 2007-09-23T08:01:35 <4> [ppm:13] Can't remove directory C:\Temp\ppm-mLAyii/RRDs-1.2015/blib/html (Directory not empty) at E:/PLang/ActivePerl/lib/ActivePerl/PPM/Client.pm line 1143 2007-09-23T08:01:35 <4> [ppm:13] Can't remove directory C:\Temp\ppm-mLAyii/RRDs-1.2015/blib (Directory not empty) at E:/PLang/ActivePerl/lib/ActivePerl/PPM/Client.pm line 1143 2007-09-23T08:01:35 <4> [ppm:13] Can't remove directory C:\Temp\ppm-mLAyii/RRDs-1.2015 (Directory not empty) at E:/PLang/ActivePerl/lib/ActivePerl/PPM/Client.pm line 1143 2007-09-23T08:01:35 <4> [ppm:13] Can't remove directory C:\Temp\ppm-mLAyii (Directory not empty) at E:/PLang/ActivePerl/lib/ActivePerl/PPM/Client.pm line 1143





--------------------------------------------------------
Dr. Gregory Guthrie
[EMAIL PROTECTED]         (641)472-1125    Fax: -1103
       Professor and Dean
       Computer Science Department
       School of Computer Science and Mathematics
       Maharishi University of Management
       http://www.mum.edu/cs_dept
--------------------------------------------------------  
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to