Why do you say '--openssldir=/usr/local/ssl'?  If you don't want 
anything installed in there, don't say that...

[EMAIL PROTECTED] - Fri May  7 12:57:11 2004]:

> 
> 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=


-- 
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to