Hi,
I've build a perl executable, but when I run it I get the following error-message
How do I compile for "dynamic loading"? What libraries do I need to include when I compile?
Thank you -
dora c
I've build a perl executable, but when I run it I get the following error-message
Code:
Can't load module File::Glob, dynamic loading not available in this perl.
(You may need to build a new perl executable which either supports
dynamic loading or has the File::Glob module statically linked into it.)
Compilation failed in require at search.pl line 6.
How do I compile for "dynamic loading"? What libraries do I need to include when I compile?
Thank you -
dora c