Notes |
|
|
The default tileset is "curses_640x300.png" - can you make sure your init.txt refers to that, not "curses_640_300.png"?
This sounds a lot like 0002688. Try adding "export LD_PRELOAD=/usr/lib/libz.so.1" to the "df" script before the last line. |
|
|
(0024814)
|
Anrock
|
2014-06-14 08:08
|
|
I mistyped. init refers to curses_640x300.png indeed. I didn't alter any settings, just unpacked & launched df script
After adding LD_PRELOAD "ERROR: ld.so: object '/usr/lib/libz.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored." + same error about tileset.
On my machine there is no /usr/lib/libz.so.1. There is libz.so.
After changing LD_PRELOAD to /usr/lib/libz.so i got:
"ERROR: ld.so: object '/usr/lib/libz.so' from LD_PRELOAD cannot be preloaded (invalid ELF header): ignored."
Also libz.so is actualy a script containing:
"OUTPUT_FORMAT ( elf64-x86-64 )
GROUP ( /lib64/libz.so.1 )"
Tried with LD_PRELOAD=/lib64/libz.so.1:
"ERROR: ld.so: object '/lib64/libz.so.1' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored."
Isn't that because arch mismatch? |
|
|
|
Yeah, DF is 32-bit and requires a 32-bit zlib. |
|
|
(0024816)
|
Anrock
|
2014-06-14 09:05
|
|
And, i guess, no 64bit version planned? |
|
|
(0024817)
|
Anrock
|
2014-06-14 09:47
|
|
Nevermind, found x32 zlib in /lib32, works fine. |
|
|
|
It sounds like this is the same problem as 0002688, then, correct? |
|
|
|
Please reopen if not a duplicate. |
|