Advertisement
Guest User

libgtk1.2

a guest
May 24th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. https://help.ubuntu.com/community/Games/Native/UnrealTournament#Troubleshooting
  2.  
  3. Error loading shared libraries
  4.  
  5. If you get an error when you run the .run file that looks like this:
  6.  
  7. error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
  8.  
  9. You will need to install the old libgtk along with its dependencies. The next few steps assume you are using a processor compatible with i386 architecture. To download the library and its dependencies:
  10.  
  11. wget http://archive.ubuntu.com/ubuntu/pool/main/g/gtk+1.2/libgtk1.2_1.2.10-18_i386.deb && wget http://archive.ubuntu.com/ubuntu/pool/main/g/glib1.2/libglib1.2_1.2.10-10.1build1_i386.deb && wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gtk+1.2/libgtk1.2-common_1.2.10-18.1build2_all.deb
  12.  
  13. Install them
  14.  
  15. sudo dpkg -i libgtk1.2-common_1.2.10-18.1build2_all.deb && sudo dpkg -i libglib1.2_1.2.10-10.1build1_i386.deb && sudo dpkg -i libgtk1.2_1.2.10-18_i386.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement