OS: linux (RHEL 5.0) Perl 5.14.2 wxWidgets 2.9.3 Alien 0.58 Wx 0.9906 The make ran without errors, but after that it fails on the test 'use Wx;'. The error given is
# 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.so' for module Wx: /home/brian_jones/.cpan/build/Wx-0.9906-KCu6yc /blib/arc h/auto/Wx/Wx.so: undefined symbol: _ZThn44_N16wxAppConsoleBase11FilterEventER7wxEvent at /home/brian_jones/perl/lib/DynaLoader.pm line 190. # at (eval 4) line 2 # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Could this be cause by having one version of wxWidgets installed on that machine while Alien is telling it to look in another place for it? BCJ