The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> Perl Programming
|
Need Help Installing Modules (XAMPP)
Discuss Need Help Installing Modules (XAMPP) in the Perl Programming forum on Dev Shed. Need Help Installing Modules (XAMPP) Perl Programming forum discussing coding in Perl, utilizing Perl modules, and other Perl-related topics. Perl, the Practical Extraction and Reporting Language, is the choice for many for parsing textual information.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

June 21st, 2009, 12:45 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 3
Time spent in forums: 11 m 38 sec
Reputation Power: 0
|
|
|
Need Help Installing Modules (XAMPP)
Alright, so I'm apparently a moron. I'm running xampp, have installed perl on it, but I need to install some modules and apparently am too stupid to do so.
I'm trying to install Threads and SOAP Lite, and they both say to run these commands:
perl Makefile.PL
make
make test
make install
So, first of all, where do I need to extract these files to (perl\lib??) ? Once extracted, where do I run these commands from? Any help would be EXTREMELY appreciated. Thanks for reading.
|

June 21st, 2009, 06:30 AM
|
 |
kill 9, $$;
|
|
Join Date: Sep 2001
Location: Shanghai, An tSín
|
|
|
First of all, what OS are you running this on?
|

June 21st, 2009, 11:47 AM
|
 |
Contributing User
|
|
Join Date: Oct 2004
Location: Sunny Southern California
|
|
|
You might be a moron because XAMPP comes with perl. If you install perl again you may have screwed something up, especially if you are using Windows.
|

June 21st, 2009, 01:09 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 3
Time spent in forums: 11 m 38 sec
Reputation Power: 0
|
|
|
Thanks for the replies.
Running this on Windows XP Pro (SP2).
|

June 27th, 2009, 07:16 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 3
Time spent in forums: 11 m 38 sec
Reputation Power: 0
|
|
Someone, anyone? Smacking my head against a wall trying to figure out what I assume are 2 very simple things... 
|

June 27th, 2009, 07:20 PM
|
 |
Contributing User
|
|
Join Date: Oct 2004
Location: Sunny Southern California
|
|
|
Sorry, I have never tried using XAMPP. I use perl (currently strawberry perl 5.10 on Vista 64 bit) and to install modules you just use the CPAN shell.
|

October 29th, 2012, 12:18 PM
|
|
Contributing User
|
|
Join Date: Aug 2012
Posts: 37
Time spent in forums: 6 h 44 m 41 sec
Reputation Power: 1
|
|
Quote: | Originally Posted by KevinADC Sorry, I have never tried using XAMPP. I use perl (currently strawberry perl 5.10 on Vista 64 bit) and to install modules you just use the CPAN shell. |
Hi, not sure how it is in Windows, cause I installed modules using makefile.pl in solaris. It comes with a C compiler, which you need in order to install modules in the way you mentioned. In windows I believe it is not necessary the makefile and stuff. I would recommend you to take a look at this link for methods of installing Perl modules in Windows.
http://code.activestate.com/recipes/502297-installing-perl-modules-on-windows/
Just to let you know, anytime you need to run the perl command, for example:
perl -MCPAN -e shell
make sure you tell it to use the perl under the xampp directory.
Not sure if I was helpful, but I was able to do the make make install under Unix. Regards.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|