From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 09:26:10 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 D7A6416A4CE for ; Wed, 17 Mar 2004 09:26:10 -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 CAAC943D3F for ; Wed, 17 Mar 2004 09:26:07 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i2HHUt1J005463; Wed, 17 Mar 2004 17:31:06 GMT (envelope-from peter@circlesquared.com) Message-ID: <40588B4F.8080803@circlesquared.com> Date: Wed, 17 Mar 2004 17:30:55 +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: <20040317171255.4437.qmail@web60302.mail.yahoo.com> In-Reply-To: <20040317171255.4437.qmail@web60302.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; 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 17:26:11 -0000 samy lancher wrote: > > > */Peter Risdon /* wrote: > > 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 > >Can I do pkg_add imap-uw-2002d,1.tgz WITHOUT_SSL=yes No, packages are binaries - already compiled. WITHOUT_SSL=yes is a compile option. But you don't need to upgrade anything to use the port. Is there a reason why you can't do this? PWR.