libcudart and fedora 8 and beta2 libcudart.so.2 cannot open shared object

Hi,

I’m trying to run using:
NVIDIA_CUDA_sdk_2.0beta2_linux.run
NVIDIA_CUDA_Toolkit_2.0beta2_Fedora8_x86.run
NVIDIA-Linux-x86-177.13-pkg1.run
on Fedora 8.

All the makes run fine, but when I try to run any examples, I get:

./clock: error while loading shared libraries: libcudart.so.2: cannot open shared object file: No such file or directory

I’ve already got SELinux disabled, and libstdc++ and libstdc+±devel are installed.

Any suggestions are most welcome.

thanks,
Elchanan

Did you add /usr/local/cuda/lib to /etc/ld.so.conf (I think that’s right, it’s in the release notes)?

Yes - that did it!
I apologize to all for not reading the Release Notes carefully enough,

thanks,
Elchanan