Tiny Core Linux

General TC => Programming & Scripting - Unofficial => Topic started by: bllacketye on February 08, 2014, 10:45:40 PM

Title: Shared Library
Post 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
Title: Re: Shared Library
Post by: tinypoodle on February 08, 2014, 11:21:48 PM
Not sure why you would post this under Programming & Scripting - Unofficial, but incidentally the 'ldd' executable happens to be a script:
Code: [Select]
cat $(which ldd)
To get glibc version try:
Code: [Select]
/lib/libc.so.6