Try to check if you have all the librarys installed, that are needed with the following command:
ldd ~/.local/share/Steam/ubuntu12_32/steamui.so
There seem to be no libraries missing (I already installed all libraries that where missing before I posted here):
[panzi@panzi ~]$ ldd ~/.local/share/Steam/ubuntu12_32/*.so|grep 'not found'|sort -u
libcef.so => not found
liboverride.so => not found
libsdl2-2.0.so.0 => not found
libsteam.so => not found
libtier0_s.so => not found
libvstdlib_s.so => not found
[panzi@panzi ~]$ export LD_LIBRARY_PATH=$HOME/.local/share/Steam/ubuntu12_32/:/home/panzi/lib
[panzi@panzi ~]$ ldd ~/.local/share/Steam/ubuntu12_32/*.so|grep 'not found'|sort -u
[panzi@panzi ~]$
For me this was from missing 32-bit opengl libraries, after installing those (sudo yum install mesa-libGL.i686), I get a completely different error. Fun.
Well I have those installed. I know because I play some Win32 games using wine.
I have same issue on Fedora 17 x86_64.
I had the same initial issue, but I got past it in Fedora 17 64-bit by installing the list of packages in this gist: https://gist.github.com/4408779
You will need to enable the RPMFusion repository - http://rpmfusion.org/
Thanks, now works, although during installation steam package downloaded some dependencies, so I thought that client has what it needed.
I still use Fedora 16 x86_64 and for me these packages didn't do it. Though two of those packages where not even found:
No package libpng-compat.i686 available.
No package mesa-libglapi.i686 available.
Those packages aren't avalible on F16:
https://admin.fedoraproject.org/pkgdb/builds/search/mesa-libglapi?_csrf_token=2c03ca6a3cab20a160e2216bca2f84908003e1c3
https://admin.fedoraproject.org/pkgdb/builds/search/libpng-compat?_csrf_token=2c03ca6a3cab20a160e2216bca2f84908003e1c3
I don't know wheter it's possible/will help, but if you want try to install those packages:
http://rpm.pbone.net/index.php3/stat/4/idpl/18602510/dir/fedora_17/com/mesa-libglapi-8.0.4-1.fc17.i686.rpm.html
http://rpm.pbone.net/index.php3/stat/4/idpl/17761102/dir/fedora_17/com/libpng-compat-1.5.8-1.fc17.i686.rpm.html
Yeah. I need a new computer anyway. Then I'll install the newest Fedora release.
Thanks a lot @dafyddcrosby ! :heart:
Nothing extracted yet.
I've tried to install Steam on my Fedora 16 PC but it just won't start.
Here is an strace output of a steam run. Is there a way to get a more verbose output? Because the strace output says steamui.so is found and accessed: https://gist.github.com/4346104