problem with installation Installation of cuda on fedora10

Hello every one

I have upgraded OS to fedora 10.
I downloaded all necessary things form cuda download zone for the fedora and i installed.
It got installed successfully.
But when i try to execute the sample program I am getting the following error.

[root@Hipc praveen]#./a.out
./a.out:error while loading shared libraries:/usr/local/cuda/lib/libcudart.so.2: cannot restore segment prot after reloc:Permission denied

After I got this error, I tried to look on the net for the help
In one of the forums, they say to disable SElinux and run ldconfig

I have disabled selinux temporary by changing its mode to permissive

but still i am the same error

Please help me.

Thank you