Subject: | Bundle-PBib install problem on Linux. |
Installation via cpan and manual installation of 2.08 failed on debian with perl 5.8.4, probably because PATH was not set to include the files in lib/. cp -r lib/* ./ in the install dir solved the problem.
Error was:
snow@isnow:~/Bundle-PBib-2.08$ perl Makefile.PL
# running Build.PL
/usr/bin/perl -I_build\lib Build.PL
Checking whether your kit is complete...
Looks good
* Optional prerequisite Win32::Clipboard isn't installed
* Optional prerequisite DBD::ODBC isn't installed
* Optional prerequisite Win32::OLE isn't installed
* Optional prerequisite Tk isn't installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation.
Creating new 'Build' script for 'Bundle-PBib' version '2.08'
Can't locate PBib/Builder.pm in @INC (@INC contains: _build\lib /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 .) at Makefile.PL line 30.