Friday, April 2, 2010

Install BugZilla 3.4 on Ubuntu 8.04

sudo apt-get install build-essential

Follow this post : http://ubuntuforums.org/showthread.php?t=1006078

Make sure to configure you cpan with the correct make info -> /usr/bin/make
perl -MCPAN -e shell CPAN> o conf make /usr/bin/make

If you get errors saying can't locate DateTime etc .. install the following :

/usr/bin/perl install-module.pl List::MoreUtils
/usr/bin/perl install-module.pl DateTime::Locale

Done !

Martin

No comments:

Post a Comment