I'll try to fetch these modules, compile them, and 
repackage them as PPMs for everyone to use.  PPMs are
much cleaner as they don't require that you install a 
compiler and other stuff on the machine.

The NT HOWTO (at http://www.atlcon.net/opensrs/nt-howto.htm)
is due for a serious rewrite; it's only been updated for
the 2.2 codebase, so I need to get it up to speed for
2.41.  Perhaps this weekend I can get a round tuit.  :)

Regards,
Eric Longman
Atl-Connect Internet Services

+-------------------------------------------------------+
| Atl-Connect Internet Services   http://www.atlcon.net |
| 3600 Dallas Hwy Ste 230-288              770 590-0888 |
| Marietta, GA 30064-1685            [EMAIL PROTECTED] |
+-------------------------------------------------------+


----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "JS Schiller" <[EMAIL PROTECTED]>
Cc: "'wholesaleurl.com'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 2:40 AM
Subject: Re[2]: Win32 Perl Modules



Thursday, July 26, 2001, 10:04:01 PM, you wrote:

 I actually installed it on a WinME box without a problem.  It was
 just a test so it was/is the latest version of Perl from activestate.
 I don't know if earlier versions came with the CPAN module but the
 latest version does.  I used this, rather than the typical PPM method
 recommended by AS.  This is because there just aren't packages
 (that I can find) for all of the modules you need via PPM.  But they
 will compile on a win32 platform.

 Once you install the CPAN module, the following from the commandline
 should work:

 perl -MCPAN -e shell
 cpan> install Your::Package   (replace your module as needed after
                                 each install).

 As I recall, the 'make test' failed on a couple of them so the cpan
 module didn't want to do the 'make install'.  This is a cpan issue
 which likely has a way around it (like forcing an install even if a
 make test fails) but for now. because I don't know what that 'way' is,
 the manual method works too.  If this is the case for you, you'll need
 to unpack the module and do something like:

 perl Makefile.pl
 make
 make install

 Which reminds me, you'll want to be sure and have the cygwin pack
 which has a compiler, gzip, etc. which you'll need for these
 operations.   I have provided links to the various modules directly
 from CPAN below, as well as the link to get your cygwin stuff:

 Get and install this first if you don't have it:
 http://sources.redhat.com/cygwin/

 And then the modules:
 http://search.cpan.org/search?dist=Crypt-HCE_SHA
 http://search.cpan.org/search?dist=Crypt-CBC
 http://search.cpan.org/search?dist=Digest-SHA1
 http://search.cpan.org/search?dist=Data-Dumper
 http://search.cpan.org/search?dist=Date-Pcalc

 Ummm, I think that was it.  To sum up:

 1. I unpacked the opensrs-sf package
 2. Downloaded/installed cygwin (gcc, gzip, etc.)
 2. Ran ./install.pl
 3. Couple of the modules failed so I installed those manually
 4. Moved the CGIs to a Web-accessbile directory
 5  Finished.

 Actually, between 3 and 4 I reran the installer to be sure that
 everything worked.  It does keep your current values so you should be
 able to just hit "Enter" along the way so you can verify the modules
 are dialed in.

 Laters,
 -tom

 
> I would like to second that 'please remember the win32 environ'
> sentiment for those of us who, for our own political/policy reasons,
> have Win2k laps to run our PERL dev locally. Telnet echo on a modem is
> yucky.
 
> Will someone let me know if they *do* find / repurpose them?
 
 
> Scott

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
> Behalf Of wholesaleurl.com
> Sent: Thursday, July 26, 2001 7:46 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Win32 Perl Modules


> Hi,
 
> I have emailed Paul Sisson the developer and we have had several
> discussions about the perl modules which are currently not available for
> the Win32 Perl (ActiveState) platform.
 
> Although he has sent me the following links, none of them are compiled
> for the Win32 environment:
 
> Crypt::HCE_SHA - not there
> http://velocity.activestate.com/code/cpan/c/cr/Crypt-HCE_SHA.html

> Crypt::CBC - not there
> http://velocity.activestate.com/code/cpan/c/cr/Crypt-CBC.html

> Digest::SHA1 - not there
> http://velocity.activestate.com/code/cpan/d/di/Digest-SHA1.html

> Data::Dumper - not there
> http://velocity.activestate.com/code/cpan/d/da/Data-Dumper.html

> Date::Pcalc - not there
> http://velocity.activestate.com/code/cpan/d/da/Date-Pcalc.html
 
> Is there anyone which has the name and location of a ppm repository with
> the following perl modules:
 
> Crypt::HCE_SHA - not there
> Crypt::CBC - not there
> Digest::SHA1 - not there
> Data::Dumper - not there
> Date::Pcalc - not there
 
> Without these the OpenSRS system will not work under the Win32
> environment and CPAN does not have them on their repository that I can
> find them.
 
> With regards,
> Benjamin Saenz



Reply via email to