I tryed the script:
#!/bin/sh
here=$(dirname $0)
export LD_LIBRARY_PATH=$here:$LD_LIBRARY_PATH
export LD_PRELOAD=libglut.so.3.7
exec $here/uplink-bin $*
but didnt work, I have Fedora Core 2 running with a kernel 2.6
is there any other idea?
thx
Search found 2 matches
- Sat Apr 23, 2005 4:32 am
- Forum: Bug Reports
- Topic: undefined symbol: __glutRoot
- Replies: 14
- Views: 10817
- Sat Apr 23, 2005 4:21 am
- Forum: Bug Reports
- Topic: Linux problems revisited
- Replies: 1
- Views: 771
Linux problems revisited
First of all, I know this problem was posted, BUT was not answered or fixed. The problem is the "Undefined symbol: __glutRoot" when trying to launch Uplink. I've tryed all patches that i've found in the site, but the only result (after the latest patch) was: ============================= = = = U P L...
