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

Re: Fwd: upgrade to jessie from wheezy with cuda problems



On Wed, Nov 13, 2013 at 07:40:10PM +0100, Francesco Pietra wrote:
> francesco@gig64:~/tmp$ export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/

That is unnecesary.  That is already in the library path.  The local
directory is not.  Windows implicitly looks in the current directory
for files, linux (and almost all other systems) does not.

hence: export LD_LIBRARY_PATH=. (. for current directory), or
LD_LIBRARY_PATH=/tmp if that is where you put the library you were trying.

> francesco@gig64:~/tmp$ ./CUDA-Z-0.7.189.run
> CUDA-Z 0.7.189 Container
> Starting CUDA-Z...
> /home/francesco/tmp/CUDA-Z-95b0-7943-3edd-827e/cuda-z: error while loading
> shared libraries: libXrender.so.1: wrong ELF class: ELFCLASS64
> francesco@gig64:~/tmp$

What does 'file ./CUDA-Z-0.7.189.run' say?

-- 
Len Sorensen


Reply to: