From: bungsuputra l. <bl...@to...> - 2006-11-09 18:28:25
|
I tried to install wxPerl in my system: RedHat 9, Wx-0.59, perl 5.8.0, wxdigets 2.7.2. I have installed all modules successfully until I tried to install Alien::wxWidgets. I got there warnings when running './Build': 'gl' library not found at inc/My/Build/Any_wx_config.pm line 141. 'media' library not found at inc/My/Build/Any_wx_config.pm line 141. 'animate' library not found at inc/My/Build/Any_wx_config.pm line 141. 'fl' library not found at inc/My/Build/Any_wx_config.pm line 141. 'deprecated' library not found at inc/My/Build/Any_wx_config.pm line 141. 'gizmos' library not found at inc/My/Build/Any_wx_config.pm line 141. 'ogl' library not found at inc/My/Build/Any_wx_config.pm line 141. 'plot' library not found at inc/My/Build/Any_wx_config.pm line 141. 'svg' library not found at inc/My/Build/Any_wx_config.pm line 141. However ./Build test and ./Build install run without problems then. When I installed Wx-0.59, 'perl Makefile.PL' died with this error: Checking if your kit is complete... Looks good Writing Makefile for Wx::Grid Writing Makefile for Wx::STC Writing Makefile for Wx::Print Writing Makefile for Wx::DateTime Writing Makefile for Wx::Calendar Writing Makefile for Wx::DND Writing Makefile for Wx::Socket Writing Makefile for Wx::Html Attempt to free temp prematurely: SV 0x86ed27c at /usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 189. Attempt to free unreferenced scalar at /usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 191. ERROR from evaluation of /home/blinan/Wx-0.59/ext/Makefile.PL: ERROR from evaluation of /home/blinan/Wx-0.59/ext/media/Makefile.PL: No such 'link' library: 'media' at /home/blinan/Wx-0.59/build/Wx/build/MakeMaker.pm line 200 # Looks like your test died before it could output anything. ====================================================================== For installation instructions and further help please see docs/install.txt For command line switches help use: perl Makefile.PL --help ====================================================================== I think it has something to do with the warnings when installing Alien::wxWidgets. :( I also tried these lines: unset LANG (to make Module::Build installed successfully) WX_CONFIG="/usr/local/bin/wx-config" export WX_CONFIG LD_LIBRARY_PATH="/usr/local/lib" export LD_LIBRARY_PATH I still cannot install wxPerl. Any suggestion is very appreciated. :) Thanks in advance, bungsu ________________________________________________ Message sent using UebiMiau 2.7.10 |