From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 17:28:48 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 938DA16A41F for ; Sat, 3 Dec 2005 17:28:48 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE3543D64 for ; Sat, 3 Dec 2005 17:28:47 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so216978wri for ; Sat, 03 Dec 2005 09:28:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=iPCQUYD/NcOyS6eze9z+lKdynRIZV/OaYSQmKVA+xtUH75Li0tZQbQctEiGwfQqQm/KCWW12je8H8Vr8E7rkJeONLNT8Aue2oGxa8EE1IHd6Hxj7Ltag/ISZR4F0IjyD4ibZGbpwOFClqkXnbN/k3X+UB6fDxTfyGW0soSeEU7I= Received: by 10.65.73.3 with SMTP id a3mr2079448qbl; Sat, 03 Dec 2005 09:28:47 -0800 (PST) Received: by 10.64.195.1 with HTTP; Sat, 3 Dec 2005 09:28:47 -0800 (PST) Message-ID: Date: Sat, 3 Dec 2005 19:28:47 +0200 From: Mehmet Fatih AKBULUT To: Alistair Sutton In-Reply-To: MIME-Version: 1.0 References: 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: freebsd-questions@freebsd.org Subject: Re: Shared objects 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, 03 Dec 2005 17:28:48 -0000 hi Dimitris. i had that problem once. try to upgrade whole packages with #portupgrade -arR ( ps: if u havent downloaded portupgrade yet: cd /usr/ports/sysutils/portupgrade #make install clean ) i did the above and the problem solved. (one more ps: if the command above doesnt work then try this after installing portupgrade : #portupgrade -FR xmms #portinstall -N xmms ) Regards. Bye