Bug 52788 - konqueror requires openssl-devel be installed to browse ssl enabled web sites
Summary: konqueror requires openssl-devel be installed to browse ssl enabled web sites
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: kdelibs
Version: roswell
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-29 03:08 UTC by David Mansfield
Modified: 2007-04-18 16:36 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-08-29 22:30:07 UTC
Embargoed:


Attachments (Terms of Use)

Description David Mansfield 2001-08-29 03:08:18 UTC
Description of Problem:
without the openssl-devel package (and the symlink, /usr/lib/libssl.so 
which points to /lib/libssl.so.0.9.6b), konqueror will fail to access any 
ssl enabled web site, instead popping up a dialog 'cant connect to host' 
or something like that.  you can see it by going into konqueror settings, 
go to crypto section, go to openssl tab and click 'test' button.  then 
install/remove openssl-devel package and try again.

Version-Release number of selected component (if applicable):
kde-2.2 from roswell

How Reproducible:
always

Steps to Reproduce:
1. see above
2. 
3. 

Actual Results:
see above

Expected Results:
see above

Additional Information:

Comment 1 Bernhard Rosenkraenzer 2001-08-29 09:54:50 UTC
Konqueror dlopen()s libssl.so - please move that file to the openssl base 
package, that's a much simpler fix than patching Konqueror to glob() 
/usr/lib/*ssl* and dlopen() the best match.

Assigning to openssl


Comment 2 Nalin Dahyabhai 2001-08-29 22:30:03 UTC
Structure sizes change between every release of OpenSSL.  Binary
compatibility is not guaranteed.  Using dlopen() to demand-load
libssl and get the addresses of functions it provides is all but
guaranteed to break applications down the road, and moving the
symlink from openssl-devel to openssl won't help then.  Fix kssl.

Punting back to kdelibs.

Comment 3 Bernhard Rosenkraenzer 2001-08-30 14:48:01 UTC
Done in 2.2-9



Note You need to log in before you can comment on or make changes to this bug.