From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GZOZT-0008MA-L7 for garchives@archives.gentoo.org; Mon, 16 Oct 2006 09:15:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9G9DxON013118; Mon, 16 Oct 2006 09:13:59 GMT Received: from smtp.uni.opole.pl (smtp.uni.opole.pl [217.173.193.3]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9G9DvRF028189 for ; Mon, 16 Oct 2006 09:13:58 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.uni.opole.pl (Postfix) with ESMTP id A2BD8204137 for ; Mon, 16 Oct 2006 11:13:55 +0200 (CEST) Received: from smtp.uni.opole.pl ([127.0.0.1]) by localhost (mail.uni.opole.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03518-07 for ; Mon, 16 Oct 2006 11:13:53 +0200 (CEST) Received: from asterisk.uni.opole.pl (unknown [217.173.193.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.uni.opole.pl (Postfix) with ESMTP id D7F5C20412F for ; Mon, 16 Oct 2006 11:13:53 +0200 (CEST) From: Janusz Syrytczyk To: gentoo-embedded@lists.gentoo.org Subject: [gentoo-embedded] GNAP & vmware-server-console Date: Mon, 16 Oct 2006 11:13:59 +0200 User-Agent: KMail/1.9.3 References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610161113.59684.jsyrytczyk@uni.opole.pl> X-Virus-Scanned: amavisd-new at uni.opole.pl X-Archives-Salt: a6df5122-9212-4fb9-bcc4-ae8897d4e0eb X-Archives-Hash: 6502394b29c67f27c38b645fc3fb8ede Hi, I have created gnap based cd with X and some other packages, but the main goal was to get vmware-server-console aplication working. The problem is that I the app cannot find right libraries, and if it gets them, complains about /tmp not writable. During last 4 days I did a few things to get it work and still without results. I can list libraries with ldd, so I simply put those libs to /lib, remastered and restarted. Because of those libs X haven't started, so I thought the solution would be chrooting in such way, where all directories but /lib is the same as in gnap, and lib is /usr/local/lib where libraries for vmware-server-console resides. So I did like I thought, but then I got vmware-server-console error about /tmp dir. I've consider a bug in the app, but maybe I did some obvious mistake which you (all) could clarify to me. And one another thing: to make things worse, vmware-server-console uses some script changing LD_LIBRARY_PATH for their sake, so I'm not sure if it would help. I wanted also to start the app using: ld-uClibc.so.0 --library-path vmware-server-console, but... Standalone execution is not supported yet. This is my post and reply on vmtn, with piece of strace and other information: http://www.vmware.com/community/thread.jspa?threadID=58331&tstart=0 BTW: Xorg fails to compile on gnap when /usr/X11R6 is a directory. Instead I needed create symlink to ../usr and create two other dirs: /usr/include/GL and /usr/include/X11. I would really appreciate any advice, thanks. Janusz -- gentoo-embedded@gentoo.org mailing list