Closed Baltazar500 closed 5 days ago
It needs a dynamic loader
e.g. the 64-bit version needs:
$ readelf -l xidel | grep interpreter
[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
$ strings | grep ld-linux
/lib64/ld-linux-x86-64.so.2
Different Linux versions have a different name for that file
It needs a dynamic loader
Thanks for the tip
In xidel x32 this is ld-linux.so.2 I found the necessary interpreter on OpenWRT and created a symlink /lib/libc.so -> /lib/ld-linux.so.2, which allowed me to run xidel. After installing libopenssl, https support started working. The issue is resolved.
In xidel x32 this is ld-linux.so.2 I found the necessary interpreter on OpenWRT and created a symlink /lib/libc.so -> /lib/ld-linux.so.2,
good, if that solves it
i would have thought the name always starts with "ld- something" not libc
Hi.
I'm trying to use xidel - linux x32 on OpenWRT x86 (virtual box), but I get a "No such file or directory" error when running the binary. What's the problem?