From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 19:43:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8404316A41F for ; Tue, 13 Dec 2005 19:43:38 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365A843D58 for ; Tue, 13 Dec 2005 19:43:37 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1297253wxc for ; Tue, 13 Dec 2005 11:43:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Z8pTz5vRB1ZsENnB4fzjQjHUia2ADLNAVxfliZz1uk0kScssMeeK5hcywwEF3cfgwTWWaGuXGKOnrVNFK8hADo0r9aAz8Z51JrSi6jAM/N1D8XCLG3eVmKH/fh0Ho/Sdqa7dkc5uIFy3m7qeQU+deQfDwUSKzjM0hckJeBZt8Do= Received: by 10.70.26.15 with SMTP id 15mr5211011wxz; Tue, 13 Dec 2005 11:43:36 -0800 (PST) Received: by 10.70.7.2 with HTTP; Tue, 13 Dec 2005 11:43:36 -0800 (PST) Message-ID: Date: Wed, 14 Dec 2005 01:13:36 +0530 From: Jayesh Jayan To: Odhiambo Washington , freebsd-questions@freebsd.org In-Reply-To: <20051213053035.GI20962@ns2.wananchi.com> MIME-Version: 1.0 References: <20051213053035.GI20962@ns2.wananchi.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: May be a question repeated X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 19:43:38 -0000 Hi Wash, Thank you for your mail. I tried the option and it worked fine. On 12/13/05, Odhiambo Washington wrote: > > * On 13/12/05 04:15 +0530, Jayesh Jayan wrote: > > Hi, > > > > I have a server which runs Apache/1.3.33 (Unix) and exim 4.53-0 on a > FreeBSD > > 5.4. > > > > I wanted to upgrade exim to 4.60 > > > > so i did the below steps > > > > 1 ) cd /usr/ports/mail/exim > > 2 ) make clean > > 3 ) make > > > > at this step the make stops saying openssl already installed. I have on > the > > server OpenSSL 0.9.7e and exim is trying to upgrade even open ssl to th= e > > latest. This may break http and other services running on the server. > > > > Error message is as below > > > > > *************************************************************************= ***************************************** > > =3D=3D=3D> Installing for openssl-0.9.8a > > =3D=3D=3D> Generating temporary packing list > > =3D=3D=3D> Checking if security/openssl already installed > > pkg_info: package bsdpan-CPAN-1.80 has no origin recorded > > pkg_info: package bsdpan-Filesys-Statvfs_Statfs_Df-0.78 has no origin > > recorded > > pkg_info: package bsdpan-GDGraph-1.43 has no origin recorded > > pkg_info: package bsdpan-GDTextUtil-0.86 has no origin recorded > > pkg_info: package bsdpan-IO-Interactive-undef has no origin recorded > > pkg_info: package bsdpan-MailTools-1.67 has no origin recorded > > pkg_info: package bsdpan-Net_SSLeay.pm-1.25 has no origin recorded > > pkg_info: package bsdpan-ShadowHash-0.07 has no origin recorded > > pkg_info: package bsdpan-Term-ReadLine-Perl-1.0203 has no origin > recorded > > pkg_info: package bsdpan-TermReadKey-2.30 has no origin recorded > > pkg_info: package bsdpan-Tie-Watch-1.2 has no origin recorded > > pkg_info: package bsdpan-Tree-MultiNode-1.0.10 has no origin recorded > > pkg_info: package bsdpan-libwww-perl-5.803 has no origin recorded > > pkg_info: package bsdpan-libwww-perl-5.804 has no origin recorded > > pkg_info: package bsdpan-libwww-perl-5.805 has no origin recorded > > =3D=3D=3D> An older version of security/openssl is already installed = ( > > openssl-0.9.7e_2) > > You may wish to ``make deinstall'' and install this port again > > by ``make reinstall'' to upgrade it properly. > > If you really wish to overwrite the old port of security/openssl > > without deleting it first, set the variable "FORCE_PKG_REGISTER" > > in your environment or the "make install" command line. > > *** Error code 1 > > > > Stop in /usr/ports/security/openssl. > > *** Error code 1 > > > > Stop in /usr/ports/mail/exim. > > > > > *************************************************************************= ***************************************** > > > > Please guide me on how I can upgrade exim without effecting other > services > > running on the server. > > > You did install openssl from the ports, yes? You probably shouldn't have > done that, as openssl is supposed to be in the base system for FreeBSD. > I am not going to help you fix that though. You have to decide on what > steps to take - either deinstall the /usr/ports/security/openssl and > rely on the one from the base system or use it as is. > > For the purposes of your current problem, Exim is assuming you are > using TLS, which is what is pulling in the openssl dependency. If you > don't really need TLS support on Exim, then do: > > cd /usr/ports/mail/exim > make -DWITHOUT_TLS > > ..and proceed from there... > > I'd advise you to rely on utils like /usr/ports/sysutils/portupgrade > or /usr/ports/sysutils/portmanager to manage your ports. > > Lastly, you will be happy to deinstall your openssl from the ports and > rebuild all your apps that were relying on it to instead link against > the one in the base system. > > > -Wash > > http://www.netmeister.org/news/learn2quote.html > > -- > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ > |\ _,,,---,,_ | Odhiambo Washington > Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com > |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 > '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ > Those who express random thoughts to legislative committees are often > surprised and appalled to find themselves the instigators of law. > -- Mark B. Cohen > -- Jayesh Jayan "The box said "Requires Windows 95, NT, or better", so I installed Linux." Visit my homepage @ http://www.jayeshjayan.com