Re: [Arsperl-users] ARSPerl problems
Brought to you by:
jeffmurphy
|
From: Thanh Q L. <tha...@al...> - 2005-06-02 19:48:55
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Yes, the installation was done by Perl Package Manager and it said successfully installed ARS version 1.82 in ActivePerl 5.8.6.811. Also, the ars.dll can be seen in the C:\Perl\site\lib\auto\ARS folder.<br> But when I run a perl script using ARS, it gives me this error:<br> <b>C:\Documents and Settings\tlam\Desktop>perl -c addGeneric.pl<br> Can't load 'C:/Perl/site/lib/auto/ARS/ARS.dll' for module ARS: load_<a class="moz-txt-link-freetext" href="file:The">file:The</a> specified module could not be found at C:/Perl/lib/DynaLoader.pm line 230.<br> at addGeneric.pl line 4<br> Compilation failed in require at addGeneric.pl line 4.<br> BEGIN failed--compilation aborted at addGeneric.pl line 4.<br> </b><br> <br> Please help!<br> <br> Thanks,<br> Thanh<br> <br> <br> <pre wrap=""> <hr size="4" width="90%"></pre> <br> <br> <a class="moz-txt-link-abbreviated" href="mailto:jar...@te...">jar...@te...</a> wrote:<br> <blockquote cite="mid...@TN..." type="cite"> <pre wrap="">Running this script on Win2000 with 5.8.6(activestate 811) without any problems. Did the installation went ok? Is the ars.dll exist? -- Jarl -----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:ars...@ar...">ars...@ar...</a> [<a class="moz-txt-link-freetext" href="mailto:ars...@ar...">mailto:ars...@ar...</a>]On Behalf Of Thanh Q Lam Sent: 2. juni 2005 20:50 To: <a class="moz-txt-link-abbreviated" href="mailto:ars...@ar...">ars...@ar...</a> Subject: [Arsperl-users] ARSPerl problems Hi, I have downloaded the "arsperl_182.zip" file from <a class="moz-txt-link-freetext" href="http://sourceforge.net/project/showfiles.php?group_id=116013&package_id=125945">http://sourceforge.net/project/showfiles.php?group_id=116013&package_id=125945</a>, and installed the package to appropriate locations. Then when I run a perl program using the ARS, I get the following error message: Can't load 'C:/Perl/site/lib/auto/ARS/ARS.dll' for module ARS: load_<a class="moz-txt-link-freetext" href="file:The">file:The</a> specified module could not be found at C:/Perl/lib/DynaLoader.pm line 230. at C:\Documents and Settings\tlam\Desktop\addGeneric.pl line 4 Compilation failed in require at C:\Documents and Settings\tlam\Desktop\addGeneric.pl line 4. BEGIN failed--compilation aborted at C:\Documents and Settings\tlam\Desktop\addGeneric.pl line 4. My perl on Windows 2000 is: /This is perl, v5.8.6 built for MSWin32-x86-multi-thread (with 3 registered patches, see perl -V for more detail)/ If I run this addGeneric.pl script on unix platform, everything works fine. Attached is the addGeneric.pl script. Please help to identify problems with setting up the ARSPerl. Thanks for your help! /Thanh ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit <a class="moz-txt-link-freetext" href="http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005">http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005</a> _______________________________________________ Arsperl-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ars...@ar...">Ars...@ar...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/arsperl-users">https://lists.sourceforge.net/lists/listinfo/arsperl-users</a> ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit <a class="moz-txt-link-freetext" href="http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005">http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005</a> _______________________________________________ Arsperl-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ars...@ar...">Ars...@ar...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/arsperl-users">https://lists.sourceforge.net/lists/listinfo/arsperl-users</a> </pre> </blockquote> </body> </html> |