Unable to setup Tesla M2050 under Linux

I’m trying setup a Tesla M2050 in SuSE Linux Enterprize 11 sp2 64. I want to compile pyopencl but I can’t. It is looking for libOpenCL.so (and libOpenCL.so1). After much googling I read that this should be included in the cuda driver. I’m trying to install both the 3.2 driver and the 5.0 and neither works. They both give me this message:

"ERROR: If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

   If you are using a Linux 2.6 kernel, please make sure
   you have configured kernel sources matching your kernel
   installed on your system. If you specified a separate
   output directory using either the "KBUILD_OUTPUT" or
   the "O" KBUILD parameter, make sure to specify this
   directory with the SYSOUT environment variable or with
   the equivalent nvidia-installer command line option.
   
   Depending on where and how the kernel sources (or the
   kernel headers) were installed, you may need to specify
   their location with the SYSSRC environment variable or
   the equivalent nvidia-installer command line option."

I am not using a 2.4 or 2.6 kernel it’s 3.0 and I have installed the source packages. What else dio I need to do?

The other log file /var/log/nvidia-installer.log doesn’t say anything different.

Can anyone help me out with this?