Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=592670 --- Comment #17 from Ralf Corsepius <rc040203@xxxxxxxxxx> 2010-05-19 09:31:16 EDT --- (In reply to comment #16) > " Mongoose supports SSL but does not depend on the SSL library. > This is because SSL support is best-effort: Mongoose tries to load libssl.so > dynamically. > If it is present on the system, Mongoose will support SSL, otherwise not. That's not the way to do it under Linux. The normal way to use shared libs is to directly link them in. If, for some reasons, they need to be dlopen'ed, then the "versioned libraries" libraries need to be dlopen'ed, not the unversioned libraries. I.e. dlopening libopenssl.so is wrong. It should be libopenssl.so.<something> => This package needs to be patched. BTW: I just noticed, in mongoose, the same consideration applies to libcrypto.so.*. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review