DRL > Discussion
Linux + DoomRL 0.9.8.8B
renecane:
I downloaded linux binaries and tried to play the game.
cd <my-doomrl-folder>
./doomrl
./doomrl: symbol lookup error: /usr/lib/liblua5.1.so.0: undefined symbol: pow
i installed lua with pacman -S lua, and looks like iam still missing something?
could someone help me ?
my distro is arch linux
Kornel Kisielewicz:
*sigh*
Linux problems, linux problems, linux problems... I know someone solved this one, but I don't know how. Anyway, I plan on static-compiling Lua into the executable in version 0.9.9 -- I discovered that Lua is under the MIT license, so there are no problems with that -- and it'll save a lot of pain for the linux users :).
Carpetsmoker:
Some random thoughts/things:
- You ARE using a x86/IA32 version of archlinux (amd64, ppc, etc will NOT work)
- Does lua work at all? Try:
--- Code: ---$ lua
> = 'Hello world'
--- End code ---
- Try deinstalling and reinstalling lua
- Did you try installing lua with ABS?
- Make sure all your packages are up to date, and your OS (ie. Archlinux) is too.
- Maybe you mixed "pacman packages" with "ABS packages"? I never used Archlinux, but this is a bad thing to do on FreeBSD and causes all sorts of weird errors ...
- Other applications run fine?
Aerton:
--- Quote from: Carpetsmoker on January 11, 2008, 04:45 ---- You ARE using a x86/IA32 version of archlinux (amd64, ppc, etc will NOT work)
--- End quote ---
otherwise, he wouldn't have got this far.
--- Quote from: Carpetsmoker on January 11, 2008, 04:45 ---- Does lua work at all? Try:
--- End quote ---
Lua 5 doesn't provide a shared library by default anymore.
--- Quote from: Carpetsmoker on January 11, 2008, 04:45 ---Linux problems, linux problems, linux problems...
--- End quote ---
Give us a DOS version to run under an emulator.
As Kornel said, lua problems shall be gone with the next version. Now if we could only get a 64-bit build as well...
Kornel Kisielewicz:
The DOS version even if I managed to build it with Lua wouldn't have music/sounds.
Navigation
[0] Message Index
[#] Next page
Go to full version