lua-stringy icon indicating copy to clipboard operation
lua-stringy copied to clipboard

Symbol not found: _fastsearch

Open jdonaldson opened this issue 6 years ago • 6 comments

I'm seeing this on luajit on El Capitan:

|| lua: error loading module 'stringy' from file '/Users/jdonaldson/env/lib/lua/5.1/stringy.so':
|| 	dlopen(/Users/jdonaldson/env/lib/lua/5.1/stringy.so, 6): Symbol not found: _fastsearch
||   Referenced from: /Users/jdonaldson/env/lib/lua/5.1/stringy.so
||   Expected in: flat namespace
||  in /Users/jdonaldson/env/lib/lua/5.1/stringy.so
|| stack traceback:
|| 	[C]: at 0x010006c150
|| 	[C]: in function 'require'
out.lua|54 info| in main chunk
|| 	[C]: at 0x0100001580
|| Error: Command failed with error 1

It works if I downgrade to 0.2-1 That was suggested by these related articles : https://github.com/Kong/kong/issues/213 https://github.com/Kong/kong/issues/1736

jdonaldson avatar Dec 23 '17 03:12 jdonaldson