Linux/기타
리눅스 iconv 설치
준섭이
2013. 12. 19. 17:04
728x90
** iconv 설치
configure중 iconv가 없다고 할때 설치 합니다.
ex) configure: error: Please reinstall the iconv library
1. iconv 다운로드
http://www.gnu.org/software/libiconv/#TOCdownloading
2. 압축 풀기
- tar zxvf libiconv-1.14.tar.gz
3. configure
- ./configure --prefix=/usr/local
4. make
5. make install