I wrote a simple HTML5 program to display "Hello, world!", built the package and successfully installed the generated .wgt on an ARM-based target. A "Hello world" icon is displayed too. However, while launching this program, I get following error:
"/opt/apps/org.tizen.6/bin/6: error while loading shared libraries: libdpl-popup-efl.so.2: cannot open shared object file: No such file or directory" I figured out that this library is present in the emulator running for x86, and therefore, I am able to launch this HTML5 app on the emulator. My questions are: a) I failed to find a module related to libdpl-popup-efl.so (@ https://review.tizen.org/git), so that I could build and install on an ARM target. Where can I find the module for this? b) What are the basic libraries required for running an HTML5? c) Where to get them? -- Kind regards, Vijay Zanvar _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
