Opened 14 years ago
Closed 13 years ago
#27211 closed defect (fixed)
lua-numlua wrong library path
Reported by: | anddam (Andrea D'Amore) | 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 (2)
comment:1 Changed 13 years ago by pmq@…
Cc: | pmq@… removed |
---|
comment:2 Changed 13 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Maintainer timeout, committed r87973.
Now lua -l numlua command works as expected.