Hi, I think, you should check the ld cache: ldconfig -p | grep libX11.so Also you can run ldd $PLAN9/bin/devdraw and check some other dependencies from X world On Tue, Mar 4, 2014 at 6:58 AM, Blake McBride wrote: > Greetings, > > I am trying to build p9p with the latest LinuxMint on a 64 bit machine. > In addition to the normal stuff, I think I had to install packages: > > libxt-dev > libxext-dev > > It built fine, but what I run it I get: > > blake@sony-linux-laptop ~ $ acme > acme: error while loading shared libraries: libX11.so.6: cannot open > shared object file: No such file or directory > blake@sony-linux-laptop ~ $ > > > I have: > > blake@sony-linux-laptop /usr/lib $ find . -name 'libX11*' > ./x86_64-linux-gnu/libX11-xcb.so.1.0.0 > ./x86_64-linux-gnu/libX11.a > ./x86_64-linux-gnu/libX11.so.6.3.0 > ./x86_64-linux-gnu/libX11-xcb.so.1 > ./x86_64-linux-gnu/libX11.so.6 > ./x86_64-linux-gnu/libX11.so > > > I think it may be looking for 32 bit shared libraries. I am not sure how > things are getting built on a 64 bit environment. Your help is greatly > appreciated. > > Thanks. > > Blake McBride > > -- Best regards, santucco