lua 5.1 package installs libraries with wrong name
Bug #377239 reported by
Marc Plano-Lesay
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Lua |
Fix Released
|
Unknown
|
|||
lua5.1 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The lua 5.1 package installs this libraries :
lrwxrwxrwx 1 root root 18 2009-05-09 22:41 liblua5.1.so -> liblua5.1.so.0.0.0
lrwxrwxrwx 1 root root 18 2009-05-02 09:45 liblua5.1.so.0 -> liblua5.1.so.0.0.0
-rw-r--r-- 1 root root 155K 2009-03-30 12:21 liblua5.1.so.0.0.0
The names are breaking portability of some applications using it, on most of any others distros, it's :
liblua.so -> liblua.so.5.1.4
liblua.so.5 -> liblua.so.5.1.4
liblua.so.5.1.4
I don't know in which pakage are theses files, probably in one of this two :
liblua5.1-0-dev (5.1.4-2)
lua5.1 (5.1.4-2)
I'm using Kubuntu 9.04
affects: | ubuntu → lua5.1 (Ubuntu) |
Changed in lua: | |
status: | Unknown → New |
Changed in lua: | |
status: | New → Fix Released |
To post a comment you must log in.
Using kubuntu 9.04 too.
lua5.1 do not install by default these libs.
They are in liblua5.1-0-dev
On debian lenny 5.0 it's exactly the same as in kubuntu 9.04.
liblua5.1.so.0 -> liblua5.1.so.0.0.0
liblua5.1.so.0.0.0
But for archlinux for example it's
liblua.so -> liblua.so.5.1
liblua.so.5.1
Could you be more specific on the list of applications with breaking portability ?
Thanks,