#2800: OpenSSL Testsuite
-------------------------------------+--------------------------------------
Reporter: d...@… | Owner: blfs-b...@…
Type: task | Status: new
Priority: normal | Milestone: 6.4
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-------------------------------------+--------------------------------------
OpenSLL test suite instructions recommend installing the config file into
a directory that does not exist.
{{{
install -v ./apps/openssl.cnf /etc/ssl/
}}}
should become:
{{{
install -vd /etc/ssl &&
install -v apps/openssl.cnf /etc/ssl
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2800>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page