Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: mocore on April 23, 2013, 02:18:49 PM

Title: loaded coreutils geting "cat: error - libconv.so.2 "
Post by: mocore on April 23, 2013, 02:18:49 PM
after
tce-load -i  coreutils

i get lots of error's
"cat: error loading shared libraries: libconv.so.2 .... ect"

tce-load -i libiconv

stops the error so its missing a dependency ?
Title: Re: loaded coreutils geting "cat: error - libconv.so.2 "
Post by: bmarkus on April 23, 2013, 04:03:58 PM
Thanks, it is a missing dependency :(

Will fix it.

Title: Re: loaded coreutils geting "cat: error - libconv.so.2 "
Post by: mocore on April 24, 2013, 11:06:37 PM
thanks !

git also shows same message
Title: Re: loaded coreutils geting "cat: error - libconv.so.2 "
Post by: bmarkus on April 25, 2013, 04:16:28 AM
thanks !

git also shows same message

What is wrong with git?
Title: Re: loaded coreutils geting "cat: error - libconv.so.2 "
Post by: mocore on April 25, 2013, 12:13:30 PM
git says
Quote
tce-load -i git
git --help

# error   libconv.so.2
tce-load -i libiconv
git --help
# error libcrypto.so.1.0.0
tce-load -i openssl-1.0.0
git --help
# shows help msg
and
Quote
tce-load -i wget
wget --help

# error   libconv.so.2
tce-load -i libiconv
wget --help
# error libidn.so.11
tce-load -i libidn
wget --help
# shows help msg