Re: [Arsperl-users] Can't load ARS.dll
Brought to you by:
jeffmurphy
|
From: Andreas F. <an...@th...> - 2007-10-22 08:46:25
|
*bump* Were sitting here enjoying my day and that everything solved out pretty nice when the damn thing all of the sudden just crashed. I'm getting the same message in the apache error log but now it complains about a file called MSVCR71.dll which even doesn't seem to be a part of the c api. According to a forum on idg.se it's a windows dll part of Windows, Microsoft(R) C Runtime Library, version 7.1. Anyway. I tried to search for it on the local computer and I found it. I thought what the hell and copied it over to the %win%/system32 and it worked. That however made it complain about MSVCP71.dll. Again, i found it and thought what the hell and copied. It worked, it doesn't complain about anything any longer. Is there anything you shouldn't install for arsperl because everything was working fine without them for 10 min before it crashed? 2007/10/22, Andreas Falk <an...@th...>: > > Actually it works if i put the following dll's in " > C:/Perl/site/lib/auto/ARS/". > > arapi70.dll > arutl70.dll > icuin32.dll > icuuc32.dll > icudt32.dll > arrpc70.dll > > But it wonder why it doesn't find them without them there. I mean, they > path environ var is pointing to the right dir and shouldn't that be enough? > > // Andreas > > 2007/10/22, Andreas Falk <an...@th...>: > > > > Hehe thanks :) > > > > Tried to run perl -e "use ARS;" from the commend line and it says that > > it can't find arapi70.dll which i can't understant since i've put the > > path to it in the path environ var. > > > > I'll do what you say and check if that works. > > > > // Andreas > > > > 2007/10/21, Michiel Beijen < mic...@gm...>: > > > > > > And for your issue: > > > Are you able to run a small script like this from the command line: > > > (c:\perl\bin\perl.exe myscript.pl) > > > ----- > > > use ARS; > > > $v = ars_APIVersion(); > > > print "This installation of ARSperl was compiled against ARS API > > > version $v\n"; > > > ---- > > > This will probably give you an idea as to what actually is wrong with > > > your setup. > > > > > > You might want to move the ARS dll files into the > > > C:\Perl\site\lib\auto\ARS directory. > > > > > > Regards, > > > > > > Michiel > > > > > > On 10/20/07, Andreas Falk < an...@th...> wrote: > > > > Well yea, that is a bit too obvious unfortunately. > > > > > > > > I didn't compile it myself. I got the ppd version from sourceforge. > > > And yes > > > > the file is there. Also got the c api installed correctly. It's in > > > c:/arsapi > > > > and i've set the path environment variable to point there. > > > > > > > > It's a windows computer, forgot to mention that but I'm not sure how > > > much it > > > > matters. > > > > > > > > I've never used this type of mailing list before so I'm not sure if > > > this > > > > will be a whole new post now... Hope not.. Point in the right > > > direction if i > > > > do wrong :) > > > > > > > > // Andreas > > > > > > > > > > > > > Maybe a little too obvious; but have you compiled ARSperl? Is the > > > file > > > > > that is mentioned: 'C:/Perl/site/lib/auto/ARS/ARS > > > > > .dll', present on > > > > > your webserver? > > > > > You can try and download the pre-compiled ARSperl version from > > > > sourceforge. > > > > > > > > > > Regards, > > > > > > > > > > Michiel. > > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Splunk Inc. > > > > Still grepping through log files to find problems? Stop. > > > > Now Search log events and configuration files using AJAX and a > > > browser. > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > > _______________________________________________ > > > > Arsperl-users mailing list > > > > Ars...@ar... > > > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > > > > > > > > > > > > -- > > > Met vriendelijke groet / Kind regards > > > Michiel Beijen > > > ______________________________________________________ > > > MANSOLUTIONS > > > Energieweg 60-62 > > > 3771 NA Barneveld > > > The Netherlands > > > Tel. +31-(0)612968592 > > > Mail mic...@ma... > > > Internet http://bsm.mansolutions.nl > > > > > > ------------------------------------------------------------------------- > > > > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a > > > browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > Arsperl-users mailing list > > > Ars...@ar... > > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > > > |