Forums
Upgraded to GLEW-1.5 and broke Vdrift :( - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: Upgraded to GLEW-1.5 and broke Vdrift :( (/showthread.php?tid=945)



Upgraded to GLEW-1.5 and broke Vdrift :( - clytle374 - 04-10-2008

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?


Re: Upgraded to GLEW-1.5 and broke Vdrift :( - alex25 - 04-10-2008

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--


Re: Upgraded to GLEW-1.5 and broke Vdrift :( - clytle374 - 04-10-2008

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


Re: Upgraded to GLEW-1.5 and broke Vdrift :( - alex25 - 04-10-2008

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--


That fixed it. - clytle374 - 04-10-2008

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

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


Thanks