From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 08:43:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB7616A4CE for ; Wed, 17 Mar 2004 08:43:16 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E88243D2F for ; Wed, 17 Mar 2004 08:43:11 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i2HGlv1J005373; Wed, 17 Mar 2004 16:48:08 GMT (envelope-from peter@circlesquared.com) Message-ID: <4058813D.6000502@circlesquared.com> Date: Wed, 17 Mar 2004 16:47:57 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: samy lancher References: <20040317163402.40893.qmail@web60310.mail.yahoo.com> In-Reply-To: <20040317163402.40893.qmail@web60310.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: IMAP error. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 16:43:16 -0000 samy lancher wrote: >Hello All, >I have a FreeBSD 4.5 server. I just installed imap-uw-2002d,1.tgz package and I have uncommented the IMAP line in inetd. I restarted the system. When i gave the command " telnet localhost 143" i got the following error > >/usr/libexec/ld-elf.so.1: Shared Object libssl.SO.3 not found >Connection closed by foreign host. > >I do not have openSSL installed in my system. I believe that imap-uw-2002d,1 package needs freebsd 4.7 or higher version. Is there any way to make IMAP work without upgrading anything? > > You either need to install it without ssl, or install openssl. To do the former: #cd /usr/ports/mail/imap-uw #make WITHOUT_SSL=yes install PWR.