LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Nvidia Installer Won't Install! (https://www.linuxquestions.org/questions/linux-hardware-18/nvidia-installer-wont-install-762364/)

lloydsmart 10-16-2009 07:50 AM

Nvidia Installer Won't Install!
 
Hi. I know there are a number of threads with a similar title, but none of them have addressed the problem in a way which would work for me.

Basically, I've just built an LFS system for x86_64, added quite a few packages from CBLFS, and installed X. So far so good, but when I try to install the Nvidia drivers, I get the following error message:

Code:

Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 190.36.............................................................................................................................................................

NVIDIA-Linux-x86_64-190.36-pkg2.run: line 807: ./nvidia-installer: No such file or directory

any ideas what could be wrong? Thanks!

P.S. I can't apt-get or RPM anything.

the trooper 10-16-2009 11:15 AM

The following link might help with this:

http://www.nvnews.net/vbulletin/showthread.php?t=125026

lloydsmart 10-17-2009 04:57 AM

Great! That did it. Just for anyone who may stumble upon this thread in the future, I'll copy over the posts that helped me.

Quote:

Originally Posted by obra
all you need is a symlink linking /lib to /lib64

there are loads of binary-only packages that require this symlink

Quote:

Originally Posted by AaronP
Quote:

Originally Posted by obra
all you need is a symlink linking /lib to /lib64

there are loads of binary-only packages that require this symlink
That's because the x86_64 ABI specifies the 64-bit program loader to be /lib64/ld-linux-x86-64.so.2. You can't expect 64-bit programs to run without that.

So thanks! I created that simlink, and problem solved. :D

the trooper 10-17-2009 05:25 AM

Glad to hear it worked for you.
And thanks for coming back and posting the solution.


All times are GMT -5. The time now is 12:32 PM.