Andrew wrote: > You suggest i need a symlink, but i'm still unclear where. The > libgtkembedmoz.so is at /usr/lib/ on the device, but ldd says that > TestGtkEmbed doesn't depend on it anyway. > > Using nm on TestGtkEmbed in the armel environment gives "B" addresses > next to all the gtk_moz_embed functions, which suggests to me > that the > symbols are embedded in the program? > > Can you tell me where the symlink would be needed?
TestGtkEmbed is probably linked against libgtkmozembed.so, a symlink from libgtkembedmoz.so to libgtkmozembed.so would probably make things happy. ./run-mozilla.sh `which ldd` ./TestGtkEmbed _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
