Hi all, I have reviewboard 2.5.6.1 setup at port 9090 on a Linux machine and everything was working fine when I start it as myself (a standard Unix user). However, when I tried to start httpd as root (in preparation to move it to port 80), I am getting the following error in apache error_log:
[Thu Feb 16 12:57:26.706528 2017] [mpm_event:notice] [pid 20560:tid 140579657390016] AH00489: Apache/2.4.23 (Unix) mod_wsgi/4.5.3 Python/2.7.12 configured -- resuming normal operations [Thu Feb 16 12:57:26.706706 2017] [core:notice] [pid 20560:tid 140579657390016] AH00094: Command line: '<installpath>/apache/bin/httpd' Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] ImportError: No module named site This happens only when trying to start as root, as soon as I switch back to my account and start it there things will run smoothly. I've tried "chown -R root" all files to avoid potential permission issues introduced by file ownership, also double checked to make sure I have the follow env variables all set to the same values as in my account but so far nothing works: HTTPD_HOME, PYTHON_HOME, PYTHONHOME, PYTHONPATH, RB_HOME, RB_VERSION, http_proxy, https_proxy Appreciate any help on solving this. Thanks. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
