Question:
I’m trying to demo your secure ftp in Perl and I keep getting this error:
Can’t locate loadable object for module chilkat in @INC (@INC contains : C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/chilkat.pm line 11
Compilation failed in require at …….
Do I need to install the .pm file some special way?
Answer:
Try putting both chilkat.pm and chilkat.dll in the same directory as your Perl script, or in one of the directories indicated by @INC. If you still have trouble, please let me know. (support@chilkatsoft.com)