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