Hello, Thank You very much for the reply. Unfortunately I am kind of stumbling in the dark here and so tried what I 'got' or thought might work. What I interpreted you to mean was that I 'could' copy another file, which in this case needed to be 64, because both the software and the OS are 64.
I copied libXext.so.6 from /usr/lib64/ to /usr/Softimage/Softimage_2011/Application/bin/ and X froze/crashed. Now my OpenSuSE is messed up. BUT! I made some progress, i am stuck with a console, but I just wanted to get back to you for the help. So am using xp. I Did try to rm the newly copied libXext.so.6 from the /usr/Softimage/Softimage_2011/Application/bin directory, but nothing appeared to change. Otherwise it appeared from what you had said that I would need to find a version of libX11 that would include that ?compile flag?, or had used that option to compile. That didn't seem like I could follow that through. I have asked on the OpenSuSE mailing list, and got a response to the same or similar issue that I should: " export LD_LIBRARY_PATH=/usr/Softimage/Softimage_2011/Application/bin:${LD_LIBRARY_PATH} run your application unset LD_LIBRARY_PATH " Which I tried, and also tried to do that before installing softimage, but same problem. Thanks, -e http://lists.opensuse.org/opensuse/2013-01/msg00336.html On Sonntag, 27. Januar 2013 09:35:19 CEST, Eric Gunther wrote: The error is: ------------ /usr/Softimage/Softimage_2011/Application/bin/XSI.bin: symbol lookup error: /usr/Softimage/Softimage_2011/Application/bin/libXext.so.6: undefined symbol: _XGetRequest --------- Softimage comes with it's own version of libXext, that version was linked against libX11 with exported _XGetRequest. Your version of libX11 will not export the symbol (thus the error statement) readelf -swf /usr/lib/libX11*.so | grep _XGetRequest and Softimage does likely not bring it's own libX11 Either you're lucky, softimage ships libXext for no reason and you can simply move it away (so that the system version is used) or (cleaner solution, issues with the before could emerge later during use) you need a version of libX11 which exports the symbol. That's sth. you've to ask openSuSE folks about then. It may also work to copy the 32bit variant from the Distro package to the Softimage binary dir as libXext.so.6 (if softimage is 32bit) Softimage is not recommended for this distro, but as far as I can tell it is common to have problems with linux. Software requiring .Net v3 is not recommended for .Net v2, but as far as I can tell it is common to have problems with the ntos kernel" Sounds silly? Is. ~ _______________________________________________ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com