https://issues.apache.org/bugzilla/show_bug.cgi?id=51034
karen ezzo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from karen ezzo <[email protected]> 2011-04-07 12:24:45 EDT --- I did a couple things which resolved the problem: 1. Created /usr/local/apache2 directory. Since this is the default directory, I assumed the install would create it if not found. This may have been a bad assumption. 2. Specified the path with the PREFIX parameter when running ./configure. The apache instructions say If PREFIX is not specified, it defaults to /usr/local/apache2 but I decided to specify it anyway. This may or may not have been part of the problem but just wanted to note in case someone else is experiencing a similar issue. 3. Added /usr/ccs/bin to $PATH. On my server, this directory has ‘ar’ which is used in the Apache install to extract/modify archive files. I *believe* the install could not find the 'ar' program, it could not extract the files needed, including 'locks/unix/global_mutex.lo' as specified in the error below. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
