WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Shared Library  (Read 2086 times)

Offline bllacketye

  • Newbie
  • *
  • Posts: 1
Shared Library
« on: February 08, 2014, 07: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

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Shared Library
« Reply #1 on: February 08, 2014, 08: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
« Last Edit: February 08, 2014, 08:24:23 PM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)