Hi, I build some helloworld appliation using glade v1.1.1. I am using Gtk version 1.2.10 (I got this version from gtkconfig --version command) on RedHat Linux 8.0 PC. Now as per the expectation the GUI app build on RedHat Linux Pc should have run directly on the DSL. But it gives runtime error, the descrition is like this:-
error while loading shared libraries libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory.
Can anyone help me in solving this problem? How can i link with XLib?You should probably consider reading some documentation about Xlib programming rather than expecting someone to explain it on a forum....only because it's redundant, not because you don't deserve an answer =o) A search on google.com/linux/ will bring some quick answers.
Quote
error while loading shared libraries libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory.
That means you compiled it against gtk2 libs...
original here.