Just a reminder note to look into this.
Either the command line just got a lot longer, or a lot more explanatory
text must be added to OpenSSL's book page. To enable this list (they
are all no-whatever by default):
===================================================
./config --openssldir=/etc/ssl \
--prefix=/usr shared \
zlib-dynamic \
enable-camellia \
enable-capieng \
enable-cms \
enable-gmp \
enable-mdc2 \
enable-montasm \
enable-rc5 \
enable-rfc3779 \
enable-seed \
enable-tlsext &&
make depend &&
make
## The rest is the same ##
make MANDIR=/usr/share/man install &&
cp -v -r certs /etc/ssl &&
install -v -d -m755 /usr/share/doc/openssl-0.9.8i &&
cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
/usr/share/doc/openssl-0.9.8i
==============================================
ATM, I don't have a copy of previous OpenSSL to check against to see
what might have been missed from 0.9.8g, and I certainly do not know
what all of these options are, just making a note to look into it. The
option "zlib-dynamic" can be just "zlib" to use the static library, and
the options "enable-krb5" and "krb5-flavor={foobar}" must be added to
use Kerberos.
-- DJ Lucas
--
This message has been scanned for viruses and
dangerous content, and is believed to be clean.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page