nikolamilosevic86 / hunpos

Automatically exported from code.google.com/p/hunpos
0 stars 0 forks source link

hunpos-tag binary cannot be run, differs from self-compiled version #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download binaries from the hunpos repository
2. run hunpos-tag
3.

What is the expected output? What do you see instead?
Result:
$ ./hunpos-tag 
bash: ./hunpos-tag: No such file or directory

What version of the product are you using? On what operating system?
1.0 on Ubuntu 12.04

Please provide any additional information below.
Compiling from the source in repository and running hunpos-tag works.

Original issue reported on code.google.com by samuel.r...@gmail.com on 26 Sep 2012 at 8:25

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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