依然是采取从源升级的方式,不过却遇到了依赖性死循环:
fwolf@svr6:~$ sudo apt-get install
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run `apt-get -f install’ to correct these.
The following packages have unmet dependencies:
libc6: Depends:
......
[Continue Read/阅读全文]
Linux
apt, aptitude, dependency, intrepid, libc, Problem, Ubuntu, upgrade
把Ubuntu升级到了7.10 Gutsy,基本顺利,接着得寸进尺,想顺便把compiz启用试试,让我的LeadTek Gforce2 GTS也发一下飙,没想到彻底失败,提示没有Xgl,或者说没有开Composite,天,我这块卡不关掉Composite还无法启动glx呢:
# Add this line in xorg.conf
Section “Extensions”
Option “Composite” “Disable”
EndSection
抱着一线希望鼓捣半天,重启n次之后,放弃,卸载,开始把玩gaim的
......
[Continue Read/阅读全文]
Linux
Problem, strange, vim
很多人都是用xp作主系统,然后用vmware虚拟一个linux学习,我现在的做法却恰恰相反,我用ubuntu作主系统,然后虚拟一个xp用于工作 。
vmware下载和安装就不说了,安装完成之后,运行vmware-config.pl的时候,会有一步是询问内核的头文件在哪里:
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
由于ubuntu 6.06 dapper的内核版本是,2.6.15,所以就没法找到,网上
......
[Continue Read/阅读全文]
Linux
c, compile, header, patch, Problem, Ubuntu, vmware