07/08/31 20:59:05 wk2mAC8k
Linux初心者です。
今centos5のx86_64をインストールして使用しています。
3Dデスクトップ環境を使いたいために今刺さっているGF6600GTを使用するため
nvidiaのドライバ「NVIDIA-Linux-x86_64-100.14.11-pkg1.run」をダウンロードしました。
その後下記URLを参考に操作を致しましたがエラーがでてしまいうまく行きませんでした。
どうかアドバイスをお願いします><
#yum install kernel-devel →エラー1
#init 3
#chmod 777 NVIDIA-Linux-x86_64-100.14.11-pkg1.run
#./NVIDIA-Linux-x86_64-100.14.11-pkg1.run →エラー2
エラー1
Transaction Check Error:
package kernel-devel-2.6.18-8.1.8.el5 (which is newer than kernel-devel-2.6.18-8.1.6.el5) is already installed
エラー2
ERROR: Unable to find the kernel source tree for the currently running kernel. Please
make sure you have installed the kernel source files for your kernel and that
they are properly configured; on Red Hat Linux systems, for example, be sure
you have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the
correct kernel source files are installed, you may specify the kernel source
path with the '--kernel-source-path' command line option.
参考にしたURL
URLリンク(tmcosmos.org)