Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This is my first post. Used Ubuntu for several years. I'm on an amd64 machine. Just installed Debian and found that according to synaptic libX11-6 is installed, but when a program tries to access libX11 I get:
Quote:
error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
dpkg -s libx11 shows:
Quote:
Package `libx11' is not installed and no info is available.
gcc -libX11 shows:
Quote:
/usr/bin/ld: cannot find -libX11
ldd (myprogram) shows:
Quote:
libX11.so.6 => not found
How can synaptic show that libX11 in installed but nothing can find it? Puzzled!?
what is this program that can't find libX11.so.6? Did you compile it yourself? Is it a 32 or 64 bit binary?
The package that provides this should be libX11-6, and the file should be /usr/lib/x86_64-linux-gnu/libX11.so.6 (at least that is the situation on Sid).
Thanks for your reply evo2, your questions put me on the right track.
After installing ia32-libs everything works. Hope that helps another linux user who wants to use rebol, rebview, rebcmdview, the Rebol SDK or any other program from www.rebol.com.
glad you were able to get it working: this is a common issue when trying to run 32 bit binaries on a 64 bit system. Please use "Thread Tools" dropdown menu near the top of the page to mark the thead as "[SOLVED]".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.