It seems like it has been a false alarm.
I have just looked up at a problematic line and removed use of
Wx::Perl::Packager from my startup script. The reason why I have
included it there initially was simply copy and paste from the synopsis
of the module documentation:
http://search.cpan.org/~mdootson/Wx-Perl-Packager-0.27/lib/Wx/Perl/Packager.pm
My apologies for spamming the mailing list with this issue.
It is about time for me to finally begin reading error messages more
carefully.
I am sorry! Problem looks like resolved!
Best regards,
Pawel Krol.
On 26.09.2013 23:18, Pawel Krol wrote:
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.