Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't require on mac #2

Open
lilien1010 opened this issue Aug 8, 2015 · 1 comment
Open

can't require on mac #2

lilien1010 opened this issue Aug 8, 2015 · 1 comment

Comments

@lilien1010
Copy link

dlopen(/usr/local/lib/lua/5.1/bit.so, 2): no suitable image found. Did find:
/usr/local/lib/lua/5.1/bit.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x01 0x01 0x01 0x00
stack traceback:

@jirutka
Copy link

jirutka commented Nov 18, 2015

That’s because bit.so is a binary for Linux, it can’t be used on OS X. Compile it yourself from https://github.com/LuaDist/bitlib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants