Opened 10 years ago

Closed 6 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 pulkomandy, 10 years ago

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.

comment:2 by pulkomandy, 9 years ago

Component: Applications/WebPositiveBuild System
Owner: changed from pulkomandy to bonefish

comment:3 by waddlesplash, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.