On 10/23/06, Michael Nottebrock <[EMAIL PROTECTED]> wrote:
James Earl schrieb:
> Hi,
>
> I've been unable to get Konquerer to work with https for a long time
> now. I believe ever since 3.5.3? I've tried recompiling kdelibs, and
> kdebase. I'm running FreeBSD 6.1-RELEASE, KDE 3.5.4, openssl-0.9.8d.
> I'm currently in the process of rebuilding everything which depends on
> openssl. Is there anything else I can try?
See
http://lists.freebsd.org/pipermail/freebsd-current/2006-September/065944.html
and follow-up mails for a discussion and explanation of the issue.
To cut it short, you have two options: Uninstall the ports version of
openssl and rebuild everything which depends on openssl or disable and
delete the base-system openssl libraries and rebuild everything which
depends on openssl. KDE will not work with two different major versions
of openssl installed on the same system.
If you decide to uninstall the ports version of openssl, put
WITH_OPENSSL_BASE= YES
into /etc/make.conf - this will prevent any port from installing the
ports version of openssl again via a dependency.
If you want to disable the base-system openssl instead (I don't
recommend it, read on to see why), put
NO_OPENSSL= YES
WITH_OPENSSL_PORT= YES
into /etc/make.conf. Note that this will as well disable the base-system
ssh and the base-system kerberos libraries. You should then delete all
the openssl and kerberos libraries from /usr/lib/ (libssl, libcrypto,
libkrb5, libasn1, libroken, libgssapi, libkadm5srv, libkadm5clnt,
libkafs5, libkrb5, libsl, libvers, libhdb ...) and their respective
headers from /usr/include (krb5*, openssl/ ) as well, then install ports
versions of openssh and heimdal (if needed).
Thanks for the response. I decided to rebuild everything that
depended on openssl on Friday, and today everything works! Painful to
have to do that, but it works! Thanks.
James
_______________________________________________
kde-freebsd mailing list
[email protected]
http://kf.liquidneon.com/mailman/listinfo/kde-freebsd