Hi, I used the following websites to download and install. Hope this helps you. http://www.tanguay.info/web/tutorial.php?idCode=installPerl§ionIdCode=createHelloWorldProgram http://internetducttape.com/2006/09/08/using-perl-on-windows-part-1-installing-activestate-perl/ Dennis
________________________________ From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Sun 1/6/2008 3:00 PM To: [email protected] Subject: ActivePerl Digest, Vol 18, Issue 5 Send ActivePerl mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://listserv.ActiveState.com/mailman/listinfo/activeperl or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of ActivePerl digest..." Today's Topics: 1. error when installing ActivePerl (Octavian Rasnita) 2. RE: error when installing ActivePerl (Jan Dubois) ---------------------------------------------------------------------- Message: 1 Date: Sat, 5 Jan 2008 23:08:05 +0200 From: "Octavian Rasnita" <[EMAIL PROTECTED]> Subject: error when installing ActivePerl To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Hi, I've tried to install ActivePerl-5.8.8.820-MSWin32-x86-274739.msi under Windows XP, but after the installation process finished successfully, I've seen that under the site/lib directory there is a single file named sitecustomize.pl. That file contains only the following line: # empty sitecustomize.pl file I've tried to do more things but with any result. I've tried to reinstall it but it is the same. I've tried to see what shows if I open the OLE browser, and I've seen just a message telling that it doesn't work because of some settings of the Initialize and script ActiveX controls not marked as safe. I've enabled that settings, and now the OLE browser works. After doing this, I've uninstalled and then installed again Perl, but the site/lib directory has a single file again. Another thing I've seen when installing perl was that the installer asked me for 1. the licence agreement 2. The components to install (I've chosen the defaults, but I changed the installation path to "E:\usr\"). 3. And here is the strange part.... it asked me only if I want to add the perl bin to the PATH environment variable and if I want to associate the perl5 extension. Well, I have VS.net 2005 and VS 6 installed, and I think perl should have asked me if I want to choose other settings, but it didn't do that. Well, I don't need those settings, but I've seen that it doesn't ask me anymore so there should be something strange here. I put Windows to make all the updates so I think some of them might have done something that doesn't allow me to install perl correctly. Do you have any idea if I can do something to make it work? Oh, and by the way, I need to install perl because I've seen some strange errors in a perl application I've made with Catalyst, an application that used to work fine in the past. I don't know if this has something to do with the fact that now I can't install perl correctly, but it gave an error something like: search_paths: Can't open E:\usr\site\lib\Config\Any\E:\INI.pm: Invalid argument at E:/usr/site/lib/Module/Pluggable/Object.pm line 162. Compilation failed in require at E:/usr/site/lib/Catalyst/Test.pm line 90. BEGIN failed--compilation aborted at E:\web\MyTest\script\mytest_test.pl line 9. And when I've tried to install Catalyst::Runtime it gave some errors, like: Can't locate Win32.pm in @INC (@INC contains: E:\usr\cpan\build\Catalyst-Runtime-5.7012\blib\lib E:\usr\cpan\build\Catalyst-Runtime-5.7012\blib\arch) at E:/usr/lib/Cwd.pm line 663. BEGIN failed--compilation aborted. ...although I know that I have the module Win32.pm. Thank you for any help. Octavian ------------------------------ Message: 2 Date: Sat, 5 Jan 2008 15:58:37 -0800 From: "Jan Dubois" <[EMAIL PROTECTED]> Subject: RE: error when installing ActivePerl To: "'Octavian Rasnita'" <[EMAIL PROTECTED]>, <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" On Sat, 05 Jan 2008, Octavian Rasnita wrote: > I've tried to install ActivePerl-5.8.8.820-MSWin32-x86-274739.msi under > Windows XP, but after the installation process finished successfully, I've > seen that under the site/lib directory there is a single file named > sitecustomize.pl. That is correct. All bundled modules are installed into the lib tree and the site/lib tree is initially empty. The order of lib and site/lib have also been reversed so that site/lib will be searched first. This will make it possible to update any of the bundled modules by installing newer versions into site/lib without overwriting the bundled modules. [...] > Well, I have VS.net 2005 and VS 6 installed, and I think perl should have > asked me if I want to choose other settings, but it didn't do that. Well, I > don't need those settings, but I've seen that it doesn't ask me anymore so > there should be something strange here. ActivePerl will locate your C compiler using the PATH, so you need to invoke vcvars32 or vsvars32 or whatever the script is called in VS2005 to set up PATH, LIB and INCLUDE for your compiler before you build additional XS modules locally. > I put Windows to make all the updates so I think some of them might have > done something that doesn't allow me to install perl correctly. > > Do you have any idea if I can do something to make it work? What exactly seems to be broken? So far everything seems to be as it should. [...] > search_paths: Can't open E:\usr\site\lib\Config\Any\E:\INI.pm: Invalid > argument at E:/usr/site/lib/Module/Pluggable/Object.pm line 162. > Compilation failed in require at E:/usr/site/lib/Catalyst/Test.pm line 90. > BEGIN failed--compilation aborted at E:\web\MyTest\script\mytest_test.pl > line 9. Config::Any is not part of ActivePerl; it sounds like it is not being used correctly. > And when I've tried to install Catalyst::Runtime it gave some errors, like: > > Can't locate Win32.pm in @INC (@INC contains: > E:\usr\cpan\build\Catalyst-Runtime-5.7012\blib\lib > E:\usr\cpan\build\Catalyst-Runtime-5.7012\blib\arch) at E:/usr/lib/Cwd.pm > line 663. It looks like @INC is missing all the standard locations ('E:\usr\site\lib', 'E:\usr\lib' and '.' in your case). > BEGIN failed--compilation aborted. > > ...although I know that I have the module Win32.pm. Yes, it should be in 'E:\usr\lib\Win32.pm'. Cheers, -Jan ------------------------------ _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs End of ActivePerl Digest, Vol 18, Issue 5 *****************************************
<<winmail.dat>>
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
