#390 closed defect (invalid)
openssl installation incomplete
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~5.0 |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
The openssl installation is incomplete. It is missing the certificates in /etc/ssl/certs. They must be copied manually after the build from the certs/ directory. It is important that this is done after the build, since the build will create some appropriate links.
cp -R certs/* /etc/ssl/certs
It is unclear why the ssl installation skips this. BTW, this will also fix the missing factory.pem errors during build of pine.
Note:
See TracTickets
for help on using tickets.
Already fixed in 5.0. Duplicate of Bug 376.