From owner-freebsd-questions Sun Apr 29 8: 6:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from infocom.com (infocom.com [199.120.185.1]) by hub.freebsd.org (Postfix) with ESMTP id 14AD237B43C for ; Sun, 29 Apr 2001 08:06:42 -0700 (PDT) (envelope-from mark@summersault.com) Received: from summersault.com (rliv135.infocom.com [208.247.89.45]) by infocom.com (8.9.3/8.8.5) with ESMTP id KAA45024 for ; Sun, 29 Apr 2001 10:06:40 -0500 (EST) Message-ID: <3AEC2E56.D37F69CD@summersault.com> Date: Sun, 29 Apr 2001 10:08:06 -0500 From: Mark Stosberg Reply-To: mark@summersault.com X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: KDE 2.1.1 on RELEASE 4.3 not finding libssl.so.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good morning folks! I recently installed the KDE 2.1.1 package off of the FreeBSD 4.3 RELEASE ISO CD onto my FreeBSD 4.2 machine. Thanks to everyone for pulling that together. The new KDE is very nice to use. I've run into a hitch, though. Whenver I start up anything that uses the KHTML part, I get a complaint about not finding "libssl.so.2". I tried a few things to work around this: > cd /usr/src/secure/lib/libssl; make clean; make; make install; > cd /usr/src/crypto/openssl; make clean; make; make install I also downloaded and installed OpenSSL 0.9.6a, which I understand is what is bundled with FreeBSD 4.3. That installed cleanly with the default settings, but still I get this error. This output maybe useful: >ldconfig -r | grep ssl 53:-lssl.1 => /usr/lib/libssl.so.1 258:-lkssl.2 => /usr/local/lib/libkssl.so.2 > ls /usr/lib/libssl* /usr/lib/libssl.a /usr/lib/libssl.so.1 /usr/lib/libssl.so /usr/lib/libssl_p.a It appears that libssl.so.2 is in fact missing. Any ideas how I get past this? Thanks, -mark http://mark.stosberg.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message