Quote:
Originally Posted by xueyou2
Q1:yes.Before install the new version tcc-1.5
Q2: firmware 3.3 (611680021) kindle 3g with ads
Q3:/mnt/us/myts #ls -al /lib/libm*
-rwxr-xr-x 1 root root /lib/libm-2.5/so
lrwxrwxrwx 1root root /lib/libm.so.6-> libm-2.5.so
-rwxr-xr-x 1root root /lib/libmenusage.so
Q4:/mnt/us/myts #ls -al /usr/lib/libm*
-rwxr-xr-x 1 root root usr/lib/libmenu.so.5->libmenu.so.5.4
lrwxrwxrwx 1root root usr/lib/libmenu.so.5.4
-rwxr-xr-x 1root root usr/lib/libmp3-parser-arm11_elunux.so
|
My K3 3.3 does not have special offers, but that should not make a difference.
I just compared your output from those commands to my own. You are missing the symlink that should be created by the install script.
It looks like you did not successfully run the uninstall script, and it also looks like you did not successfully run the install script.
As far as I know that can only happen if you have it installed to a different folder. It can also fail if you modified the scripts in Windows (putting ascii carriage returns in them), but that would give different error messages.
Please do the following commands and show me the output:
cd /mnt/us/tcc
pwd
./uninstall
./install
ls -al /usr/lib/libm*
Thanks.