Tiny Core Base > Micro Core
MC 12 x64 -sh: ./adb: not found
Santos:
Hello Rich
--- Quote from: Rich on March 09, 2022, 09:07:21 PM ---...
--- Code: ---./adb --help
./adb help
--- End code ---
...
--- Code: ---hash -r
--- End code ---
...
--- End quote ---
I tried:
--- Code: ---./adb help
./adb --help
--- End code ---
On my CorePlus installation I do have output. But same error message (not found) popping up on my bare microcore install.
For the hash command, result was the same (not found message).
--- Quote from: Rich on March 09, 2022, 09:07:21 PM ---...
Maybe you need to start loading your extensions to see if one of them allows it to work. Openssl, tls, and python
come to mind.
--- End quote ---
I was trying to avoid going that path. Is there any "tracer" (besides ldd) so I can check on libraries interacting with the binary?
--- Quote from: Rich on March 09, 2022, 10:16:05 PM ---Hi Santos
I think this type of error sometimes occurs when bash is needed but not found.
--- End quote ---
bash is not present on my CorePlus install, seems like adb is not linked to it.
Thank you for your help.
Rich:
Hi Santos
--- Quote from: Santos on March 09, 2022, 10:44:04 PM --- ... I was trying to avoid going that path. Is there any "tracer" (besides ldd) so I can check on libraries interacting with the binary? ...
--- End quote ---
It's possible using strace might identify what was "not found" , but strace can generate a lot of output.
It's possible what's missing is not a library, but some support file provided by an extension, or an environmental
variable that gets set, or a link to a file that gets created.
Santos:
Hello Rich
Thank you!
I'll try.
But first I'll need to read on how to use strace. I'm very positive that the man page will suffice.
Rich:
Hi Santos
Something like this might be a start:
--- Code: ---strace -e trace=open ./adb
--- End code ---
Juanito:
Is a symlink /lib64 -> /lib present?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version