【介绍】
官网:https://www.gnu.org/software/gettext/
下载:http://ftp.gnu.org/pub/gnu/gettext/
参考:http://www.linuxfromscratch.org/lfs/view/development/chapter06/gettext
【编译】
wget http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.1.tar.xz && xz -d gettext-0.19.8.1.tar.xz && tar -xvf gettext-0.19.8.1.tar && cd gettext-0.19.8.1 ./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
更新系统动态连接库配置:
echo /usr/lib >> /etc/ld.so.conf && ldconfig
编译安装完成。
相关路径:
/usr/lib/preloadable_libintl.so