Ticket #27211 (closed defect: fixed)
lua-numlua wrong library path
| Reported by: | and.damore@… | Owned by: | bfulgham@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | cpath libraries | Cc: | |
| Port: | lua-numlua |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.

