#27211: lua-numlua wrong library path -------------------------------------+-------------------------------------- Reporter: and.damore@… | Owner: bfulgham@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: cpath libraries | Port: lua-numlua -------------------------------------+-------------------------------------- ''print(package.cpath)'' in lua returns {{{ $ lua -e "print(package.cpath)" ./?.so;/opt/local/lib/lua/5.1/?.so;/opt/local/lib/lua/5.1/loadall.so }}} while lua-numlua is installing its '''.so''' objects in ''$prefix/lib'', this should be changed to ''$prefix/lib/lua/5.1'' or, if those libraries are supposed to be available to other programs, the default ''package.cpath'' of Lua should be changed to ''$prefix/lib'' -- Ticket URL: <https://trac.macports.org/ticket/27211> MacPorts <http://www.macports.org/> Ports system for Mac OS