After much pain and suffering, I'm pleased to say I have Bugzilla installed and running. I had to hack at the checksetup.pl script to include the "answer" variable assignments instead of passing the answers.pl as an argument. I'm not at all familiar with Perl, so this proved to be a challenge (personally, I prefer Python and PHP).
I also had to change all of the file permissions for all files to allow others read access. I probably had some "group" variable not defined correctly in "localconfig".
This includes the .htaccess file. I was only able to discover this by reading the server error logs, which indicated the .htaccess file could not be read. Not at all obvious.
And, for some reason, the executable flag was not set for the css/ directory, the web pages looked really bad without the styling. Another chmod, and everything is functional and looks great.
Thanks for all the help.