What's the URL of the page containing the problem? N/A
What steps will reproduce the problem?
1. Export reviewboard HEAD from svn
2. Run ./autogen.sh --prefix=/home/userdir/lib; make; make install
3. Complete installation into apache and start webserver
What is the expected output? What do you see instead?
Expected: login page. Actual: "Taking a nap".
What operating system are you using? What browser?
Server is RHEL 5 & Apache 2.2, accessing site via Firefox 3 on WinXP Pro.
Please provide any additional information below.
Error messages in the logs include:
ImproperlyConfigured: Error importing middleware djblets.log.middleware
Later,
ImproperlyConfigured: Error importing middleware
reviewboard.admin.middleware: "No module named siteconfig.models"
It turned out that the generated Makefile omitted the log and siteconfig
directories from djblets. Once those were hacked into the file and make;
make install were rerun, I was able to log into the site.