Quote:
Originally Posted by nasser
Hi encol,
I tested again, this time on PW3 and it works!
Of course, I had to add some missing library files, but not as much as for PW1.
The error messages are also different in some cases or totally absent.
- - - - -
Looks like it might work on KT3 too..
But I would really like a solution for it to work on PW1!
|
Your problem is not the system library this time.
Code:
Dynamic Section:
RUNPATH $ORIGIN/tasklib
NEEDED libgnutls-deb0.so.28 ; provided
NEEDED libuuid.so.1 ; provided
NEEDED libstdc++.so.6 <<-- check this one, it isn't shipped with the package.
NEEDED libm.so.6 ; should be alright at 2.12.1
NEEDED libgcc_s.so.1 <<-- check this one if it was built with a newer compiler than what is on the PW1
NEEDED libc.so.6 ; should be alright at 2.12.1
Version References:
required from libuuid.so.1:
0x09da27b0 0x00 12 UUID_1.0
required from libgnutls-deb0.so.28:
0x097dcb90 0x00 18 GNUTLS_DEBIAN_0_2_10
0x07d5bcb0 0x00 10 GNUTLS_DEBIAN_0_3_1_0
0x0d97dbb4 0x00 08 GNUTLS_DEBIAN_0_1_4
required from libgcc_s.so.1:
0x0b792654 0x00 19 GCC_3.4
0x0b792655 0x00 06 GCC_3.5
required from libm.so.6:
0x0d696914 0x00 05 GLIBC_2.4
required from libstdc++.so.6:
0x0297f870 0x00 17 GLIBCXX_3.4.20
0x0bafd178 0x00 16 CXXABI_1.3.8
0x0bafd171 0x00 15 CXXABI_1.3.1
0x0297f868 0x00 14 GLIBCXX_3.4.18
0x0297f861 0x00 13 GLIBCXX_3.4.11
0x0bafd175 0x00 11 CXXABI_1.3.5
0x02297f89 0x00 09 GLIBCXX_3.4.9
0x0849afa3 0x00 07 CXXABI_ARM_1.3.3
0x08922974 0x00 04 GLIBCXX_3.4
0x056bafd3 0x00 03 CXXABI_1.3
required from libc.so.6:
0x0d696914 0x00 02 GLIBC_2.4
The paperwhite has 2.12.1 installed on it.
12 > 4
That should not be the problem.
In addition to the notes above, I did not check for anything it might be dl opening.
PW-1, 5.6.1.1 has:
libstdc++.so.6.0.14
pre-installed
6 > 3 so that should be alright.