|
|

楼主 |
发表于 2006-8-13 16:39:53
|
显示全部楼层
Post by Garylee
为什么我的ati-driver-installer-8.27.10-x86.run不能解成四个包如下:
[root@localhost Desktop]# ./ati-driver-installer-8.27.10-x86.run --buildpkg Fedora/FC5
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.27.10......................................................................................................................................................................................................................................................................................................................................................................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Fedora/FC5
Please install an appropriate Linux kernel module build package.
Probably kernel-devel in this case.
If you've compiled a custom kernel, make sure /usr/src/linux exists
and the source tree matches the currently running kernel.
Removing temporary directory: fglrx-install
你这里得提示是:
Please install an appropriate Linux kernel module build package.
Probably kernel-devel in this case.
应该是没有内核开发包, 可以#yum -y install kernel-devel 来安装它
可能你还需要安装 rpm-build , gcc , mesa-libGL-devel 这些包,看以后的步骤有没有提示需要吧 |
|