openssl-0.9.7d tries to install the manpages at the wrong place:
bofh:/sw/src/openssl-0.9.7d: ./config --prefix=/sw/sun4_56/openssl-0.9.7d --openssldir=/usr/local/ssl (...) bofh:/sw/src/openssl-0.9.7d: make install (...) Cannot create directory /usr/local/ssl/man: Permission denied make: *** [install_docs] Error 13 The fix is trivial: bofh:/sw/src/openssl-0.9.7d: diff -u Makefile.org~ Makefile.org --- Makefile.org~ Fri Mar 12 22:33:04 2004 +++ Makefile.org Wed May 5 19:44:49 2004 @@ -191,7 +191,7 @@ MAKEFILE= Makefile.ssl MAKE= make -f Makefile.ssl -MANDIR=$(OPENSSLDIR)/man +MANDIR=$(INSTALLTOP)/man MAN1=1 MAN3=3 MANSUFFIX= -- -- Ullrich Horlacher, BelWue Coordination ------- mailto:[EMAIL PROTECTED] -- Computing Centre University of Stuttgart (RUS) phone: +49 711 685 5868 Allmandring 30, D-70550 Stuttgart, Germany fax: +49 711 678 8363 -- saft://saft.belwue.de/framstag ----------------- http://www.belwue.de/ ---- ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
