FB7.0-STABLE LinuxQQ[转]

2009-05-13 15:07:13来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


               
先将你的系统升级到FreeBSD 7.0 Stable吧
因为linux_base-f8版本使用的部分futex函数,只有Stable版本才有
否则会一直在控制台报
linux_sys_futex: unknown op 128
而tencent官方声明只有fedora8以上才能运行Linux QQ,真是个邪恶的公司……
csup -L 2 -h cvsup.freebsd.org /usr/share/examples/cvsup/stable-supfile
make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_CONF_NAME
make installkernel KERNCONF=YOUR_KERNEL_CONF_NAME
reboot
make installworld
reboot
然后安装linux_base-f8
sysctl compat.linux.osrelease=2.6.16
别忘了在/etc/sysctl.conf里面也加入下面这行
compat.linux.osrelease=2.6.16
然后就可以安装了
cd /usr/ports/emulators/linux_base-f8 && make install clean
echo linux_enable=”YES” >> /etc/rc.conf
kldload linux
linux的gtk也要装
cd /usr/ports/x11-toolkits/linux-gtk2 && make install clean
而qq for linux需要的版本比ports中的要高,只能自己想办法了
所以到这个URL下这几个包回来,放到一个自己建的单独目录中
http://debian.cn99.com/fedora/linux/releases/9/Fedora/i386/os/Packages/
cairo-1.6.4-1.fc9.i386.rpm
gtk2-2.12.9-5.fc9.i386.rpm
glib2-2.16.3-5.fc9.i386.rpm
glibc-2.8-3.i686.rpm
libpng-1.2.24-1.fc9.i386.rpm
pango-1.20.1-1.fc9.i386.rpm
pixman-0.10.0-1.fc9.i386.rpm
然后到这里目录中依次执行
#rpm –root /compat/linux –ignoreos -i 包名.rpm
或者
#rpm2cpio 包名.rpm | tar xvpf - -C /compat/linux/
将包依次导入linux_base中
这样,基本环境就ok了,试试看吧!
关于这哦给你问部分的补充:
在linux_base gtk中声明输入法
# cd /usr/compat/linux/etc/gtk-2.0
# /compat/linux/usr/bin/gtk-query-immodules-2.0 > /compat/linux/etc/gtk-2.0/gtk.immodules
启动之前,先
export LANG=zh_CN.gb2312
否则输入不了中文
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/81707/showart_1277223.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Flash

下一篇:FreeBSD7.0编译安装bind9.4.2域名服务器