Shanon, I'm running CentOS, so you might need to adapt these steps for Ubuntu, but you could try something like this:
grep "\.so" /opt/VirtualGL/bin/vglrun # Find all the shared libraries it's looking for: "libdlfaker.so", "librrfaker.so" and "libgefaker.so" echo $LD_LIBRARY_PATH # Check whether you have a customized shared library search path. file /opt/VirtualGL/bin/glxspheres # Check the architecture file /usr/lib/libdlfaker.so # Check the architecture ldd /usr/lib/libdlfaker.so # check the shared library dependencies. If you change your LD_LIBRARY_PATH, don't forget to run ldconfig. Hope this helps, James On 05/07/2012, at 2:10 PM, Shanon Loughton wrote: > Hi All > > Whats the test to show 32bit 3D apps working on 64bit system? > > In the client turbovnc session: > $ /opt/VirtualGL/bin/vglrun /opt/VirtualGL/bin/glxspheres > > gives: > ERROR: ld.so: object 'libdlfaker.so' from LD_PRELOAD cannot be preloaded: > ignored. > ERROR: ld.so: object 'librrfaker.so' from LD_PRELOAD cannot be preloaded: > ignored. > Polygons in scene: 62464 > Xlib: extension "GLX" missing on display ":1.0". > ERROR (593): Could not obtain RGB visual with requested properties > > presumably because of lib32 libraries not being loaded / vglrun not detecting > 32 bit app? > > My Environment: > - Ubuntu 12.04 64 bit on both client and server physical machines, both > intel 64 bit cpu, server has an Nvidia with pbuffer support. > - turbovnc_1.1_amd64.deb on both client and server > - virtualgl_2.3.1_amd64.deb, and virtualgl32_2.3.1_amd64.deb on server, > according to 2.3.1 documentation > - glxinfo on server shows glx vendor string: NVIDIA Corporation, p in the > 'drw typ' column > - vglserver_config all usual, no limits in place > > thanks > Shanon > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > VirtualGL-Users mailing list > VirtualGL-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtualgl-users ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ VirtualGL-Users mailing list VirtualGL-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtualgl-users