Front page | perl.wxperl.users |
Postings from April 2012
RE: Test error on Wx
Thread Previous
|
Thread Next
From:
Brian Jones
Date:
April 26, 2012 09:44
Subject:
RE: Test error on Wx
Message ID:
007501cd23cb$e9455220$bbcff660$@Intercept.com
Just noticed that I have an LD_LIBRARY_PATH variable in my environment. It
points at "/usr/sfw/lib:/usr/lib:/usr/local/lib". Should I add the
wxWidgets-2.9.3/buildgtk/lib directory to that?
BCJ
-----Original Message-----
From: Mark Dootson [mailto:mark.dootson@znix.com]
Sent: Thursday, April 26, 2012 11:35 AM
To: wxperl-users@perl.org
Subject: Re: Test error on Wx
Hi,
On 26/04/2012 16:14, Brian Jones wrote:
> # Failed test 'use Wx;'
> # at t/01_load.t line 6.
> # Tried to use 'Wx'.
> # Error: Can't load
> '/home/brian_jones/.cpan/build/Wx-0.9906-KCu6yc/blib/arch/auto/Wx/Wx.s
> o' for module Wx: /home/brian_jones/.cpan/build/Wx-0.9906-KCu6yc
> /blib/arc
> h/auto/Wx/Wx.so: undefined symbol:
> _ZThn44_N16wxAppConsoleBase11FilterEventER7wxEvent at
What does
ldd '/home/brian_jones/.cpan/build/Wx-0.9906-KCu6yc/blib/arch/auto/Wx/Wx.so'
give you? Is is what you expect?
Do you have any settings for LD_LIBRARY_PATH etc in your environment?
Mark
Thread Previous
|
Thread Next