From owner-freebsd-emulation Wed May 22 8:40:53 2002 Delivered-To: freebsd-emulation@freebsd.org Received: from beastie.jocose.org (www.jocose.org [216.239.16.179]) by hub.freebsd.org (Postfix) with SMTP id 7DE9A37B413 for ; Wed, 22 May 2002 08:40:41 -0700 (PDT) Received: (qmail 40671 invoked from network); 22 May 2002 15:40:40 -0000 Received: from unknown (HELO beforever.com) (10.0.0.100) by 0 with SMTP; 22 May 2002 15:40:40 -0000 Message-ID: <3CEBBC1C.2080600@beforever.com> Date: Wed, 22 May 2002 10:41:16 -0500 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc2) Gecko/20020516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: prob running new linux app Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I downloaded the gobe productive for linux alpha yesterday but am having trouble getting it to run. Here is the error I'm getting: /usr/bin/gobeProductive: error in loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory This script is used to launch the app: #!/bin/sh export LD_LIBRARY_PATH=/usr/share/gobeProductive exec /usr/share/gobeProductive/gobeProductive $@ I tried adding these to LD_LIBRARY_PATH /usr/compat/linux/lib:/usr/compat/linux/usr/lib:/usr/compat/linux/usr/X11R6/lib:/usr/local/lib Here is some more info about the app: -------------------- This pre-alpha preview version of gobeProductive is available at: Installing: To install, expand the download file: gobe_install.tgz, and run the installer $ tar -xzf gobe_install.tgz $ cd gobe_install $ ./install_gobeProductive You will be prompted for the root password (if not already root), and then asked to read and agree to the end user license. System Requirements: gobeProductive requires the following software already be installed: gnome 1.4.1 gnome-print 0.35 libglade 0.17 Freetype 2 This list is preliminary and may be incomplete. gobeProductive does not require any particular Linux distribution, and should work with most x86 versions. -------------------- Thanks for any help, and please CC me as I'm not on the emu list. Pete... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message