View Single Post
Old 04-04-2016, 02:32 PM   #149
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by NiLuJe View Post
Yeah, that's the good old isoc99_sscanf stuff. No idea why it seemingly suddenly cropped up *now*, since I haven't touched my K3 TC... Which means it's probably been broken for a while :?.

EDIT: Gonna chalk that one up to a change in GCC's default --std value?

Tweaked the build scripts, stuff is currently rebuilding...

No hope for readelf without code tweaks though, it relies on qsort_r, which was introduced in glibc 2.8...
I used patchelf on sshd to remove the runpath (to use the K2's libcrypto) -
that took care of those complaints from the openssl library -
but sshd itself still complains.

= = = =

Since your setting a runpath into /mnt/us/ ....
why not just include the newer libraries in /mnt/us/usbnet (or whereever).

the 'trick' there is to rename them to their soname.

Last edited by knc1; 04-04-2016 at 02:41 PM.
knc1 is offline   Reply With Quote