Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 78310
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: guy5581 [...] wanadoo.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Issue with manual import of packages
Date: Wed, 11 Jul 2012 16:04:39 +0200 (CEST)
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Fabien GUY <guy5581 [...] wanadoo.fr>
Hello, I had issues to install ActivePerl (I usually install without issues on servers). So I installed, successfully, StrawberryPerl on my server. It seems there are lot of librairies misssing. I tried to install manuall the Win32:Services ppd but I had this issue:   C:\Strawberry\perl\vendor\lib>ppm install Win32-Service.ppd Installing package 'Win32-Service.ppd'... Use of chdir('') or chdir(undef) as chdir() is deprecated at C:/Strawberry/perl/ vendor/lib/PPM.pm line 393.   To make a manual install, I just dl the .ppd file, modified the xml file to have a good link to the file and launched the command. Thanks if you have an idea about this issue, really new about this product. Regards Fabien
Subject: Re: [rt.cpan.org #78310] Issue with manual import of packages
Date: Wed, 11 Jul 2012 20:34:18 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
In strawberry perl the most frequently used way of installing an additional module is via "cpan" command. In your case try: C:\> cpan Win32::Service (on my strawberry perl 5.14.2.1 installs without any trouble) ppm utility is used quite rarely with strawberry perl -- kmx
Subject: Re: [rt.cpan.org #78310] Issue with manual import of packages
Date: Thu, 12 Jul 2012 15:58:00 +0200 (CEST)
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Fabien GUY <guy5581 [...] wanadoo.fr>
Hi,   thanks for your answer. In fact I had to dl manually the ppd file and install it with ppm command because I don't have connexion on internet on my server. So I can't use the cpan command to dl and install the packages. Is there a better way to manually install a package on strawberry perl? Do you have any idea? Thanks and Regards Fab Show quoted text
> Message du 11/07/12 20:34 > De : "kmx via RT" > A : guy5581@wanadoo.fr > Copie à : > Objet : Re: [rt.cpan.org #78310] Issue with manual import of packages > > > > In strawberry perl the most frequently used way of installing an additional > module is via "cpan" command. > > In your case try: > C:\> cpan Win32::Service > (on my strawberry perl 5.14.2.1 installs without any trouble) > > ppm utility is used quite rarely with strawberry perl > > -- > kmx > >
Subject: Re: [rt.cpan.org #78310] Issue with manual import of packages
Date: Thu, 12 Jul 2012 16:50:00 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
You can download: http://search.cpan.org/CPAN/authors/id/J/JD/JDB/Win32-Service-0.06.tar.gz to let's say: d:\temp\Win32-Service-0.06.tar.gz and then install it via "pip" utility: c:\> pip d:\temp\Win32-Service-0.06.tar.gz -- kmx On 12.7.2012 15:58, Fabien GUY via RT wrote: Show quoted text
> Queue: Perl-Dist-Strawberry > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78310 > > > Hi, > > > > thanks for your answer. > > In fact I had to dl manually the ppd file and install it with ppm command because I don't have connexion on internet on my server. > So I can't use the cpan command to dl and install the packages. > > Is there a better way to manually install a package on strawberry perl? > > Do you have any idea? > Thanks and Regards > > > > Fab > > > >
>> Message du 11/07/12 20:34 >> De : "kmx via RT" >> A : guy5581@wanadoo.fr >> Copie à : >> Objet : Re: [rt.cpan.org #78310] Issue with manual import of packages >> >> >> >> In strawberry perl the most frequently used way of installing an additional >> module is via "cpan" command. >> >> In your case try: >> C:\> cpan Win32::Service >> (on my strawberry perl 5.14.2.1 installs without any trouble) >> >> ppm utility is used quite rarely with strawberry perl >> >> -- >> kmx >> >>
Subject: Re: [rt.cpan.org #78310] Issue with manual import of packages
Date: Thu, 12 Jul 2012 17:20:59 +0200 (CEST)
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Fabien GUY <guy5581 [...] wanadoo.fr>
hi,   thanks again for your answer. I did use the > c:\> pip d:\temp\Win32-Service-0.06.tar.gz command, but like cpan command, it tries to contact cpan url and don't want to just install the tar.gz file (only way to use it directly was ppm command but failing). Can I bypass this on pip command? other ideas to install? Fab
Subject: Re: [rt.cpan.org #78310] Issue with manual import of packages
Date: Thu, 12 Jul 2012 20:11:14 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Well, the next try could be "cpanp" command: C:\>cpanp -i file:///d:/temp/Win32-Service-0.06.tar.gz --verbose (just ignore all the warnings)
Subject: Re: [rt.cpan.org #78310] Issue with manual import of packages
Date: Fri, 13 Jul 2012 17:05:55 +0200 (CEST)
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Fabien GUY <guy5581 [...] wanadoo.fr>
Hi,   I will finally thank you a lot, because the last cpanp command did work fine, and could install my module well (my perl script worked finally). Thanks again really. Do you know, perhaps, a good doc where I could find all these features, as I really don't know much about perl installation and packages. Anwyay, really thanks to you Fab Show quoted text
> Message du 12/07/12 20:11 > De : "kmx via RT" > A : guy5581@wanadoo.fr > Copie à : > Objet : Re: [rt.cpan.org #78310] Issue with manual import of packages > > > > Well, the next try could be "cpanp" command: > > C:\>cpanp -i file:///d:/temp/Win32-Service-0.06.tar.gz --verbose > > (just ignore all the warnings) > > > >