2017년 1월 25일 수요일

, ,

libncursesw.so.5: cannnot open... error solution [PetaLinux]

When I try to open petalinux-config the terminal get this error

namsh@namsh-VirtualBox:~/test_project/images/linux$ petalinux-config
INFO: Checking component...
INFO: Config linux
[INFO ] config linux
mconf: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
make: *** [config] Error 255
ERROR: Failed to config linux!
ERROR: Failed to config component linux
This is 32bit software on a 64bit install, I need the lib32 version
Solution is installing libncursesw5:i386 package

namsh@namsh-VirtualBox:~/test_project/images/linux$ sudo aptitude install libncursesw5:i386
The following NEW packages will be installed:
  libgpm2:i386{a} libncursesw5:i386 libtinfo5:i386{a} 

After the install package rerun petalinux-config

namsh@namsh-VirtualBox:~/test_project/images/linux$ petalinux-config
INFO: Checking component...
INFO: Config linux
[INFO ] config linux

0 개의 댓글:

댓글 쓰기