From owner-freebsd-questions@FreeBSD.ORG Tue Jul 6 16:26:23 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 509D216A4CE for ; Tue, 6 Jul 2004 16:26:23 +0000 (GMT) Received: from smtp.istop.com (dci.doncaster.on.ca [66.11.168.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D856543D64 for ; Tue, 6 Jul 2004 16:26:22 +0000 (GMT) (envelope-from login@istop.com) Received: from istop.com (ns.istop.com [66.11.168.199]) by smtp.istop.com (Postfix) with SMTP id 2C53D17C5A3; Tue, 6 Jul 2004 12:26:22 -0400 (EDT) Date: Tue, 6 Jul 2004 12:26:22 -0400 (EDT) To: From: X-Mailer: TWIG 2.7.6 X-Remote-IP: 67.69.27.58 Message-Id: <20040706162622.2C53D17C5A3@smtp.istop.com> Subject: Re: Installing Samba-3.0.0,1 on FreeBSD 5.2.1 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: Tue, 06 Jul 2004 16:26:23 -0000 Good afternoon, Goal is to install samba-3.0.0,1 from /usr/ports/net/samba-devel on a FreeBSD 5.2.1-RELEASE system. Here is what I have done this far: # cd /usr/ports/net/samba-devel; make # make install ===> Installing for samba-3.0.0,1 ===> samba-3.0.0,1 conflicts with installed package(s): samba-libsmbclient-3.0.0 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/net/samba-devel. # I deinstalled samba-libsmbclient-3.0.0 as below: # cd /usr/ports/net/samba-libsmbclient; make deinstall ===> Deinstalling for net/samba-libsmbclient ===> Deinstalling samba-libsmbclient-3.0.0 pkg_delete: package 'samba-libsmbclient-3.0.0' is required by these other packages and may not be deinstalled (but I'll delete it anyway): kdebase-3.1.4 kdeaddons-3.1.4 kdeartwork-3.1.4_1 kdesdk-3.1.4 kdevelop-2.1.5 kde-3.1.4 # # cd /usr/ports/net/samba-devel; make install Does this mean that by installing the samba-3.0.0,1 and deinstalling the samba-libsmbclient-3.0.0, I am breaking the above packages [kdebase-3.1.4, kdeaddons-3.1.4 etc..]? Should I take some other path to have samba-3.0.0,1 without sacrificing samba-libsmbclient-3.0.0? Many thanks! S. Mohammad [login@istop.com]