You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haxe and neko are different things so the Haxe binaries should not come with neko files. Refer to HaxeFoundation/haxe.org#75 and linked issues for more discussion on the subject.
I downloaded the haxe package from http://haxe.org/download/file/3.2.0/haxe-3.2.0-linux64.tar.gz
Then I used tar to extract the archive to folder haxe-3.2.0
haxe
Haxe working fine
haxelib
./haxelib: error while loading shared libraries: libneko.so: cannot open shared object file: No such file or directory
find . -name libneko.so
Not able to find the library in the haxe-3.2.0 folder. That means: linux haxe package seem to be broken.
The text was updated successfully, but these errors were encountered: