View Single Post
Old 04-22-2020, 09:24 PM   #68
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 916
Karma: 3000002
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by NiLuJe View Post
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
dhdurgee is offline   Reply With Quote