On 2/23/19 3:52 PM, Pierre Labastie via blfs-support wrote:

On 2/23/19 9:38 PM, Douglas R. Reno via blfs-support wrote:


On 2/23/19 2:35 PM, Bruce Dubbs via blfs-support wrote:
On 2/23/19 1:59 PM, DJ Lucas via blfs-support wrote:



The problematic instructions in question reside in this block:

install -vdm755 /etc/ssl/local &&
wgethttp://www.cacert.org/certs/root.crt  &&
wgethttp://www.cacert.org/certs/class3.crt  &&
openssl x509 -in root.crt -text -fingerprint -setalias "CAcert Class 1 root" \
         -addtrust serverAuth -addtrust emailProtection -addtrust codeSigning \
         > /etc/ssl/local/CAcert_Class_1_root.pem &&
openssl x509 -in class3.crt -text -fingerprint -setalias "CAcert Class 3 root" \
         -addtrust serverAuth -addtrust emailProtection -addtrust codeSigning \
         > /etc/ssl/local/CAcert_Class_3_root.pem

They seem to cause problems and are confusing. They also seem to be unnecessary. All I run is 'make install && make-ca -g' when I need to install this package. It seems those instructions were part of Ken's problem.



Those instructions are clearly presented as an example, not as instructions for building the package.

Yes, but that seems to buried in the text. Putting an example before the installation instructions is not consistent with the rest of the book.

DJ, do you want to fix this?

  -- Bruce

 And it is clearly stated that
wget is needed to run them.They have role="nodump" (I agree it is not visible on the rendered book).

Recommending wget in the dependency section would create an unnecessary circular dependency, since the CA certificates are needed by wget for accessing https sites...

Pierre



--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to