From: Konovalov, V. <vko...@sp...> - 2003-08-29 06:49:58
|
> I unziped in \Storage Card2\Perl so I globally replaced \storage > card\perl58m > with \Storage Card2\Perl into Config.pm but when I click > perl.exe inside the > File Explorer a message box say: > "Cannot find 'perl' (or one of its components). Make sure the path and > filename > are correct and all the required libraries are available." In this case I suspect you're missing celib.dll, the required support library. Because perl.exe and perl.dll enough to just "run" perl.exe. Config.pm and all libraries are required when you begin to require them by "use Module;" from your perl program. Do you have it? It could be downloaded from Rainer's site or from SF site: http://prdownloads.sourceforge.net/perlce/celib-3.11-dll-src.tar.gz But remember that you do not need all that stuff from inside that archive: just copy yours celib.dll into your \Windows directory. (other files are required if you're building binaries by yourself) Besides, I highly recommend to download Rainer's PerlIDE from http://www.rainer-keuchel.de/wince/dirlist.html , your file would be http://www.rainer-keuchel.de/wince/perlide-wince-arm-pocket-wce300.tar.gz , you could specifiy library path from there. May be I should manage for it to also be available from SF? Best regards, Vadim. |