The perl interpreter has no trouble finding it when running the perl file, I
know.  But I do not know what the problem is.

I know it is redundant, but I am going to ask you to send me a couple of
copy and pastes, and to answer a couple of questions.

If  Perms  was installed correctly, it should be in (relative to your top
level perl directory) site\lib\Win32\Perms.pm
For example on my machine the install process put it in
C:\perl\site\lib\Win32\Perms.pm

Is it where it should be?

What is your command prompt answer to "perl -v"?

In a command prompt, enter "ppm" to get the prompt
ppm>
and then try
ppm>query Perms
When I do it, I get this:

Querying target 1 (ActivePerl 5.8.0.806)
  1. Win32-Perms [0.2002.06.05] The Win32::Perms extension for Win32 X86.
Manages object permissions fo~

What do you get?


----- Original Message ----- 
From: "lala lala" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 19, 2004 11:35 AM
Subject: Re: Pb with PAR and Win32::Perm dll ?


>
>
>
>
> >First, did you install Win32::Perms?
> >I called up a command prompt and entered "ppm".  I then did "query Perms"
> >and came up with nothing.  I then installed Win32::Perms with the command
> >line shown below, and I pasted the results also below (under "snip").  I
> >then did "query Perms" again and pasted the results below as well.
> >I guess all you need to do is enter ppm and query Perms to see if you
> >already have it properly installed.
> ok I did all this before my post. Ad I said perl my.pl works fine. But the
> exe build with PAR does'nt.
> So I think Win32::Perms is well installed ?
>
> >If you have it installed, and pp is not finding it, there is a -M flag
for
> >including other modules.  If that is the case, try
> >pp -M Win32::Perms -o my.exe my.pl
> I try it. the error message is different. When I run my.exe, I read :
> Can't locate Win32/Perms.pm in @INC (@INC contains: CODE(blabla)
> CODE(blabla) .) at script/my.pl line 10
> that'all ...
>
> without -M option I have
> Can't locate loadable module .......
>
> So I think taht the dll is not a the good place ... and I d'ont see how I
> can use -M to put the dll at the right place  ... Maybe at . but where is
.
> ????
>
>
> Tks  !
>
> Lasconic
>
> _________________________________________________________________
> Trouvez l'âme soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551
>

Reply via email to