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

"Lennart Sorensen" <[email protected]>
Newsgroups gmane.linux.debian.ports.amd64
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.