From owner-freebsd-ports@FreeBSD.ORG Sat Apr 22 16:50:18 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C292216A401 for ; Sat, 22 Apr 2006 16:50:18 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC2A43D5D for ; Sat, 22 Apr 2006 16:50:18 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (rwcrmhc13) with ESMTP id <20060422165012m13000kqdpe>; Sat, 22 Apr 2006 16:50:17 +0000 Received: from localhost (localhost.uniquestrength.net [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id D17675E19; Wed, 19 Apr 2006 18:34:38 -0400 (EDT) X-Virus-Scanned: amavisd-new at uniquestrength.net Received: from mail.uniquestrength.net ([127.0.0.1]) by localhost (mail.uniquestrength.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TlPFOxrG1f+w; Wed, 19 Apr 2006 18:34:36 -0400 (EDT) Received: from focus.uniquestrength.net (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id 2601D5D0E; Wed, 19 Apr 2006 18:34:36 -0400 (EDT) From: Derrick Edwards To: Alexander Leidinger Date: Sat, 22 Apr 2006 12:50:16 -0400 User-Agent: KMail/1.9.1 References: <200604221109.35996.derrick@uniquestrength.net> <20060422175725.009d6ccc@Magellan.Leidinger.net> In-Reply-To: <20060422175725.009d6ccc@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604221250.16596.derrick@uniquestrength.net> Cc: freebsd-ports@freebsd.org Subject: Re: Skype issues? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 16:50:18 -0000 Thanks Alexander, I had rh 9 installed. I installed rh8 and not reinstall skype. Now it works. v/r Derrick On Saturday 22 April 2006 11:57, Alexander Leidinger wrote: > Am Sat, 22 Apr 2006 11:09:35 -0400 > > schrieb Derrick Edwards : > > Hi, > > When I try to run skype I get the following message. > > > > [derrick@focus /usr/home/derrick]$ skype > > skype_bin: error while loading shared libraries: libXmu.so.6: cannot open > > shared object file: No such file or directory > > > > So, I try to install it and I get this message. I cant deinstall Xorg so > > what should I do? > > Somehow your installation is buggy. Please make sure you are using > linux-base-8. Without further information about your environment I can > just suggest to do: > - ls -1 /var/db/pkg | grep linux # keep this info somehow > - deinstall every of those ports > - install skype (it should install linux_base-8 and some other linux > ports) and make sure it runs > - have a look at the list from the first step and look for those > applications only which you absolutely know you want to run > - install those linux apps (maybe the linux jdk or linux opera or > whatever) > > Bye, > Alexander.