i got my gtk+2.12.9 compiled for ARM board and i tried checking the gtk-demo application on the board loading the required shared libraries . when i try to run it on the board i get the following error(log of tests on the arm board)
[root@MBA2440 lib]$../gtk-demo
../gtk-demo: error while loading shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or dy
[root@MBA2440 lib]$cp libgdk_pixbuf-2.0. (below are the lib files i have copied on the board)
libgdk_pixbuf-2.0.a libgdk_pixbuf-2.0.so.0.1200.9
libgdk_pixbuf-2.0.la
[root@MBA2440 lib]$cp libgdk_pixbuf-2.0.so.0.1200.9 libgdk_pixbuf-2.0.so.0
[root@MBA2440 lib]$../gtk-demo
../gtk-demo: error while loading shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or dy
i tried recompiling gtk and loading libraries again but every time i try i get the same problem which stops me from knowing if the gtk application will give me the required output. would someone help me know what can be done .
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list