Friday, July 18, 2008

Player/Stage Ubuntu 7.10 update

I got player version 2.1.1 and stage 3.0.0 working, player was not too difficult, I just needed to install libglu1-mesa-dev to get rid of some of the dependency issues I was having.

Stage was more difficult, For some reason the program needed me to manually export
export LD_LIBRARY_PATH=/usr/local/lib
for stage to work.

I was getting this error before for google reference:

stage: error while loading shared libraries: libstage.so.3.0.0: cannot open shared object file: No such file or directory


So I added:
export LD_LIBRARY_PATH=/usr/local/lib
to .bashrc and called it a day.

No comments: