mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01295
[Bug 508629] Re: Mudlet 1.0.5.1 update doesn't correctly install lrexlib on Ubuntu 9.04
** Changed in: mudlet
Status: New => Confirmed
--
Mudlet 1.0.5.1 update doesn't correctly install lrexlib on Ubuntu 9.04
https://bugs.launchpad.net/bugs/508629
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: Confirmed
Bug description:
Upon updating 1.0.5 to 1.0.5.1 (along with the lrexlib package) on Jaunty, the Lua files seem to be all messed up.
apt-get wouldn't let me update to Mudlet 1.0.5.1 and install lrexlib (marked as "not installed"), so I went into Update Manager to see if it was a Partial, but Update Manager never said anything, and the two packages updated smoothly.
Ever since, when I start Mudlet:
[INFO] old LuaGlobal.lua removed successfully
[INFO] LuaGlobal.lua restored successfully
Lua error:[string "require "rex_pcre""]:1: module 'rex_pcre' not found:
no field package.preload['rex_pcre']
no file './rex_pcre.lua'
no file '/usr/local/share/lua/5.1/rex_pcre.lua'
no file '/usr/local/share/lua/5.1/rex_pcre/init.lua'
no file '/usr/local/lib/lua/5.1/rex_pcre.lua'
no file '/usr/local/lib/lua/5.1/rex_pcre/init.lua'
no file '/usr/share/lua/5.1/rex_pcre.lua'
no file '/usr/share/lua/5.1/rex_pcre/init.lua'
no file './rex_pcre.so'
no file '/usr/local/lib/lua/5.1/rex_pcre.so'
no file '/usr/lib/lua/5.1/rex_pcre.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
[INFO] LuaGlobal.lua loaded successfully.
It then connects to the MUD normally.
I don't have any of the /usr/local/share/lua, /usr/local/lib/lua, or /usr/share/lua folders, although I do have /usr/lib/lua/5.1 with rex_onig.so, rex_pcre.so, and rex_posix.so (all with broken links to ../../rex_onig.so.2.4, ../../rex_pcre.so.2.4, etc), and a luasql folder with sqlite3.so
I reinstalled mudlet, lrexlib1 and liblua5.1-sql-sqlite3-2, but lrexlib-dev wasn't installed, so I installed that, but it didn't do anything.
References