New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #27211 (closed defect: fixed)

Opened 3 years ago

Last modified 18 months ago

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

comment:1 Changed 23 months ago by pmq@…

  • Cc pmq@… removed

comment:2 Changed 18 months ago by and.damore@…

  • Status changed from new to closed
  • Resolution set to fixed

Maintainer timeout, committed r87973.

Now lua -l numlua command works as expected.

Note: See TracTickets for help on using tickets.