Ok, I just got a virtual machine up with Debian Etch: I ussued the following commands apt-get install apache2 apt-get install mysql-server apt-get install phpmyadmin - just so i had easy access to database apt-get install bugzilla
I chose to use dbconfig-common to setup the database connection. apt reported the following error: <p> Setting up bugzilla (2.22.1-2) ... dbconfig-common: writing config to /etc/dbconfig-common/bugzilla.conf Creating config file /etc/dbconfig-common/bugzilla.conf with new version Creating config file /etc/bugzilla/dbconfig-params with new version granting access to database bugzilla for [EMAIL PROTECTED]: success. verifying access for [EMAIL PROTECTED]: success. creating database bugzilla: success. verifying database bugzilla exists: success. dbconfig-common: flushing administrative password Can't connect to the database. Error: Access denied for user 'bugzilla'@'localhost' (using password: YES) Is your database installed and up and running? Do you have the correct username and password selected in localconfig? So when I checkout the database in phpmyadmin I find an empty bugzilla db, and a bugzilla user with password hash. So I went into /etc/bugzilla/localconfig and saw that $db_pass = "secret", which is NOT what I set it to. So I changed it to my password and tried out the site. Bugzilla reported the following error: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <hr> <address>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch7 Server at localhost Port 80</address> </body></html> So I checked out the log in /var/log/apache2/error.log it it reported the following error: [Tue Aug 07 04:02:34 2007] [notice] Apache/2.2.3 (Debian) PHP/5.2.0-8+etch7 configured -- resuming normal operations [Tue Aug 07 04:02:46 2007] [error] [client 127.0.0.1] No value for param user_verify_class (try running checksetup.pl again) at /usr/share/perl5/Bugzilla/Config.pm line 225. [Tue Aug 07 04:02:46 2007] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at /usr/share/perl5/Bugzilla/Auth.pm line 43. [Tue Aug 07 04:02:46 2007] [error] [client 127.0.0.1] Compilation failed in require at /usr/share/bugzilla/Bugzilla.pm line 28. [Tue Aug 07 04:02:46 2007] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at /usr/share/bugzilla/Bugzilla.pm line 28. [Tue Aug 07 04:02:46 2007] [error] [client 127.0.0.1] Compilation failed in require at /usr/share/bugzilla/globals.pl line 803. [Tue Aug 07 04:02:46 2007] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at /usr/share/bugzilla/globals.pl line 803. [Tue Aug 07 04:02:46 2007] [error] [client 127.0.0.1] Compilation failed in require at /usr/lib/cgi-bin/bugzilla/index.cgi line 33. -- Bugzilla installation fails to create a database https://bugs.launchpad.net/bugs/55747 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
