You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/04/07 18:24:49 UTC

DO NOT REPLY [Bug 51034] make install fails - libtool: link: `locks/unix/global_mutex.lo' is not a valid libtool object

https://issues.apache.org/bugzilla/show_bug.cgi?id=51034

karen ezzo <ka...@hp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from karen ezzo <ka...@hp.com> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org