in reply to Unable to install perl module Sendmail
You can also manage installed modules the INSTALL_BASE way ( local::lib way ) as demonstrated in Re^3: object version does not match bootstrap parameter ( cpanm --local-lib PERL5LIB), basically install them in your home directory, like with cpanm ...
Re: One liner to config cpan to install all dependencies automatically along with temp modules?
- ?node_id=3989;HIT=cpan%20prompt;re=N
- How to install module with CPANPLUS without prompting?
- Getting CPAN.pm to accept Makefile.PL prompts
- How to skip the prompt fot configuring CPAN.
export PERL_MM_USE_DEFAULT=1 export PERL5LIB=/home/user/stuff/lib/perl5 export PERL_MB_OPT=--install_base /home/user/stuff export PERL_MM_OPT=INSTALL_BASE=/home/user/stuff cpan -fi Module Module Module Module Module Module- App::cpanminus/cpanm
Re: Module::Build installation while using local::lib
Re: Problems with CPAN: installing Tk
Re: self containing folder of modules
Re^4: Best strategy to facilitate dependency installation for a Perl-based software distribution
Re^3: HTML request to a server
Re: CPAN won't install into personal directory; probably an o conf problem
Re: My favorite pitfall: setting up CPAN
$ perl -Mlocal::lib Attempting to create directory C:\DOCUME~1\username\perl5 set PERL_LOCAL_LIB_ROOT=%PERL_LOCAL_LIB_ROOT%;C:\DOCUME~1\username\per +l5 set PERL_MB_OPT=--install_base C:\DOCUME~1\username\perl5 set PERL_MM_OPT=INSTALL_BASE=C:\DOCUME~1\username\perl5 set PERL5LIB=C:\DOCUME~1\username\perl5\lib\perl5;%PERL5LIB% set PATH=C:\DOCUME~1\username\perl5\bin;%PATH%
Re^9: wxbase28u_gcc_custom.dll Error
I have installed the Alien::WxWidgets and Wx:: to load, but the console still throwing the same error.
But did you install Alien::WxWidgets and Wx successfully ?
Try
cpanp -i Alien::WxWidgets Wx --allow_build_interactivity=0 --skiptest=0 --verbose
Try
cpanp -i Alien::wxWidgets Wx --allow_build_interactivity=0 --skiptest=0 --verbose --write_install_log --prereqs=1 >blah.log 2>&1
Then check blah.log or grep blah.log for name of .log file to check
Tail the file to see what got installed, it should be a list of files
Installing ... Installing ... Installing ...
|
|---|