From owner-freebsd-questions@FreeBSD.ORG Sat Sep 1 16:43:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 558C416A468 for ; Sat, 1 Sep 2007 16:43:57 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 13A1813C46E for ; Sat, 1 Sep 2007 16:43:56 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4105030pyb for ; Sat, 01 Sep 2007 09:43:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=uUaXOvXWONvJ/W7s6xMCcUEF4IDViSpYnpdfAiAO9NWKOLs/aBQn9rV5cFkaR3ncd2gOfpNbUzLXHTECXOrqwEmPvgr0sAfuqHPdbh8tQdoNCpabp9XObtFBXJ60DOntoOMEzA589FY7QdWtxJz3ZTAa/cHOlClF7uc5uhwBxJo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HOyntDqifNleX0YPQQC+56dDV3qgo9MFDvTgUV47c4d5bzo9yCMPNtmeoGBXTFEjypV9QRCQz566i/NwVMET9GdZB9qxfcvv7ptXXWxw+kvcvZYJ1fX3bqKw3I5K/991QV4fVoeKKshCS64Uez5HbTBaPvpxZUpecaoxsDHLiV4= Received: by 10.65.159.3 with SMTP id l3mr5439942qbo.1188665015820; Sat, 01 Sep 2007 09:43:35 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Sat, 1 Sep 2007 09:43:35 -0700 (PDT) Message-ID: Date: Sat, 1 Sep 2007 12:43:35 -0400 From: "Tsu-Fan Cheng" To: Mel In-Reply-To: <200709011439.08867.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 References: <200709011409.57328.fbsd.questions@rachie.is-a-geek.net> <200709011439.08867.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: skype trouble 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 Sep 2007 16:43:57 -0000 hey, it works! thansk!!! TFC On 9/1/07, Mel wrote: > > On Saturday 01 September 2007 14:17:07 Tsu-Fan Cheng wrote: > > > thanks for the trouble > > > > TFC > > > > On 9/1/07, Mel wrote: > > > On Saturday 01 September 2007 13:53:36 Tsu-Fan Cheng wrote: > > > > On 9/1/07, Mel wrote: > > > > > On Saturday 01 September 2007 13:29:01 Tsu-Fan Cheng wrote: > > > > > > skype_bin: error while loading shared libraries: > > > > > > > > > > /usr/X11R6/lib/libGL.so.1: > > > > > > ELF file OS ABI invalid > > > > > > > > > > > > this is probably not a skype problem, but what should I do?? > > > > > > thanks!! > > > > > > > > Do you have an nvidia driver installed without linux-compat? > > > > > > > > yah, i have nvidia-driver installed, and i have linux_enable="YES" > in > > > > rc.conf. > > > > > > If you have nvidia-driver installed, linux compat enabled but did NOT > > > compile > > > nvidia-driver with linux compat, that would explain this problem. > > > You can find out by: > > > grep LINUX /var/db/ports/nvidia-driver/options > > > > > > If it says WITHOUT_LINUX=true then: > > > (cd /usr/ports/x11/nvidia-driver/ && make rmconfig ) > > > portupgrade -f nvidia-driver > > > > > > (Or whatever ports management tool you use) > > > Make sure that "Build with support for Linux compatibility" is on in > the > > > configuration dialogue. > > > > > > If it says WITH_LINUX=true I'll need the output of: > > > /compat/linux/sbin/ldconfig -p|grep libGL.so > > /usr/ports/x11/nvidia-driver > /compat/linux/sbin/ldconfig -p|grep > libGL.so > > libGL.so.1 (libc6) => /usr/X11R6/lib/libGL.so.1 > > That entry is bogus. I think you upgraded linux-dri after installing > nvidia-driver? This should fix it: > portupgrade -f nvidia-driver\* > > > > libGL.so.1 (libc6) => /usr/lib/libGL.so.1 > That's the right one. > > -- > Mel > > People using reply to all on lists, must think I need 2 copies. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >