From owner-freebsd-questions Sat Jun 8 10:13:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by hub.freebsd.org (Postfix) with ESMTP id 7C6E737B403 for ; Sat, 8 Jun 2002 10:13:17 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp07.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GXED6302.AIM; Sat, 8 Jun 2002 19:13:15 +0200 Date: Sat, 8 Jun 2002 19:13:58 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <7027650559.20020608191358@dds.nl> To: "Marcel Dijk" Cc: questions@freebsd.org Subject: Re: shared object not found In-Reply-To: <018e01c20efa$2fc72b70$0200a8c0@win2000> References: <018e01c20efa$2fc72b70$0200a8c0@win2000> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Marcel, Saturday, June 08, 2002, 4:38:42 PM, you wrote: MD> Hello, MD> I have installed OpenSSH (from the ports collection) on my FreeBSD 4.5 machine. But when I try to start the SSHD I get this error: MD> /usr/libexec/ld-elf.so.1 shared object "libcrypto.so.2" not found. MD> I am puzzeld as what to do next. MD> Greets, MD> Marcel. SSH is build in to FreeBSD. You can enable it, by putting this in to your /etc/rc.conf file sshd_enable="YES" -- The file is probably belongs to the OS, but was for some reason not installed. Try a to update you sources and do a make world. For info on how to do that. http://www.freebsd.org/handbook/cutting-edge.html My guess is, that your problem wil be gone after you done this. -- Best regards, Alex Links: How to get the best results from FreeBSD questions. http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message