User(s) browsing this thread: 1 Guest(s)
|
[Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 28th June
|
|
04-05-2010, 10:05 AM
|
|||
|
|||
|
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Released
Can someone please provide the contents of /mnt/syb8634/lib/ from A110?. It will be required for Compiling the latest Qt4.6.2 libs & browser.
Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
04-05-2010, 04:05 PM
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Released
(04-05-2010 10:05 AM)vaidyasr Wrote: Can someone please provide the contents of /mnt/syb8634/lib/ from A110?. It will be required for Compiling the latest Qt4.6.2 libs & browser. vaidyasr, you can download it from here : http://rapidshare.com/files/372305272/lib.zip A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403 |
|||
1 user says Thank You to sculder for this post |
|
04-08-2010, 09:07 AM
|
|||
|
|||
|
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Updated with new version. Please check and post the issues.
Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
04-08-2010, 03:49 PM
(This post was last modified: 04-08-2010 04:00 PM by sculder.)
|
|||
|
|||
|
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Same as before - white/reboot.
/opt/sybhttpd/localhost.drives/HARD_DISK # cd /share/Apps/browser /opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser # LD_LIBRARY_PATH=/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib;export LD_LIBRARY_PATH /opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser # cd bin /opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin # ./browser -qws -display directfb ./browser: can't load library 'libintl.so.8' /opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin # libintl.so.8 doesn't exist anywhere on HDD A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403 |
|||
|
04-08-2010, 04:10 PM
(This post was last modified: 04-08-2010 04:20 PM by vaidyasr.)
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 03:49 PM)sculder Wrote: Same as before - white/reboot. OK, thanks, I'll add the libintl.so again and let you know. Can you please send me the list of dependency of browser binary in A110 so that I can bundle the remaining required libs?. # cd /share/Apps/browser # export LD_LIBRARY_PATH=/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib # cd bin # ldd ./browser Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
04-08-2010, 04:33 PM
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 04:10 PM)vaidyasr Wrote: OK, thanks, I'll add the libintl.so again and let you know. libQtWebKit.so.4 => not found libphonon.so.4 => not found libQtXmlPatterns.so.4 => not found libQtGui.so.4 => not found libQtNetwork.so.4 => not found libQtCore.so.4 => not found libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000) libm.so.0 => /lib/libm.so.0 (0x2ab40000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000) libc.so.0 => /lib/libc.so.0 (0x2abec000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000) /opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin # A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403 |
|||
|
04-08-2010, 04:46 PM
(This post was last modified: 04-08-2010 04:46 PM by vaidyasr.)
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 04:33 PM)sculder Wrote: libQtWebKit.so.4 => not foundThanks, can you please list down the output of below?. To make sure the libQt are correct. Needs to be run under /share/Apps/Qt/lib I am sure that you have updated the Qt Libs also to 4.6.2-nmt1 right?. # ldd libQtWebKit.so.4 # ldd libphonon.so.4 # ldd libQtXmlPatterns.so.4 # ldd libQtGui.so.4 # ldd libQtNetwork.so.4 # ldd libQtCore.so.4 Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
04-08-2010, 05:15 PM
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 04:46 PM)vaidyasr Wrote: Thanks, can you please list down the output of below?. To make sure the libQt are correct. Needs to be run under /share/Apps/Qt/lib Of course, i'm under v.4.6.2 here is libs list: Quote: A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403 |
|||
|
04-09-2010, 03:17 AM
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-08-2010 05:15 PM)sculder Wrote: Of course, i'm under v.4.6.2[/quote] Just to make sure whether the browser is working fine or not, copy/move the Qt libs to /share/Apps/browser/lib directory and type ldd to make sure all libs are available. # cd /share/Apps/Qt/lib # mv * /share/Apps/browser/lib # cd /share/Apps/browser/bin # mv browser ../lib # cd lib # ldd browser Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
04-09-2010, 10:54 AM
|
|||
|
|||
|
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Nope, it seems that the browser is not looking in the right place for the libs...
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/bin # ldd browser libQtWebKit.so.4 => not found libQtXmlPatterns.so.4 => not found libQtGui.so.4 => not found libQtNetwork.so.4 => not found libQtCore.so.4 => not found libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000) libm.so.0 => /lib/libm.so.0 (0x2ab40000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000) libc.so.0 => /lib/libc.so.0 (0x2abec000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000) |
|||
|
04-09-2010, 11:49 AM
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-09-2010 10:54 AM)quetzal Wrote: Nope, it seems that the browser is not looking in the right place for the libs... I don't think you have followed the steps I have mentioned on my previous post. Can you please do it and let me know the ldd output? Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
04-09-2010, 02:32 PM
|
|||
|
|||
|
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
Sorry, I really forgot to move the 'browser' from bin folder to lib folder. The bad news are that it makes no difference:
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib # ldd ./browser libQtWebKit.so.4 => not found libQtXmlPatterns.so.4 => not found libQtGui.so.4 => not found libQtNetwork.so.4 => not found libQtCore.so.4 => not found libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000) libm.so.0 => /lib/libm.so.0 (0x2ab40000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000) libc.so.0 => /lib/libc.so.0 (0x2abec000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000) Please notice that this is my LD_LIBRATY_PATH at the moment: LD_LIBRARY_PATH='/lib:/share/Apps/Qt/lib:/share/Apps/browser/lib:/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib' Regards |
|||
1 user says Thank You to quetzal for this post |
|
04-10-2010, 10:36 AM
|
|||
|
|||
|
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
My result is little different from the quetzal's:
/opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib # ldd browser libQtWebKit.so.4 => not found libphonon.so.4 => not found libQtXmlPatterns.so.4 => not found libQtGui.so.4 => not found libQtNetwork.so.4 => not found libQtCore.so.4 => not found libpthread.so.0 => /lib/libpthread.so.0 (0x2aaed000) libm.so.0 => /lib/libm.so.0 (0x2ab40000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab9d000) libc.so.0 => /lib/libc.so.0 (0x2abec000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000) /opt/sybhttpd/localhost.drives/HARD_DISK/Apps/browser/lib # A-110 | FW:01-17-100317-15-POP-403-000 | NMT:00-17-091216-15-POP-403 |
|||
1 user says Thank You to sculder for this post |
|
04-16-2010, 05:10 PM
|
|||
|
|||
|
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
great product man cheers when it works will it work on HDX1000? Cheers.
|
|||
|
04-17-2010, 03:36 AM
|
|||
|
|||
RE: [Apps] Qt4 WebKit - Web Browser - A110/100 - Updated 8th April
(04-16-2010 05:10 PM)guyharg Wrote: great product man cheers when it works will it work on HDX1000? Cheers. If it works on A1xx, then it will work on egreat & HDX Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]






![[+]](images/collapse_collapsed.gif)



