I was able to resolve this with:

aaron@toph:~/.steam/ubuntu12_32$ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH ldd 
./steamui.so | grep "not found"
libXtst.so.6 => not found
libgtk-x11-2.0.so.0 => not found
libgdk_pixbuf-2.0.so.0 => not found
aaron@toph:~/.steam/ubuntu12_32$
aaron@toph:~$ sudo apt-get install libxtst6:i386
aaron@toph:~$ sudo apt-get install libgtk2.0-0:i386
aaron@toph:~$ sudo apt-get install libgdk-pixbuf2.0-0:i386

The bug here is two issues:

1) This should not have happened in the first place, as I had a working
copy of Steam and this failure was the result of a routine package
update

2) The failure message was unhelpful, and required lib-delving to
isolate cause.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660876

Title:
  Failed to load steamui.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/steam/+bug/1660876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to