"No such file or directory" when the file is there

Posted by Arlaud Agbe Pierre on Super User See other posts from Super User or by Arlaud Agbe Pierre
Published on 2012-06-13T07:06:47Z Indexed on 2012/12/02 23:13 UTC
Read the original article Hit count: 277

Filed under:
|

I'm trying to run XPDF on a linux (probably red hat) OVH shared server.

I've managed to have ftp ssh access and put the 64 bits binaries onto a folder.

The problem is : even though the files are there with the right permissions, if I try running it I'm getting a file not found problem (I'm thinking about a missing link..)

Long story short :

jurisedi@ssh1:~/xpdf$ file pdftotext
pdftotext: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), stripped

jurisedi@ssh1:~/xpdf$ ./pdftotext
-ovh: jurisedi@ssh1:~/xpdf$: No such file or directory

Any ideas ?

© Super User or respective owner

Related posts about bash

Related posts about xpdf