Opened 10 years ago
Closed 7 years ago
#11263 closed bug (fixed)
WebPositive should depend on openssl
Reported by: | jackburton | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Installing WebPositive on a gcc2 system works, but then when you launch it, the runtime loader says:
KERN: runtime_loader: Cannot open file libcrypto.so.1.0.0: No such file or directory KERN: Last message repeated 2 times. KERN: runtime_loader: Cannot open file libssl.so.1.0.0: No such file or directory KERN: runtime_loader: Cannot open file libcrypto.so.1.0.0: No such file or directory KERN: Last message repeated 2 times. KERN: runtime_loader: Cannot open file libssl.so.1.0.0: No such file or directory
Installing openssl manually fixes the problem. I think WebPositive (or WebKit) should depend on openssl.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | Applications/WebPositive → Build System |
---|---|
Owner: | changed from | to
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
And now we handle this properly: http://xref.plausible.coop/source/xref/haiku/src/data/package_infos/x86_gcc2/haiku#102
The haiku package should depend on OpenSSL, if the build feature was used. Anything using the network kit would run into the same problem otherwise (mail kit, haikudepot, etc).
However it is still possible to build Haiku without SSL support. And in that case the dependency should not be there.