From owner-freebsd-ports@FreeBSD.ORG Tue May 27 20:36:37 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC09B106567D for ; Tue, 27 May 2008 20:36:37 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp116.sbc.mail.re3.yahoo.com (smtp116.sbc.mail.re3.yahoo.com [66.196.96.89]) by mx1.freebsd.org (Postfix) with SMTP id 7BCD58FC2D for ; Tue, 27 May 2008 20:36:37 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 39456 invoked from network); 27 May 2008 20:09:56 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.132 with plain) by smtp116.sbc.mail.re3.yahoo.com with SMTP; 27 May 2008 20:09:56 -0000 X-YMail-OSG: lPmQzW4VM1lsDfCLnWRmXJw.GEW5eVLIKi33jh7tHXVSpDMYYtH88W5UbhJ8m1YFAy0jgOqtSeITFNLFMN2xZFHjinD4Q1GEwTCDfm5Q0PB.7iZTk6EkcJVfSfw0FSY- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: freebsd-ports@freebsd.org Date: Tue, 27 May 2008 15:09:28 -0500 User-Agent: KMail/1.9.7 References: <200805251544.26380.derek.graham@att.net> <200805262130.38949.derek.graham@att.net> <63233489@bb.ipt.ru> In-Reply-To: <63233489@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805271509.28414.derek.graham@att.net> Subject: Re: Linux Compatibility version of libXau 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: Tue, 27 May 2008 20:36:37 -0000 Sorry about that, here is what i got from brandelf psclient.bin $brandelf ./psclient.bin File './psclient.bin' is of brand 'SVR4' (0). Sincerely, Derek A. Graham On Tuesday 27 May 2008 08:12:14 am Boris Samorodov wrote: > Hello Derek, > > > please, don't top post (fixed) and keep CC: to a maillist (you may get > a better chances for help). > > On Mon, 26 May 2008 21:30:38 -0500 Derek Graham wrote: > > On Monday 26 May 2008 02:35:52 am Boris Samorodov wrote: > > > On Sun, 25 May 2008 15:44:25 -0500 Derek Graham wrote: > > > > I am trying to get the linux version of Planeshift to work but I need > > > > to find a linux version of libXau, cant find it in ports tho :( > > > > anyone got a solution to getting Planeshift to work? > > > > > > Imho libXau was introduced at Fedora Core 5. We have a default FC4 > > > base linux port. So I'm afraid you have little chances with defaults. > > > > > > However sometime ago (something like a month) I've posted experimental > > > patches (please, check archives of emulation@ ML) to use Fedora 8 > > > ports. The needed library is included. > > > > > > Please be aware that you should have (at least) a recent 7-STABLE > > > to use those patches. > > > > > > Sorry for a short message but I don't have much spare time for now. > > > > Hey Boris, > > I got ya msg, I installed linux_base-f8 and tried patching > > bsd.linux.mk-autoplist.diff > > I am trying to run two programs > > > > Exception in thread "main" > > java.lang.UnsatisfiedLinkError: > > /home/Graham/Desktop/jUploadr-1.1.2-linuxGTK-i386/lib/libswt-pi-gtk-3232. > >so: /usr/local/lib/compat/libc.so.6: > > Hm, I'm not an exert at java but there is something strange here. > A linux library (libswt-pi-gtk-3232.so) should not find a FreeBSD one > (/usr/local/lib/compat/libc.so.6). Do you have some non-default > environment? Ex., a non-empty LD_LIBRARY_PATH? > > > version GLIBC_2.1.3 required > > by /home/Graham/Desktop/jUploadr-1.1.2-linuxGTK-i386/lib/libswt-pi-gtk-3 > > 232.so not defined > > > > I compared /usr/local/lib/compat/ to /compat/linux/lib/ they do not match > > Sure, one contains FreeBSD native compat (i.e. old) libaries while the > other has Linux libraries. > > > also 2nd program gives me this: > > Graham@Mulder[/home/Graham/PlaneShift]$./psclient > > ./psclient.bin: error while loading shared libraries: libXau.so.6: cannot > > open shared object file: No such file or directory > > Graham@Mulder[/home/Graham/PlaneShift]$ > > Linux binary (not libraries!) file should be branded. Please, check > it: > % brandelf psclient > > Please, see brandelf(1) for more details. > > > WBR