Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2002 10:41:16 -0500
From:      Peter Schultz <pete@beforever.com>
To:        freebsd-emulation@freebsd.org
Subject:   prob running new linux app
Message-ID:  <3CEBBC1C.2080600@beforever.com>

next in thread | raw e-mail | index | archive | help
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:
<http://www.gobe.com/downloads/gobe_linux_x86_install.tgz>;

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CEBBC1C.2080600>