Hi Paul_123
... openssl.tcz lists ca-certifiates in its .dep file. ...
In x86 and x86_64 ca-certificates lists openssl in its .dep file. I think that way makes more sense. The
tce.installed/ca-certificates script calls update-ca-certificates which calls c_rehash.sh which calls openssl , so
ca-certificates depends on openssl , which should be loaded first.
When booting, tce-load (like tce-bootload) runs the tce.installed scripts after all extensions are loaded, so order
should not be an issue there. When using tce-load from the commandline , tce.installed scripts get run as each
extension gets loaded and dependency scripts run first. So in that case, you want ca-certificates to depend on
openssl , and not the other way around.