cbtshare has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I am trying to install padre on opensuse 14 , I installed trhough yast but nothing showed up so I decided to run padre from the command line and got the following error:
padre Can't load '/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-mult +i/auto/Wx/Scintilla/Scintilla.so' for module Wx::Scintilla: libwx_gtk +2_scintilla-2.8.12.so: cannot open shared object file: No such file o +r directory at /usr/lib/perl5/5.18.2/XSLoader.pm line 68. at /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Wx/Sci +ntilla.pm line 32. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.18.2/Pad +re/Wx/Theme.pm line 15. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.18.2 +/Padre/Wx/Theme.pm line 15. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.18.2/Pad +re/Wx/Main.pm line 50. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.18.2 +/Padre/Wx/Main.pm line 50. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.18.2/Pad +re/Wx/App.pm line 58. Perl exited with active threads: 1 running and unjoined 0 finished and unjoined 0 running and detached
so I tried installing the module, but getting an error, can I get help please, I tried googling but nothing.
install Wx::Scintilla Reading '/root/.cpan/Metadata' Database was generated on Tue, 24 Nov 2015 17:17:02 GMT Running install for module 'Wx::Scintilla' Checksum for /root/.cpan/sources/authors/id/A/AZ/AZAWAWI/Wx-Scintilla- +0.39.tar.gz ok Scanning cache /root/.cpan/build for sizes ...................................................................... +......DONE Configuring A/AZ/AZAWAWI/Wx-Scintilla-0.39.tar.gz with Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Wx-Scintilla' version '0.39' AZAWAWI/Wx-Scintilla-0.39.tar.gz /usr/bin/perl Build.PL -- OK Running Build for A/AZ/AZAWAWI/Wx-Scintilla-0.39.tar.gz Use of uninitialized value $location in split at inc/Module/Build/Scin +tilla.pm line 58. Use of uninitialized value in concatenation (.) or string at inc/Modul +e/Build/Scintilla.pm line 59. Can't exec "wx-config": No such file or directory at inc/Module/Build/ +Scintilla.pm line 64. Use of uninitialized value $configtest in pattern match (m//) at inc/M +odule/Build/Scintilla.pm line 65. Cannot find wx-config for wxWidgets. Perhaps you need to install wxWid +gets development libraries for your system? at inc/Module/Build/Scint +illa.pm line 66. AZAWAWI/Wx-Scintilla-0.39.tar.gz ./Build -- NOT OK Failed during this command: AZAWAWI/Wx-Scintilla-0.39.tar.gz : make NO

Replies are listed 'Best First'.
Re: installation of modules
by thomas895 (Deacon) on Nov 25, 2015 at 04:51 UTC
      Thank you for the input, I followed the instructions and seem to be getting somewhere, but still getting errors:Am I doing something wrong?
      install Wx::Scintilla Running install for module 'Wx::Scintilla' AZAWAWI/Wx-Scintilla-0.39.tar.gz Has already been unwrapped into directory /root/.cpan/build/Wx-Scint +illa-0.39-dKLIkn AZAWAWI/Wx-Scintilla-0.39.tar.gz Has already been prepared AZAWAWI/Wx-Scintilla-0.39.tar.gz Could not make: Unknown error padre Can't load '/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-mult +i/auto/Wx/Scintilla/Scintilla.so' for module Wx::Scintilla: libwx_gtk +2_scintilla-2.8.12.so: cannot open shared object file: No such file o +r directory at /usr/lib/perl5/5.18.2/XSLoader.pm line 68. at /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Wx/Sci +ntilla.pm line 32. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.18.2/Pad +re/Wx/Theme.pm line 15. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.18.2 +/Padre/Wx/Theme.pm line 15. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.18.2/Pad +re/Wx/Main.pm line 50. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.18.2 +/Padre/Wx/Main.pm line 50. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.18.2/Pad +re/Wx/App.pm line 58. Perl exited with active threads: 1 running and unjoined 0 finished and unjoined 0 running and detached

        Thank you for the input, I followed the instructions and seem to be getting somewhere, but still getting errors:Am I doing something wrong?

        Yes, you're not investigating the errors

        "Could not make: Unknown error" by itself isn't actionable, you need more info, increase debugging level or

        You need to use the CPAN look command to look Modulename , so that you can then do the Makefile.PL dance yourself to get the errors

        Then its solve the errors, or google them to solve them, or post them here...