[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Jul 6 10:31:13 EST 2006


http://bugzilla.mindrot.org/show_bug.cgi?id=1206





------- Comment #6 from dtucker at zip.com.au  2006-07-06 10:31 -------
(In reply to comment #5)

I suspect you built OpenSSL as a shared library.  From the config.log:
gcc [options] -I/usr/local/ssl -L/usr/local/ssl -R/usr/local/ssl
conftest.c

Those should be -I/usr/local/ssl/include -L/usr/local/ssl/lib
-R/usr/local/ssl/lib but I'm not sure why it's wrong.  What is in
/usr/local/ssl?

Anyway, please try:

$ LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/ssl:/usr/lib:/lib
$ export LD_LIBRARY_PATH
$ ./configure --prefix=/opt/openssh --with-ssl-dir=/usr/local/ssl

> - "sh -x findssl" complains about no "locate" variable in the PATH.

That's nothing to worry about.  Locate is only used as an optimization
and the script will fall back to "find" if it's not present.  Is there
any more output after the "find"?  If so please attach it.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-bugs mailing list