Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started 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 ?
-
Thanks, it is a missing dependency :(
Will fix it.
-
thanks !
git also shows same message
-
thanks !
git also shows same message
What is wrong with git?
-
git says
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
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