RE: Module
- From: dhanashri_bhate@xxxxxxxxxxxxxxxx (Dhanashri Bhate)
- Date: Fri, 28 Oct 2005 11:25:25 +0530
>>I used PPM to install like PPM>install Win32::SerialPort then i am getting
>> error msg like Error Installing package "Win32::SerialPort": Read a PPD
>> for 'Win32-serialport'
1. unzip the downloaded module tar file
2. on command prompt make sure you have done HTTP proxy,user passwd setting
(if u are using a proxy),
e.g.
set HTTP_proxy=http://xyz.abc.com:8080
HTTP_proxy_user=username
HTTP_proxy_pass=password
3. Then type ppm, (can do it from any location, not reqd to go to the module
dir)
On ppm prompt first search for the module as :
ppm> search SerialPort
4. If the search is successful you'll see the module in the search output,
then install it with the install command that you mentioned. (use the exact
name as you see in the search output)
Alternatively, if you have a c compiler on your machine, you can go to the
module directory, and use the following commands to install most of the
modules from CPAN,
C:\CPAN-Modules\moduledir\>Perl Makefile.PL
C:\CPAN-Modules\moduledir\>nmake
C:\CPAN-Modules\moduledir\>nmake test
C:\CPAN-Modules\moduledir\>nmake install
Hope this helps,
Dhanashri
.
- References:
- Module
- From: Swayam Panda
- Module
- Prev by Date: Newbie Help (WinXP)
- Next by Date: Die without textoutput?
- Previous by thread: Module
- Next by thread: RE: Is this script safe?
- Index(es):
Relevant Pages
|