Module Install problem

--===============1682002838==
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="iso-8859-1"
Content-Disposition: inline

<html>
<BODY style=3D"FONT: 10pt arial"><DIV>Hi I have a problem, when I insta=
ll a module (for example 'CONFIG-HASH'), i write this: "<STRONG>ppm ins=
tall CONFIG-HASH.ppd</STRONG>"</DIV>
<DIV> </DIV>
<DIV>the output is: <BR><BR><STRONG>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>Install 'CONFIG-HASH' version 0.99.11 in=
ActivePerl 5.8.8.817.<BR>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D<BR>Successfully installed CONFIG-HASH version 0.99.11 i=
n ActivePerl 5.8.8.817.<BR></STRONG></DIV>
<DIV> </DIV>
<DIV>But , the module is NOT installed, i check Perl, Perl/lib, Perl/si=
te/lib, etc....</DIV>
<DIV> </DIV>
<DIV>to confirm i do this:</DIV>
<DIV> </DIV>
<DIV><STRONG>"D:\TEF\Packages>ppm uninstall config-hash<BR>Error: pa=
ckage 'CONFIG-HASH' is not installed."</STRONG></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Can you help me?</DIV>
<DIV> </DIV>
<DIV>Thanks<BR><BR></DIV><br>__________________________________________=
________<br><br>Todavía no tenés tu Ubbi Mail? Obtenelo a=
hora! - <a href=3D'http://mail.ubbi.com' target=3D'_new'>http://mail.ub=
bi.com</a><br><br>Descargá Gratis el nuevo Internet Explorer 6.0=
, el mejor software para actualizar tu PC. <a href=3D'http://www.ciudad=
com.ar/ar/servicios/ie/'>Hac=E9 click ac=E1.</a><br></body></html>


--===============1682002838==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============1682002838==--
&quot;=?iso-8859-1?Q? [ Fr, 22 Dezember 2006 13:37 ] [ ID #1576003 ]

Re: Module Install problem

I think your ppm uninstall command is case sensitive but I'm not certain.

why not use a command line perl test to see if it's installed?

perl -e "use CONFIG::Hash;";

If you get no error output, then it is installed, and perl will use
it. If not, you will see an error like this:

Can't locate CONFIG/Hash.pm in [at] INC ( [at] INC contains: C:/Perl/site/lib
C:/Perl/lib .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


On 12/22/06, Leonardo CC Angelucci <carnecansada [at] ubbi.com> wrote:
>
> Hi I have a problem, when I install a module (for example 'CONFIG-HASH'),=
i
> write this: "ppm install CONFIG-HASH.ppd"
>
> the output is:
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> Install 'CONFIG-HASH' version 0.99.11 in ActivePerl 5.8.8.817.
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> Successfully installed CONFIG-HASH version 0.99.11 in ActivePerl 5.8.8.81=
7.
>
>
> But , the module is NOT installed, i check Perl, Perl/lib, Perl/site/lib,
> etc....
>
> to confirm i do this:
>
> "D:\TEF\Packages>ppm uninstall config-hash
> Error: package 'CONFIG-HASH' is not installed."
>
>
> Can you help me?
>
> Thanks
>
>
> __________________________________________________
>
> Todav=EDa no ten=E9s tu Ubbi Mail? Obtenelo ahora! - http://mail.ubbi.com
>
> Descarg=E1 Gratis el nuevo Internet Explorer 6.0, el mejor software para
> actualizar tu PC. Hac=E9 click ac=E1.
>
> _______________________________________________
> ActivePerl mailing list
> ActivePerl [at] listserv.ActiveState.com
> To unsubscribe:
> http://listserv.ActiveState.com/mailman/mysubs
>
>
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
David Totten [ Fr, 22 Dezember 2006 14:55 ] [ ID #1576004 ]
Perl » gmane.comp.lang.perl.active-perl » Module Install problem

Vorheriges Thema: (unknown)
Nächstes Thema: Editing/Replacing Text in a PDF -- PDF::API2