dynamic libraries not enabled; [solved]
Posted: Sun Jun 03, 2012 11:06 pm
I can't use any external library inside love, I get this error:
Does this mean I have to recompile love and lua with the correct flags?
Solution:
Put .so files inside "~/library/application support/LOVE/"
Code: Select all
Error: error loading module 'curses' from file '/usr/local/lib/lua/5.1/curses.so':
dynamic libraries not enabled; check your Lua installation
Solution:
Put .so files inside "~/library/application support/LOVE/"