Tiny Core Linux
General TC => Programming & Scripting - Unofficial => Topic started by: bllacketye on February 08, 2014, 10:45:40 PM
-
Hi, I was trying to install vmware ovftool into tiny core linux, but run into an error reading : can not determine the version for glibc.
I have already installed all glibc found from tce-ab.
But when I run command ldd --version, it reports " error when loading shared libraries:
./--version: cannot open shared object file: No such file or directory"
Please help
-
Not sure why you would post this under Programming & Scripting - Unofficial, but incidentally the 'ldd' executable happens to be a script:
cat $(which ldd)
To get glibc version try:
/lib/libc.so.6