Forums

Full Version: Upgraded to GLEW-1.5 and broke Vdrift :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The error I get is
Code:
/usr/share/games/vdrift/bin/vdrift: error while loading shared libraries: libGLEW.so.1.4: cannot open shared object file: No such file or directory

I have a libGLEW.so.1.5. and tried rebuilding Vdrift but no luck. Is this a compatibility issue or a wrong name issue?
clytle374 Wrote:The error I get is
Code:
/usr/share/games/vdrift/bin/vdrift: error while loading shared libraries: libGLEW.so.1.4: cannot open shared object file: No such file or directory

I have a libGLEW.so.1.5. and tried rebuilding Vdrift but no luck. Is this a compatibility issue or a wrong name issue?

did you install the new executable (the one built against libGLEW.so.1.5)?

--alex--
alex25 Wrote:did you install the new executable (the one built against libGLEW.so.1.5)?

--alex--

I thought that's what scons install did.

Thanks
Cory
clytle374 Wrote:I thought that's what scons install did.

well, it does but for whatever reason you are still trying to run the old vdrift binary linked against glew 1.4. you can try 'which vdrift' and then look at the timestamp on that executable and see if it's the newly compiled vdrift linked against glew 1.5 or some old binary laying around. now, we you rebuild vdrift, did the build complete successfully? for what it's wort i am running vdrift linked against glew 1.5 without any problems.

--alex--
I deleted the executable, scons install and it works now.

For some reasion after running scons install the executable was 2 weeks old.


Thanks