From owner-freebsd-emulation@FreeBSD.ORG Fri May 11 17:06:09 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AAE81065676 for ; Fri, 11 May 2012 17:06:09 +0000 (UTC) (envelope-from user10508@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 76D6A8FC22 for ; Fri, 11 May 2012 17:06:09 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SStI8-0007GL-PI for freebsd-emulation@freebsd.org; Fri, 11 May 2012 10:06:08 -0700 Date: Fri, 11 May 2012 10:06:08 -0700 (PDT) From: caindie To: freebsd-emulation@freebsd.org Message-ID: <1336755968776-5703566.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: linux emulation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 17:06:09 -0000 OS pcbsd9-stable-snapshot-20120505; 9.1 testing snapshot The problem: Attempting to run Celtx-2.9.7, a linux 32 bit exe, produces the following message: Command issued: [colby@pcbsd-6433] ~/downloads/celtx/celtx> ./celtx Begin command output: (process:41362): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. (celtx-bin:41362): Gtk-WARNING **: Unable to locate theme engine in module_path: "aurora", Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomesegvhandler": libgnomesegvhandler.so: cannot open shared object file: No such file or directory ./celtx-bin: symbol lookup error: ./celtx-bin: undefined symbol: gdk_x11_window_get_drawable_impl End command output. A little research implied - to me - that the message is a result of using a version of gtk2 that is too old to support the application: linux-f10-gtk2 2.14.7_3 gtk2-2.18 may solve the problem, if this is the problem. Assuming I can find an rpm, I'm not sure how to issue an rpm -Uvh command within bsd such that it properly installs the rpm in the proper path. uname -a FreeBSD pcbsd-6433 9.0-STABLE FreeBSD 9.0-STABLE #10: Tue May 1 15:27:17 PDT 2012 root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.0/sys/GENERIC amd64 TIA -- View this message in context: http://freebsd.1045724.n5.nabble.com/linux-emulation-tp5703566.html Sent from the freebsd-emulation mailing list archive at Nabble.com.