Author Topic: NWMovies libX11.so Problem on Ubuntu 64  (Read 493 times)

Legacy_Scorpio Snake

  • Jr. Member
  • **
  • Posts: 76
  • Karma: +0/-0
NWMovies libX11.so Problem on Ubuntu 64
« on: July 24, 2012, 01:05:00 pm »


               When I try to get nwmovies working I get the follow error:

ERROR: Unable to dlopen(libX11.so): libX11.so: cannot open shared object file: No such file or directory

I had something similar that I got working thanks to help from here, but that was on 32bit Ubuntu here. Now I am running 64 on a new computer. The suggestion in that thread for 64 does not help. I have ia32-libs installed but I am still getting this error.
               
               

               
            

Legacy_Skildron

  • Sr. Member
  • ****
  • Posts: 421
  • Karma: +0/-0
NWMovies libX11.so Problem on Ubuntu 64
« Reply #1 on: July 24, 2012, 08:43:21 pm »


               You need libx11-dev, too. The package contents for multi arch systems have changed with Ubuntu pangolin. If that still does not help, create the symbolic link manually with
ln -s libX11.so.6 libX11.so
You need to make sure that it is the directory with the 32bit libs.

Greetings
Skildron
               
               

               


                     Modifié par Skildron, 24 juillet 2012 - 07:43 .