I work with ActiveState version. Downloaded Win32::AdminMisc from
ftp://www.roth.net/pub/ntperl/adminmisc/20030625/Bin

Can't locate ADMINMISC_XXX.PLL. What am I missing?



Thanks

Ronen

?Ronen Kfir
System Administrator
T.A.U Computing Division
Tel: 972-3-6407416
Fax: 972-3-6405158
cellular: 972-55-405910
E-mail: [EMAIL PROTECTED]


-----Original Message-----
From: Kipp, James [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 01, 2003 7:31 PM
To: Ronen Kfir; [EMAIL PROTECTED]
Subject: RE: Disk space on windows 2000

> Downloaded the module in zip file, put AdminMisc.pm in 
> c:\perl\lib &  c:\perl\site\lib.
> Still I get:
> Can't locate Win32/AdminMisc.pm in @INC (@INC contains: 
> C:/Perl/lib C:/Perl/site
> /lib .)
> 
> How do I work with it?

check out the readme file that is included. there is a little more to it
than just copying the pm file. and it may also differ according to which
perl distribution and version you are running. Mail me offline if you want
me to send you some examples scripts. but get the module installed first.
here is a snip from the readme:
---
HOW TO INSTALL:
    - IF you are using the core distribution of Win32 Perl:
        a) Copy the ADMINMISC.PM file into the directory
perl\lib\site\win32\
        b) Rename the file ADMINMISC_CORE.DLL to ADMINMISC.DLL
        c) Make a directory: perl\lib\site\auto\win32\ADMINMISC\
        d) Copy the ADMINMISC.DLL file into the directory in step c

    - IF you are using the ActiveState's version 5.005 (aka ActivePerl):
        a)  Copy the ADMINMISC.PM file into the directory
            site\lib\win32\
        b)  Rename the file AdminMisc_5005_AS.DLL to ADMINMISC.DLL
        c)  Make a directory:
              site\lib\auto\win32\AdminMisc\
        d) Copy the ADMINMISC.DLL file into the directory created in step c

        ALTERNATIVELY if you are using ActivePerl (or core perl 5.005
                      with PERL_OBJECT defined):

        a) run the Perl Package Manager:
           perl ppm.pl install
http://www.roth.net/perl/packages/win32-adminmisc.ppd

    - IF you are using the ActiveState version of Win32 Perl:
        a) Copy the ADMINMISC.PM file into the directory perl\lib\win32\
        b) Rename the file ADMINMISC_XXX.PLL to ADMINMISC.PLL
        c) Make a directory: perl\lib\auto\win32\adminmisc\
        d) Copy the ADMINMISC.PLL file into the directory in step c







--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to