>From STATUS:
>    o  The installation under "make install" produces a very
>       installation layout: $prefix/certs and $prefix/private dirs.
>       That's  not nice. Ralf suggests to move the two certs and
>       private dirs either to $prefix/etc/, $prefix/lib/ or $prefix/share.
>       Alternatively we could also not install the certs at all.
>
>       Status: Ralf +1 for both not installing the certs at all and
>                       moving it to $prefix/etc/. +0 for $prefix/lib/
>                       and $prefix/share.

Ralf, I'm not sure what you mean by a "not nice" layout. It seems
reasonable to me, given that $prefix is (by convention) a private
directory for OpenSSL's files. So there is not really a need for an
additional directory layer for $prefix/etc.

One thing I think is in the wrong place, though, is ssleay.cnf, which
shouldn't be in $prefix/lib. A good new location would be $prefix/etc. So
I'd like:

    bin       <-- program binaries
    certs     <-- certificates
    etc       <-- ssleay.cnf
    include   <-- header files
    lib       <-- library files
    private   <-- private keys

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

Reply via email to