Error installing activeperl
--===============0621962392==
Content-Type: multipart/alternative; boundary="0-615754855-1170281149=:80454"
Content-Transfer-Encoding: 7bit
--0-615754855-1170281149=:80454
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
I downloaded activeperl and configure iis for cgi setting.
However, when I tried to run perl.exe, I always got the error:
C:\program files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe=
is not a valid win32 applicaton.
I also try to run perl script: perl -c myscript.pl
I got 'perl' is not recognized as an internal or external command, operab=
le programor batch file.
What am I missing here?
Thanks
---------------------------------
Never Miss an Email
Stay connected with Yahoo! Mail on your mobile. Get started!
--0-615754855-1170281149=:80454
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
I downloaded activeperl and configure iis for cgi setting.<BR><BR>However=
, when I tried to run perl.exe, I always got the error:<BR><BR>C:\program=
files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a =
valid win32 applicaton.<BR><BR>I also try to run perl script: perl -c mys=
cript.pl<BR><BR>I got 'perl' is not recognized as an internal or external=
command, operable programor batch file.<BR><BR>What am I missing here?<B=
R><BR>Thanks<p>
<hr size=3D1>Never Miss an Email<br>Stay connected with Yahoo! Mail on yo=
ur mobile. <a href=3D"http://us.rd.yahoo.com/evt=3D43909/*http://mobile.y=
ahoo.com/services?promote=3Dmail">Get started!</a>
--0-615754855-1170281149=:80454--
--===============0621962392==
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
--===============0621962392==--
Re: Error installing activeperl
cathy wang wrote:
> I downloaded activeperl and configure iis for cgi setting.
>
> However, when I tried to run perl.exe, I always got the error:
>
> C:\program
> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
> valid win32 applicaton.
>
> I also try to run perl script: perl -c myscript.pl
>
> I got 'perl' is not recognized as an internal or external command,
> operable programor batch file.
>
> What am I missing here?
Is that the default path to Perl these days ? I'd uninstall it and
install it at c:\perl to make things easier. Then you need to make
sure that c:\perl\bin is in your PATH env vrbl (type 'set' in cmd
shell to verify). If not, you can either add it or use the full
path to perl to run a script eg: c:\perl\bin\perl -c myscript.pl
Obviously with the path that you currently have it'll take a lot of
typing if it's not on your path.
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: Error installing activeperl
On Wed, 31 Jan 2007 14:16:08 -0800, Bill Luebkert
<dbecoll [at] roadrunner.com> wrote:
>cathy wang wrote:
>> I downloaded activeperl and configure iis for cgi setting.
>>
>> However, when I tried to run perl.exe, I always got the error:
>>
>> C:\program
>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
>> valid win32 applicaton.
I notice a missing 'l' in '...\per\bin\...'
>> I also try to run perl script: perl -c myscript.pl
>>
>> I got 'perl' is not recognized as an internal or external command,
>> operable programor batch file.
>>
>> What am I missing here?
>
>Is that the default path to Perl these days ? I'd uninstall it and
>install it at c:\perl to make things easier. Then you need to make
>sure that c:\perl\bin is in your PATH env vrbl (type 'set' in cmd
>shell to verify). If not, you can either add it or use the full
>path to perl to run a script eg: c:\perl\bin\perl -c myscript.pl
>Obviously with the path that you currently have it'll take a lot of
>typing if it's not on your path.
No, this is *not* the default path. The default is still
%SystemDrive%\Perl
The installer will add Perl\site\bin and Perl\bin to the PATH
automatically (unless you uncheck the option in the installer), but the
new setting will not change existing cmd.exe Windows. I noticed that at
least on some systems I need to explicitly go to the computer properties
and refresh the environment settings because somehow MSI doesn't seem to
notify the Explorer correctly.
Anyways, for IIS to recognize the new environment settings you need to
restart IIS. To be completely safe it may be easiest to reboot the
machine.
Cheers,
-Jan
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: Error installing activeperl
>>> C:\program
>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
>>> valid win32 applicaton.
x64?
ken1
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: Error installing activeperl
On Thu, 1 Feb 2007 07:05:38 +0100, Kenneth =D6lwing <kenneth [at] olwing.se>
wrote:
>>>> C:\program
>>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
>>>> valid win32 applicaton.
>
>x64?
That indicates an ActivePerl build for 64 bit Windows. The MSI for that
version does not install on a 32 bit version Windows, even when you are
running on an x64 processor, but I guess the ZIP file installer doesn't
have that safeguard.
However, if you try to run a 64 bit app on 32 bit Windows, then you'll
get a popup saying something like:
C:\Perl64\bin\perl.exe is not a valid Win32 application.
The error in the first message of this thread comes from cmd.exe and is
displayed when the command cannot be found via the PATH.
Cheers,
-Jan
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: Error installing activeperl
--===============0470570710==
Content-Type: multipart/alternative; boundary="0-514077942-1170359285=:38770"
Content-Transfer-Encoding: 7bit
--0-514077942-1170359285=:38770
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Yes, You are right.
I fould some reasons caused. When I finished download activeperl, click=
ing run. I got message:
Internet Explorer - Security Warning
The publisher could not be verified. Are you sure you want to run this =
software?
Name: ActivePerl-5.8.8.820-MSWin32-x64-274739.msi
Pulisher: Unkown Publisher
However, I click run, then I got another message:
Windows Installer
This installation package is not supported by this processor type. Con=
tact your product vendor.
So, which package should I download for my window?
Thanks
Jan Dubois <jand [at] ActiveState.com> wrote:
On Thu, 1 Feb 2007 07:05:38 +0100, Kenneth =D6lwing
wrote:
>>>> C:\program
>>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is no=
t a
>>>> valid win32 applicaton.
>
>x64?
That indicates an ActivePerl build for 64 bit Windows. The MSI for that
version does not install on a 32 bit version Windows, even when you are
running on an x64 processor, but I guess the ZIP file installer doesn't
have that safeguard.
However, if you try to run a 64 bit app on 32 bit Windows, then you'll
get a popup saying something like:
C:\Perl64\bin\perl.exe is not a valid Win32 application.
The error in the first message of this thread comes from cmd.exe and is
displayed when the command cannot be found via the PATH.
Cheers,
-Jan
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.
--0-514077942-1170359285=:38770
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
<div>Yes, You are right.</div> <div>I fould some reasons caused. W=
hen I finished download activeperl, clicking run. I got message:</div> <=
div><BR>Internet Explorer - Security Warning</div> <div>The publisher co=
uld not be verified. Are you sure you want to run this software?</div> <=
div>Name: ActivePerl-5.8.8.820-MSWin32-x64-274739.msi</div> <div>Pulishe=
r: Unkown Publisher</div> <div>However, I click run, then I got another =
message:</div> <div>Windows Installer</div> <div>This installation pack=
age is not supported by this processor type. Contact your product v=
endor.</div> <div> </div> <div> </div> <div>So, which packag=
e should I download for my window?</div> <div> </div> <div> <=
/div> <div>Thanks</div> <div><BR><BR><B><I>Jan Dubois <jand [at] ActiveSt=
ate.com></I></B> wrote:</div> <BLOCKQUOTE class=3Dreplbq style=3D"PAD=
DING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">On Thu,=
1 Feb 2007 07:05:38 +0100, Kenneth =D6lwing
<KENNETH [at] OLWING.SE><BR>wrote:<BR><BR>>>>> C:\program<BR>>=
>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e =
xe is not a<BR>>>>> valid win32 applicaton.<BR>><BR>>x6=
4?<BR><BR>That indicates an ActivePerl build for 64 bit Windows. The MSI =
for that<BR>version does not install on a 32 bit version Windows, even wh=
en you are<BR>running on an x64 processor, but I guess the ZIP file insta=
ller doesn't<BR>have that safeguard.<BR><BR>However, if you try to run a =
64 bit app on 32 bit Windows, then you'll<BR>get a popup saying something=
like:<BR><BR>C:\Perl64\bin\perl.exe is not a valid Win32 application.<BR=
><BR>The error in the first message of this thread comes from cmd.exe and=
is<BR>displayed when the command cannot be found via the PATH.<BR><BR>Ch=
eers,<BR>-Jan<BR><BR>_______________________________________________<BR>A=
ctivePerl mailing list<BR>ActivePerl [at] listserv.ActiveState.com<BR>To unsub=
scribe:
http://listserv.ActiveState.com/mailman/mysubs<BR></BLOCKQUOTE><BR><p>=
32;
<hr size=3D1>Everyone is raving about <a href=3D"http://us.rd.yahoo.com/e=
vt=3D45083/*http://advision.webevents.yahoo.com/mailbeta">th e all-new Yah=
oo! Mail beta.</a>
--0-514077942-1170359285=:38770--
--===============0470570710==
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
--===============0470570710==--
Re: Error installing activeperl
On Thu, 1 Feb 2007 11:48:05 -0800 (PST), cathy wang
<cathyp222000 [at] yahoo.com> wrote:
>Yes, You are right.
> I fould some reasons caused. When I finished download activeperl, clicking run. I got message:
>
>Internet Explorer - Security Warning
> The publisher could not be verified. Are you sure you want to run this software?
> Name: ActivePerl-5.8.8.820-MSWin32-x64-274739.msi
> Pulisher: Unkown Publisher
> However, I click run, then I got another message:
> Windows Installer
> This installation package is not supported by this processor type. Contact your product vendor.
This misleading error message comes from the MSI service. It is
actually *not* your processor type that isn't supported, but your
Windows version.
>
> So, which package should I download for my window?
ActivePerl-5.8.8.820-MSWin32-x86-274739.msi
The x86 version contains 32 bit ActivePerl and runs on both 32 and 64
bit Windows.
The x64 version for contains 64 bit ActivePerl and requires 64 bit
Windows running on an x64 (Intel or AMD) processor. It does not support
the Intel Itanium processors (IA64).
Cheers,
-Jan
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs