Hi there, I just created a little vm and installed the latest lua53 from pkgng. I am unable to use a c Shared Object with my lua app and I get the following error:
My understanding of this (I believe I corrected it once before) is that lua was built using the generic make(1) target instead of freebsd or posix. This causes it to not allow shared objects as answered by one of the creators on a thread (I linked to the answer, not the question):
http://lua-users.org/lists/lua-l/2011-01/msg01162.html
The make targets are discussed in the main Lua Readme:
http://www.lua.org/manual/5.3/readme.html
Does someone know if the package was compiled like this on purpose?
Thanks!
Dinsdale
Code:
dynamic libraries not enabled; check your Lua installation
My understanding of this (I believe I corrected it once before) is that lua was built using the generic make(1) target instead of freebsd or posix. This causes it to not allow shared objects as answered by one of the creators on a thread (I linked to the answer, not the question):
http://lua-users.org/lists/lua-l/2011-01/msg01162.html
The make targets are discussed in the main Lua Readme:
http://www.lua.org/manual/5.3/readme.html
Does someone know if the package was compiled like this on purpose?
Thanks!
Dinsdale
Last edited by a moderator: