Page 3 of 3
Posted: Sun Jan 04, 2009 11:58 pm
by davcefai
Winston,
I had installed GNUStep when I installed v1.6 and later upgraded it when 1.7 required it.
Does this mean that I can uninstall the GNUStep package itself?
Posted: Mon Jan 05, 2009 12:09 am
by DaddyHoggy
Posted: Fri Jan 09, 2009 7:55 pm
by Getafix
@DaddyHoggy
I had to alter my /usr/bin/oolite in order to make it run.
Could you, please, open a terminal, execute the following command, and post the result?
Posted: Fri Jan 09, 2009 8:48 pm
by Getafix
@Winston
I have downloaded the package from
http://download.berlios.de/oolite-linux ... 86.package
and it fails to execute, reporting bad checksum.
Has anyone else downloaded the package from BerliOS?
(EDIT 10/Jan/2009)
I downloaded it again and it executes fine!
Posted: Fri Jan 09, 2009 10:47 pm
by DaddyHoggy
@Getafix - that's where I got mine from!
On my lappy at the moment - will post the details you requested next time I'm on the main machine.
Posted: Sat Jan 10, 2009 3:05 pm
by DaddyHoggy
@Getafix - glad you're up and running again - in case you need this:
Code: Select all
john@new-ubuntu:~$ tail -15 /usr/bin/oolite
export GNUSTEP_NETWORK_ROOT=$OOLITE_ROOT/$TOPLEVEL/oolite-deps/GNUstep/Local
export GNUSTEP_LOCAL_ROOT=$OOLITE_ROOT/$TOPLEVEL/oolite-deps/GNUstep/Local
export LD_LIBRARY_PATH=$OOLITE_ROOT/$TOPLEVEL/oolite-deps/lib
cd $OOLITE_ROOT/$TOPLEVEL/oolite.app
./oolite
if [ $? != 0 ]
then
echo
echo "Erk. It looks like Oolite died with an error. When making an error"
echo "report, please copy + paste the log above into the report."
echo
echo "(Press Ctrl-C to continue)"
cat
fi