Hello,
This problem happened to me when I have packed newer version of the
external lib but there was an older version of the same lib installed
on the target host. The Dynaloader loads the older one first and
then my executable dies because older version of that external lib is
not supported by packed perl wrapper module.
How to pass a list of directories to look for the external shared
libs as an option to pp utility ( like the LD_LIBRARY_PATH) which
will modify Dynaloader config ?
Or at least modify the search order by default to start with par
directory.
Thanks,
Max