Date: Sun, 20 Jun 2004 20:19:21 +0200 From: "Karel J. Bosschaart" <karelj@kayjay.xs4all.nl> To: h <h@llorien.org> Cc: ports@freebsd.org Subject: Re: radiant ? Message-ID: <20040620181921.GA19421@kayjay.xs4all.nl> In-Reply-To: <200406191407.49572.h@llorien.org> References: <200406191407.49572.h@llorien.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 19, 2004 at 02:07:49PM +0200, h wrote: > someone port radiant the 3D games map editor ? > > http://www.qeradiant.com > > the linux binary won't install because > This installation doesn't support glibc-2.1 on FreeBSD / x86 > (tried to run setup.gtk) No problem with installing here on 4.10 (linux_base-8), but you have to run it in a linux shell: /usr/compat/linux/bin/sh linux-radiant-1.4.0.run so the installer 'sees' the correct Linux versions for glibc and kernel. Some complaints about unimplemented ioctl's but that shouldn't hurt. Running it requires some additional ports; I had to add devel/linux-glib2. I assume linux-gtk is also necessary. Still no-go for running it: ./radiant.x86: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory I didn't see a port for linux-libxml2 (there is linux-libxml but I don't expect it to work). You have to find an rpm for this and install it within the linux compat directory (using rpm), or write a port for it if you want to do it properly. Of course, the best way is to compile the source for FreeBSD :-). (Interesting program BTW, didn't know about it until now) Regards, Karel.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040620181921.GA19421>