Hi folks,
after a few hours googling I'm still not really getting anyway - help!
First I should state I've just upgraded my server from Etch to Lenny. Having done this and all looks good I'm now trying to install Bugzilla. This will also include Apache etc (none of which I had installed under Etch).
Anyway it isn't working.
Apache is up and running OK and I can connect to the web server.
I expected (wrongly) to see the Bugzilla web files under /var/www but this is not he case.
I've created a symbolic link in /etc/apache2/conf.d called bugzilla3.conf to /usr/share/doc/bugzilla3/examples/basic.conf
Anyway my checksetup.pl is failing
/usr/share/bugzilla3/lib# ./checksetup.pl
* This is Bugzilla 3.0.4.1-2+lenny2 on perl 5.10.0
* Running on Linux 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010
Checking perl modules...
Checking for CGI.pm (v3.33) ok: found v3.38
Checking for TimeDate (v2.21) ok: found v2.22
Checking for DBI (v1.41) ok: found v1.605
Checking for PathTools (v0.84) ok: found v3.2501
Checking for Template-Toolkit (v2.12) ok: found v2.19
Checking for Email-Send (v2.00) ok: found v2.192
Checking for Email-MIME-Modifier (any) ok: found v1.442
Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) not found
Checking for DBD-mysql (v2.9003) ok: found v4.007
The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.39
Checking for Template-GD (any) ok: found v1.56
Checking for Chart (v1.0) ok: found v2.4.1
Checking for GDGraph (any) ok: found v1.44
Checking for GDTextUtil (any) ok: found v0.86
Checking for XML-Twig (any) ok: found v3.32
Checking for MIME-tools (v5.406) ok: found v5.427
Checking for libwww-perl (any) ok: found v5.813
Checking for PatchReader (v0.9.4) not found
Checking for PerlMagick (any) ok: found v6.3.7
Checking for perl-ldap (any) not found
Checking for SOAP-Lite (any) not found
Checking for HTML-Parser (v3.40) ok: found v3.56
Checking for HTML-Scrubber (any) not found
Checking for Email-MIME-Attachment-Stripper (any) not found
Checking for Email-Reply (any) not found
Checking for mod_perl (v1.999022) not found
* NOTE: You must run any commands listed below as root.
**********************************************************************
* OPTIONAL MODULES *
**********************************************************************
* Certain Perl modules are not required by Bugzilla, but by *
* installing the latest version you gain access to additional *
* features. *
* *
* The optional modules you do not have installed are listed below, *
* with the name of the feature they enable. If you want to install *
* one of these modules, just run the appropriate command in the *
* "COMMANDS TO INSTALL" section. *
**********************************************************************
***********************************************************************
* MODULE NAME * ENABLES FEATURE(S) *
***********************************************************************
* Email-Reply * Inbound Email *
* Email-MIME-Attachment-Stripper * Inbound Email *
* perl-ldap * LDAP Authentication *
* HTML-Scrubber * More HTML in Product/Group Descriptions *
* PatchReader * Patch Viewer *
* SOAP-Lite * XML-RPC Interface *
* mod_perl * mod_perl *
***********************************************************************
COMMANDS TO INSTALL:
Email-Reply: /usr/bin/perl -MCPAN -e 'install "Email::Reply"'
Email-MIME-Attachment-Stripper: /usr/bin/perl -MCPAN -e 'install "Email::MIME::Attachment::Stripper"'
perl-ldap: /usr/bin/perl -MCPAN -e 'install "Net::LDAP"'
HTML-Scrubber: /usr/bin/perl -MCPAN -e 'install "HTML::Scrubber"'
PatchReader: /usr/bin/perl -MCPAN -e 'install "PatchReader"'
SOAP-Lite: /usr/bin/perl -MCPAN -e 'install "SOAP::Lite"'
mod_perl: /usr/bin/perl -MCPAN -e 'install "mod_perl2"'
Reading /etc/bugzilla3/localconfig...
OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:
http://cyberelk.net/tim/patchutils/
Checking for DBD-mysql (v2.9003) ok: found v4.007
Checking for MySQL (v4.1.2) ok: found v5.0.51a-24+lenny4
Creating skins/contrib directory...
Creating skins/custom directory...
Removing existing compiled templates ...
Precompiling templates...
Failed to symlink from ../../../template to /var/lib/bugzilla3/data/template/var/lib/bugzilla3: File exists at /usr/share/perl5/Bugzilla/Template.pm line 919.
Fixing file permissions...
Migrating old chart data into database...
Now that you have installed Bugzilla, you should visit the
'Parameters' page (linked in the footer of the Administrator
account) to ensure it is set up as you wish - this includes
setting the 'urlbase' option to the correct URL.
Now I have seen this exact symlink error listed as a bug (Ubuntu 8.10) that has been fixed (package 3.2.4.0-3), but I can't believe that Bugzilla3 does not install cleanly under Lenny, so what am I missing?
Any suggestions on what next?
thanks,