From owner-freebsd-questions@FreeBSD.ORG Sat Jul 1 12:17:18 2006 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 878E816A415 for ; Sat, 1 Jul 2006 12:17:18 +0000 (UTC) (envelope-from albi@scii.nl) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D3443D68 for ; Sat, 1 Jul 2006 12:17:15 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:13246 helo=mail.aseed.net) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1FwePS-0009vQ-Ns; Sat, 01 Jul 2006 12:17:14 +0000 Received: from http.aseed.net (unknown [192.168.0.85]) by mail.aseed.net (Postfix) with ESMTP id D365A41411; Sat, 1 Jul 2006 14:16:28 +0200 (CEST) Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.net (Postfix) with ESMTP id 6A3EF57E1B; Sat, 1 Jul 2006 14:16:28 +0200 (CEST) Date: Sat, 1 Jul 2006 14:17:12 +0200 From: albi To: "DSA - JCR" Message-Id: <20060701141712.fc86a635.albi@scii.nl> In-Reply-To: <3103.212.59.216.30.1151755506.squirrel@llca513-a.servidoresdns.net> References: <3103.212.59.216.30.1151755506.squirrel@llca513-a.servidoresdns.net> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.18; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 amd64 (Intel EMT64) and Samba 3 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: Sat, 01 Jul 2006 12:17:18 -0000 On Sat, 1 Jul 2006 12:05:06 -0000 (GMT) "DSA - JCR" wrote: > I have made also a portupgrade -a in order to upgrade all the ports > of the system but I have always the same problem with samba I can get > it to work When I use Swat i always get: > > /libexec/ld-elf.so.1: /usr/local/lib/libcups.so.2: unsupported file > layout > > I have the last Samba 3.22 from ports, and rebuilded all of them. > > I have to say that some ports have errors and can not be builded. > (really I don't know which one of them, because the screen runs very > quickly. It seems that Samba is ok, because i run portupgrade -F > Samba and get nothing like if it were updated. get those errors reported to a file, probably : # portupgrade -arvy 1>report.1.txt 2> report.2.txt # tail -f report.1.txt will do i also recommend using portmanager, it's excellent and handles dependencies very well !