Page 1 of 1

dynamic libraries not enabled; [solved]

Posted: Sun Jun 03, 2012 11:06 pm
by ljdp
I can't use any external library inside love, I get this error:

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
Does this mean I have to recompile love and lua with the correct flags?

Solution:
Put .so files inside "~/library/application support/LOVE/"

Re: dynamic libraries not enabled; check your Lua installati

Posted: Sun Jun 03, 2012 11:12 pm
by bartbes
That's just your lua install, love doesn't care. (Actually, had you been using love's binary loader it would've worked.)

Re: dynamic libraries not enabled; check your Lua installati

Posted: Mon Jun 04, 2012 7:55 am
by Roland_Yonaba
Hi,
Can't figure out by myself, but I do hope that might help...