From owner-freebsd-questions@FreeBSD.ORG Wed Apr 21 16:12:53 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 0C4E716A4CE for ; Wed, 21 Apr 2004 16:12:53 -0700 (PDT) Received: from smtp09.wxs.nl (smtp09.wxs.nl [195.121.6.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CF043D3F for ; Wed, 21 Apr 2004 16:12:52 -0700 (PDT) (envelope-from freebsd@akruijff.dds.nl) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186])18questions@freebsd.org; Thu, 22 Apr 2004 01:12:51 +0200 (MEST) Received: from alex.lan (localhost [127.0.0.1]) by kruij557.speed.planet.nl (8.12.10/8.12.10) with ESMTP id i3LNCheL082485; Thu, 22 Apr 2004 01:12:44 +0200 Received: (from akruijff@localhost) by alex.lan (8.12.10/8.12.10/Submit) id i3LNCet6082484; Thu, 22 Apr 2004 01:12:40 +0200 Content-return: prohibited Date: Thu, 22 Apr 2004 01:12:39 +0200 From: Alex de Kruijff In-reply-to: <6E6A0B9771347B49937E7E3F30153465021E97@imacs-exchange.hms-domain.local> To: "Schimcek, Derrick" Message-id: <20040421231239.GE925@alex.lan> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.2.1i References: <6E6A0B9771347B49937E7E3F30153465021E97@imacs-exchange.hms-domain.local> X-Authentication-warning: alex.lan: akruijff set sender to freebsd@akruijff.dds.nl using -f cc: "Freebsd Questions \(E-mail\)" Subject: Re: Samba 3 Compile errors 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, 21 Apr 2004 23:12:53 -0000 On Wed, Apr 21, 2004 at 04:07:13PM -0500, Schimcek, Derrick wrote: > This is Samba3.0.2a ./configure is working correctly and i am getting this compile error when i try and run make > > *** Error code 1 > > has anyone else seen or delt with this my configure command was > ./configure --with-acl-support --with-ads I guess you new to FreeBSD and didn't use the ports sytem to compile samba. I'll tell you what you should do when you want to install an application. 1. cd /usr/ports 2. make search name=samba (alt. when you don't know the name: key=network) These two are included in the list Port: samba-2.2.8a_2 Path: /usr/ports/net/samba Info: A free SMB and CIFS client and server for UNIX Maint: ports@FreeBSD.org Index: net B-deps: autoconf-2.13.000227_5 cups-base-1.1.20.0 expat-1.95.7 gettext-0.13.1_1 gmake-3.80_2 jpeg-6b_2 libiconv-1.9.1_3 libtool-1.3.5_2 m4-1.4_1 perl-5.6.1_15 png-1.2.5_3 popt-1.6.4_2 tiff-3.6.1_1 R-deps: cups-base-1.1.20.0 expat-1.95.7 gettext-0.13.1_1 jpeg-6b_2 libiconv-1.9.1_3 perl-5.6.1_15 png-1.2.5_3 popt-1.6.4_2 tiff-3.6.1_1 Port: samba-3.0.3.p2_1,1 Path: /usr/ports/net/samba-devel Info: A free SMB and CIFS client and server for UNIX Maint: timur@gnu.org Index: net B-deps: autoconf-2.53_1 expat-1.95.7 gettext-0.13.1_1 libiconv-1.9.1_3 m4-1.4_1 openldap-client-2.1.30 openssl-0.9.7d perl-5.6.1_15 popt-1.6.4_2 R-deps: expat-1.95.7 gettext-0.13.1_1 libiconv-1.9.1_3 openldap-client-2.1.30 openssl-0.9.7d popt-1.6.4_2 3. cd /usr/ports/net/samba 4. make install && make clear Now its installed. I've got a tip for you to. When you like to upgrade your ports you could go for the application called 'portsupgrade'. It will make your life easier. -- Alex Articles based on solutions that I use: http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/