Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 11:28:12 +0100 (CET)
From:      Paul Herman <pherman@frenchfries.net>
To:        "E. J. Cerejo" <ejcerejo@yahoo.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Where is libssl.so.1????
Message-ID:  <Pine.BSF.4.33.0103241123160.30478-100000@husten.security.at12.de>
In-Reply-To: <20010323210317.3863.qmail@web13205.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0103241123160.30478-100000>