that particular file (cef9bde6.dll) does not even exist. lots of others do ...
yes, PAR is installed since the new perl build - every module is. Before updating, I removed the old perl and deleted c:\Perl (i upgraded from 5.6 which had been accidentally installed on this machine, though all this code has worked fine on 5.8). it looks like this is something to do with threads. I will try taking that out of the code tomorrow and seeing if the problem still exists. cheers D On 10/30/06, Roderich Schupp <[EMAIL PROTECTED]> wrote:
On 10/30/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > C:\Documents and Settings\confxp\Desktop\ehealth_trunk\bin>botdaemon.exe > Can't load 'C:\DOCUME~1\confxp\LOCALS~1\Temp\par-confxp\cache-dd3938247fcf8f8ab9 > 360bbf8614ef8cb5ce1848\cef9bde6.dll' for module threads: load_file:The specified Try to identify this DLL, it came from your Perl installation, just had its name mangled: extract it with unzip from your exe, run md5sum on it and then compare with MD5 checksums of DLLs in your Perl installation. (maybe the original name is also recorded somewhere in the DLL, dunno enough about DLLs). > The perl is uptodate active state (819), and all modules have been > installed since. Including PAR? > - using XML::Simple to get config from xml (the xml file is in the > same dir as the exe) XML::Simple pulls in some XML parser module... Cheers, Roderich
-- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131
