On Wed, Sep 28, 2011 at 2:24 PM, Leonardo sombriks@gmail.com wrote:
for the moment you can add manually the desired entry in /etc/ld.so.conf directly or create the file as seen in the catalyst driver.
[sombriks@gau boot]$ cat /etc/ld.so.conf include ld.so.conf.d/*.conf [sombriks@gau boot]$
[sombriks@gau boot]$ cat /etc/ld.so.conf.d/catalyst.conf /usr/lib/catalyst /usr/lib64/catalyst [sombriks@gau boot]$
It's probably already there... I run the binary drivers as well and I get the following:
# cat /etc/ld.so.conf.d/nvidia-lib64.conf /usr/lib64/nvidia
Richard