Re: [Arsperl-users] ARS 1.90 Can't load ARS.dll
Brought to you by:
jeffmurphy
|
From: HEWITT, D. <DA...@SA...> - 2008-03-04 16:06:59
|
Thanks for your quick response! Yes, ARS.dll does exist at E:\Program Files\Perl\site\lib\auto\ARS. I have a theory that I would like to run by you. Does the Perl code version check the ARS api's when the USE clause is executed? On the server that is not working, we have installed and are running AR version 7.1 (arxxx71.dll's). On the server that works, we have installed AR version 7.1 (arxxx71.dll's) but there also exist arxxx70.dll's, arxxx63.dll's, and arxxx51.dll's. I won't even try to explain how that happened but could that be affecting the load of ARS.dll? I realize that ARS 1.90 was written to AR version 7.0.1. Does that mean it will not work with AR version 7.1? ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of jeff murphy Sent: Tuesday, March 04, 2008 7:51 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] ARS 1.90 Can't load ARS.dll Does that file exist at the location it's giving you? E:/Program Files/Perl/site/lib/auto/ARS/ARS.dll On Mar 4, 2008, at 10:31 AM, HEWITT, DARRYL wrote: I am getting the following error when trying to run a Perl script with "USE ARS": Can't load 'E:/Program Files/Perl/site/lib/auto/ARS/ARS.dll' for module ARS: load_file: The specified module could not be found at E:/Program Files/Perl/lib/DynaLoader.pm line 229. |