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

francesco@gig64:~/tmp$ file ./CUDA-Z-0.7.189.run
./CUDA-Z-0.7.189.run: data
francesco@gig64:~/tmp$



On Wed, Nov 13, 2013 at 7:52 PM, Lennart Sorensen <
lsore...@csclub.uwaterloo.ca> wrote:

> 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 via email to