Re: Trying to install nVidia card - Beginner

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2004-09-11 at 19:42, Bradley (FC2 List) wrote:
> My nVidia package will not install because 'ld' from Binutils is not in my
> path. I can't seem to find an answer on my own.
> 
> Could someone tell me what tool to use to make my Path point to 'ld' and
> give me some idea where the path is and what it should look like?
> 
> Sorry for such a basic question but just trying to learn.
> 
> Bradley

ld should be located in /usr/bin.  If it is not in your path you can add
it with:

PATH = $PATH:/usr/bin
export PATH

This should be part of your default environment for both normal users
and root.

Also, you should be installing the nvidia package as root which should
by default have /usr/bin in its path.  

When you use su to change to root make sure to include the - (  su -   )
so that roots environment is used.  Otherwise su by itself changes you
to root permissions but keeps your environment variables.

-- 
Scot L. Harris
webid@xxxxxxxxxx

egrep patterns are full regular expressions; it uses a fast deterministic
algorithm that sometimes needs exponential space.
-- unix manuals 



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux