Open GoogleCodeExporter opened 8 years ago
The binary download is a TAR-GZIP file on Linux. Did you unpack the TAR-archive?
% tar -zxf hunpos-1.0-linux.tar.gz
% cd ./hunpos-1.0-linux/
You should see the 32-bit binaries in that directory, the trainer & the tagger.
Original comment by adroffner
on 26 Sep 2012 at 5:02
Yes, everything was correctly unpacked, hunpos-tag existed as a file and had
execute permissions. "No such file or directory" can also mean a missing
library in some cases. We were never able to trace it down (and recompiling
from sources worked), but I believe this must be some incompatibility with the
newest 64-bit linux distributions.
Original comment by filip.gi...@gmail.com
on 29 Nov 2012 at 9:06
hi, When I m using this command "./build.sh build" in Linux (ubuntu 64 bit)
I will see this error "No such file or directory"
-ocaml compiler installed,
Thank you in advance
Original comment by sharifza...@gmail.com
on 3 Mar 2013 at 6:42
To reproduce run the tool as described in the guide
-sh-4.1$ ./hunpos-tag en_wsj.model
-sh: ./hunpos-tag: /lib/ld-linux.so.2: bad ELF interpreter: No such file or
directory
This
http://stackoverflow.com/questions/14030306/lib-ld-linux-so-2-bad-elf-interprete
r-no-such-file-or-directory entry says this error happens when a 32 bit
software fails on 64 bit.
Original comment by gyorgy.c...@gmail.com
on 18 Feb 2014 at 10:56
Original issue reported on code.google.com by
samuel.r...@gmail.com
on 26 Sep 2012 at 8:25