Closed
Bug 279045
Opened 20 years ago
Closed 20 years ago
During install on Mac OS X (10.3.7 Client) checksetup.pl expects a system user group named 'apache' to exist
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: metafeather, Assigned: zach)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12 Build Identifier: Ran checksetup.pl as root, as instructed. After confirming all the required Perl modules are present received the following output: Checking user setup ... no such group: apache at ./checksetup.pl line 808. By default Mac OS X does not appear to have the built in Apache webserver running as group 'apache', rather as 'www' - on my install checked groups params in '/Applications/Utilities/NetInfo Manager.app' checksetup.pl can successfully be run by over-riding the perl var $my_webservergroup (ln 798 checksetup.pl) manually to be 'www', and a (superficially) working Bugzilla install is setup. Reproducible: Always Steps to Reproduce: 1. Install Mac OS X 10.3.7 2. download and un-tar.gz Bugzilla 2.18 (Using Stuffit Expander v9.0+) 3. Run Terminal.app 4. cd Bugzilla dir 5. sudo su 6. ./checksetup.pl 7. deal with module dependencies 8. ./checksetup.pl again 9. get message Actual Results: Received message: Checking user setup ... no such group: apache at ./checksetup.pl line 808.
Comment 1•20 years ago
|
||
You need to edit localconfig and change the $webservergroup variable.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•20 years ago
|
||
It would be helpful if the message received stated such, or perhaps additional instructions were added to the OS Specific install page for Mac OS X: http://www.bugzilla.org/docs/2.18/html/os-specific.html
You need to log in
before you can comment on or make changes to this bug.
Description
•