1.ubuntu 安装gimp之后没有中文
一般出现在kubuntu上面,只要安装一下language-pack-gnome-zh-hant就可以了
sudo apt-get install language-pack-gnome-zh-hant
2.IDA在64位ubuntu上面提示error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file
这个问题主要是因为缺少开发库,虽然ida是64位的,但是还是有32位依赖库的东西,所以我们要安装一下32位的东西你,命令如下
sudo apt-get install libgtk2.0-0:i386 libxxf86vm1:i386 libsm6:i386 lib32stdc++6
3.mac 系统中很多软件是32位的,但是10.15以后系统不允许运行了
解决办法如下
sudo spctl --master-disable
4.编译elfutils
autoheader
aclocal -I m4
autoconf
automake -a -c
./configure
make