On 2/23/2019 4:05 PM, Bruce Dubbs via blfs-support wrote: > 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: > >>> >>> 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? I moved the instructions into the configuration settings where they belong, as well as separating the two points and adding a third. I did not touch the replacement of libnssckbi.so.
--DJ -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
