Hello WxPerl fans & experts!
I am writing here with a small request for your assistance...
I have installed Wx::Perl::Packager using CPAN shell on my Fedora Linux,
and tried building a simple Wx app using the following command:
$ wxpar --gui -o p2 start.pl
Running Command .....
pp @p2.wxparargs --gui -o p2 start.pl
.....
So far so good. Unfortunately, executing the binary throws an exception:
$ ./p2
Failed to load
/tmp/par-646a6772756279/cache-3a7d7f40f2b2a67e38992d93ef92dccb5e8d5338/libwx_baseu-2.8.so.0
at Wx/Perl/Packager/Base.pm line 447.
Compilation failed in require at script/start.pl line 3.
BEGIN failed--compilation aborted at script/start.pl line 3.
Program works perfectly fine when executed as:
$ perl start.pl
I am running Perl 5.14:
$ perl -v
This is perl 5, version 14, subversion 4 (v5.14.4) built for
x86_64-linux-thread-multi
Any hints, what am I missing?
Can I provide you with any additional information that would help in
figuring out the reason of this failure?
Many thanks in advance for your help!
Best regards,
Pawel Krol.