Quote:
Originally Posted by NiLuJe
USBNet ships a fully functional curl build since a few months ago.
It *may* not be symlinked on Kindle if the system ships a stupid one by default, I can't remember  .
(Having working SSL/TLS support in these things is mildly non-trivial).
|
I might look into this, as I am encountering something strange attempting to get a supported wget for sox. I would prefer to have sox handle it, but it might be necessary.
Something odd came up with wget. I copied the wget from jessie to the pw4 and started tracking down the missing dependencies. Everything seemed fine until I hit one that wasn't there for armel:
Code:
[root@kindle sox]# LD_LIBRARY_PATH=./lib ./wget
./wget: error while loading shared libraries: libicuuc.so.52: cannot open shared object file: No such file or directory
[root@kindle sox]#
This library is listed in Jessie, but only for amd64 and is an International Components for Unicode library.
So I am puzzled how to continue at this point. I guess I could retrieve the amd64 library, but would that solve the problem or cause a compatibility crash of some sort?
Dave