|
| Author |
Message |
jman27 Newbie

Joined: 19 May 2006 Posts: 3
    
|
Posted: Sat Jan 20, 2007 5:49 pm Post subject: Help setting PERL up on windows |
|
|
Hello,
I am having trouble setting Net-Oscar up on my perl software.
How am I supposed to put it on it since is always saying it cant connect to the ppm server from activestate?
Well thanks if you reply. |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sun Jan 21, 2007 6:02 pm Post subject: |
|
|
Most Perl modules (or anything that is "pure Perl") can be installed manually without the use of PPM. Download and extract the archive from CPAN for the module, and copy whatever's inside of the archive's "lib" folder into one of your Perl libs (probably C:/Perl/site/lib)
i.e. if the module is Net::OSCAR 1.925, its package file is probably "Net-OSCAR-1.925.tar.gz" and you'd open that in WinRAR or similar program, and inside would be a folder named "Net-OSCAR-1.925" and inside that folder would be one called "lib", and "lib" would contain a folder "Net" which would contain a folder "OSCAR" and a file "OSCAR.pm" and so on. So you'd extract all of lib's contents to your Perl lib so that this file would exist:
C:/Perl/site/lib/Net/OSCAR.pm
and so-on for all its sub files.
This only works with pure Perl files, which most modules are, but some modules rely on compiled C code or other external programs and must be installed the "proper" way. _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
ShadowHarlequin Newbie

Joined: 08 Jun 2007 Posts: 8
 
|
Posted: Sat Jun 16, 2007 7:18 pm Post subject: |
|
|
yeah i really would appreciate some help on this too
i got active perl i think and installed it to C:\perl
i found net-msn but where do i put all of this?
and once ive done that how do you get a bot template working?
(its just a big leap from the VB and c++ ive been coding in)
thanks |
|
| Back to top |
|
 |
JTW God Like

Joined: 07 Mar 2004 Posts: 579 Location: Maidstone
  votes: 4
|
Posted: Mon Jun 18, 2007 11:08 am Post subject: |
|
|
| ShadowHarlequin wrote: | yeah i really would appreciate some help on this too
i got active perl i think and installed it to C:\perl
i found net-msn but where do i put all of this?
and once ive done that how do you get a bot template working?
(its just a big leap from the VB and c++ ive been coding in)
thanks |
Most people do not use net-msn instead they use the msn.pm which you can install from http://bot-depot.com/download.php?id=40
You will also need to install the ssl updates whick you can install via ppm ( http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd ) _________________ "Help us, Help you" - BotDepot |
|
| Back to top |
|
 |
ShadowHarlequin Newbie

Joined: 08 Jun 2007 Posts: 8
 
|
Posted: Wed Jun 20, 2007 6:11 pm Post subject: |
|
|
| yeah i have a a msn.pm running, but does that one include transfering files? <i think it does> am i right? |
|
| Back to top |
|
 |
JTW God Like

Joined: 07 Mar 2004 Posts: 579 Location: Maidstone
  votes: 4
|
Posted: Wed Jun 20, 2007 8:44 pm Post subject: |
|
|
No it dosent. There was never an official msn.pm released that had file transfer. One that was under development was leaked had it and I am sure is avalible somewhere or from someone. But the leaked one may have problems as it was leaked whilst it was in alpha testing. _________________ "Help us, Help you" - BotDepot |
|
| Back to top |
|
 |
|