From owner-freebsd-questions Sat Mar 24 2:28:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mr200.netcologne.de (mr200.netcologne.de [194.8.194.109]) by hub.freebsd.org (Postfix) with ESMTP id 7501737B71B for ; Sat, 24 Mar 2001 02:28:25 -0800 (PST) (envelope-from pherman@frenchfries.net) Received: from husten.security.at12.de (dial-213-168-72-237.netcologne.de [213.168.72.237]) by mr200.netcologne.de (Mirapoint) with ESMTP id ACX99077; Sat, 24 Mar 2001 11:28:22 +0100 (CET) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by husten.security.at12.de (8.11.3/8.11.2) with ESMTP id f2OASCi46415; Sat, 24 Mar 2001 11:28:12 +0100 (CET) (envelope-from pherman@frenchfries.net) Date: Sat, 24 Mar 2001 11:28:12 +0100 (CET) From: Paul Herman To: "E. J. Cerejo" Cc: Subject: Re: Where is libssl.so.1???? In-Reply-To: <20010323210317.3863.qmail@web13205.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 23 Mar 2001, E. J. Cerejo wrote: > When I try to start kmail and Help in KDE2 on FBSD4.3BETA2 it > complains that it can't find libssl.so.1. I have installed crypto > which included openssl and still can't find this file! It's in /usr/lib: $ ls -l /usr/lib/libssl* -r--r--r-- 1 root wheel 233214 Mar 8 07:46 /usr/lib/libssl.a lrwxr-xr-x 1 root wheel 11 Mar 8 07:46 /usr/lib/libssl.so -> libssl.so.1 -r--r--r-- 1 root wheel 176104 Mar 8 07:46 /usr/lib/libssl.so.1 -r--r--r-- 1 root wheel 248038 Mar 8 07:46 /usr/lib/libssl_p.a What does your ldconfig say? $ ldconfig -r | grep ssl 74:-lssl.1 => /usr/lib/libssl.so.1 Try cd-ing to /usr/src/secure/lib/libssl and something like: make clean; make; make install -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message