Pesan kesalahan :
error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directorySetelah diperiksa, padahal pustaka libncurses.so.5 sudah terpasang :
# dpkg -s libncurses5Setelah baca-baca situs IBM, ternyata butuh pustaka libncurses 32 bit, untuk itu mari kita pasang pustakanya :
Package: libncurses5
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 684
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Source: ncurses
Version: 5.7+20100313-5
Depends: libc6 (>= 2.3.4)
Recommends: libgpm2
Description: shared libraries for terminal handling
This package contains the shared libraries necessary to run programs
compiled with ncurses.
Homepage: http://invisible-island.net/ncurses/
# apt-get install lib32ncurses5Jalankan Eclipse dan ulangi proses pemasangan pengaya Android.
No comments:
Post a Comment