Translate

[APK Studio] 프로그램 구동 시 libicui18n.so.52 에러 해결방법




OS: Ubuntu 15.10 gnome (x64)





증상


APK Studio 프로그램을 설치 후 구동하려 할 시 아래와 같이 에러메시지가 발생했다.
1004lucifer

lucifer@lucifer-Vostro-V13:/devTools/apkstudio-d49d3de$ ./apkstudio.sh
/devTools/apkstudio-d49d3de/./apkstudio: error while loading shared libraries: libicui18n.so.52: cannot open shared object file: No such file or directory
lucifer@lucifer-Vostro-V13:/devTools/apkstudio-d49d3de$






해결방법

libicui18n.so.52 라이브러리가 없어서 에러가 발생했다고 하니 libicui18n.so.52 라이브러리를 설치해 주자.
1004lucifer
1. libicui18n.so.52 라이브러리를 다운받는다.
공식: http://packages.ubuntu.com/trusty/amd64/libicu52/download
(링크가 변경될 수 있을까 싶어 개인공간에 올렸다. => Direct Download Link)


2. 해당 라이브러리를 설치한다.


lucifer@lucifer-Vostro-V13:~/Downloads$ sudo dpkg -i libicu52_52.1-3ubuntu0.4_amd64.deb
[sudo] password for lucifer:
Selecting previously unselected package libicu52:amd64.
(Reading database ... 282018 files and directories currently installed.)
Preparing to unpack libicu52_52.1-3ubuntu0.4_amd64.deb ...
Unpacking libicu52:amd64 (52.1-3ubuntu0.4) ...
Setting up libicu52:amd64 (52.1-3ubuntu0.4) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
lucifer@lucifer-Vostro-V13:~/Downloads$






PS.
위의 작업 후 아래와 같은 메시지가 발생하는 경우 링크로 들어가서 확인해 본다.
Cannot mix incompatible Qt library 에러 원인과 해결방법
1004lucifer

lucifer@lucifer-Vostro-V13:/devTools/apkstudio-d49d3de$ ./apkstudio.sh
Cannot mix incompatible Qt library (version 0x50402) with this library (version 0x50201)
Aborted (core dumped)

lucifer@lucifer-Vostro-V13:/devTools/apkstudio-d49d3de$


* 중요
위의 링크로 들어가서 작업을 해도 되지만 작업을 해 놓은 수정된 APK Studio 파일을 다운로드할 수 있게 올려놓았다. (다운받기)





참고: https://github.com/vaibhavpandeyvpz/apkstudio/issues/35






댓글