Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2004 09:12:55 -0800 (PST)
From:      samy lancher <washville2003@yahoo.com>
To:        Peter Risdon <peter@circlesquared.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: IMAP error.
Message-ID:  <20040317171255.4437.qmail@web60302.mail.yahoo.com>
In-Reply-To: <4058813D.6000502@circlesquared.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Can I do     pkg_add imap-uw-2002d,1.tgz WITHOUT_SSL=yes
 
Thanks,
Naveen.

Peter Risdon <peter@circlesquared.com> 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

PWR.


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040317171255.4437.qmail>