怎样编译安装gettext

2016年11月16日 | 分类: 【技术】

官网:http://www.gnu.org/software/gettext/gettext

参考:https://zh.wikipedia.org/wiki/Gettext
参考:http://www.linuxfromscratch.org/lfs/view/development/chapter06/gettext
参考:http://man.chinaunix.net/linux/lfs/htmlbook/chapter05/gettext

wget ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.xz && xz -d gettext-0.19.8.tar.xz && tar -xvf gettext-0.19.8.tar && cd gettext-0.19.8
./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-0.19.8.1
make && make check && make install

修改权限:

chmod -v 0755 /usr/lib/preloadable_libintl.so