Thread: [Arsperl-users] ARSPerl problems
Brought to you by:
jeffmurphy
|
From: Thanh Q L. <tha...@al...> - 2005-06-02 18:50:53
|
<!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"> <div class="moz-text-flowed" style="font-size: 12px;" lang="x-western">Hi, <br> <br> 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: <br> <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 C:\Documents and Settings\tlam\Desktop\addGeneric.pl line 4 <br> Compilation failed in require at C:\Documents and Settings\tlam\Desktop\addGeneric.pl line 4. <br> BEGIN failed--compilation aborted at C:\Documents and Settings\tlam\Desktop\addGeneric.pl line 4. <br> <br> My perl on Windows 2000 is: <br> /This is perl, v5.8.6 built for MSWin32-x86-multi-thread (with 3 registered patches, see perl -V for more detail)/ <br> <br> If I run this addGeneric.pl script on unix platform, everything works fine. <br> <br> Attached is the addGeneric.pl script. Please help to identify problems with setting up the ARSPerl. <br> <br> <br> Thanks for your help! <br> <br> /Thanh <br> </div> <pre wrap=""> <hr size="4" width="90%"></pre> </body> </html> |
|
From: Thomas W. <tm...@ya...> - 2005-06-02 19:19:54
|
Try adding the directory where the ars dll's exist to your path. That fixed that issue for me. Regards, Thomas Worth Datacraft Solutions. _____ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Thanh Q Lam Sent: Thursday, June 02, 2005 2:50 PM To: ars...@ar... Subject: [Arsperl-users] ARSPerl problems Hi, I have downloaded the "arsperl_182.zip" file from http://sourceforge.net/project/showfiles.php?group_id=116013 <http://sourceforge.net/project/showfiles.php?group_id=116013&package_id=125 945> &package_id=125945, 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_file:The <file:///\\The> 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 http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |
|
From: Thanh Q L. <tha...@al...> - 2005-06-03 13:17:56
|
Hi, I added the location of the ARS.DLL to the path and restarted my PC, but it still doesn't work. Also, it was installed by Admin account. Can you think of others? Thanks again! Thanh Lam Thomas Worth wrote: >Try adding the directory where the ars dll's exist to your path. That fixed >that issue for me. > > > >Regards, > > > >Thomas Worth > >Datacraft Solutions. > > _____ > >From: ars...@ar... >[mailto:ars...@ar...] On Behalf Of Thanh Q Lam >Sent: Thursday, June 02, 2005 2:50 PM >To: ars...@ar... >Subject: [Arsperl-users] ARSPerl problems > > > >Hi, > >I have downloaded the "arsperl_182.zip" file from >http://sourceforge.net/project/showfiles.php?group_id=116013 ><http://sourceforge.net/project/showfiles.php?group_id=116013&package_id=125 >945> &package_id=125945, 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_file:The ><file:///\\The> 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 >http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 >_______________________________________________ Arsperl-users mailing list >Ars...@ar... >https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > |
|
From: Ron T. <ron...@ut...> - 2005-06-02 20:09:52
|
What worked for me was copying the ars.dll file into C:\Perl\site\lib\auto\ARS folder. Ron > Thanh Q Lam wrote: > > Hi, > > I have downloaded the "arsperl_182.zip" file from > http://sourceforge.net/project/showfiles.php?group_id=116013&package_id=125945, > 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_file:The 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 > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ Arsperl-users mailing > list Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |
|
From: Thanh Q L. <tha...@al...> - 2005-06-03 13:43:53
|
<!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">
By the way, am I needed to install Remedy on my PC? Our Remedy server
is 4.0.1, is it compatible with ARSPerl 1.82?<br>
<br>
<br>
Thanks so much,<br>
Thanh Lam<br>
<br>
Ron Tyro wrote:<br>
<blockquote cite="mid...@ut..." type="cite">
<pre wrap="">What worked for me was copying the ars.dll file into
C:\Perl\site\lib\auto\ARS folder.
Ron
</pre>
<blockquote type="cite">
<pre wrap="">Thanh Q Lam wrote:
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>
</pre>
</blockquote>
<pre wrap=""><!---->
-------------------------------------------------------
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>
</pre>
</blockquote>
</body>
</html>
|
|
From: Thanh Q L. <tha...@al...> - 2005-06-06 14:40:58
|
<!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">
Can anyone here direct me where to get ar*60.dll files? Our company
doesn't have the ARS PC installed.<br>
<br>
Thanks,<br>
Thanh<br>
<br>
Ron Tyro wrote:
<blockquote cite="mid...@ut..." type="cite">
<pre wrap="">What worked for me was copying the ars.dll file into
C:\Perl\site\lib\auto\ARS folder.
Ron
</pre>
<blockquote type="cite">
<pre wrap="">Thanh Q Lam wrote:
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>
</pre>
</blockquote>
<pre wrap=""><!---->
-------------------------------------------------------
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>
</pre>
</blockquote>
</body>
</html>
|