View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#28
Try this:

Code:
$ cd /opt/diablorl ; LD_TRACE_LOADED_OBJECTS=1 ./diablorl
	liblua5.1.so.0 => /usr/lib/liblua5.1.so.0 (0x4000c000)
	libdl.so.2 => /lib/libdl.so.2 (0x412e8000)
	libc.so.6 => /lib/libc.so.6 (0x41028000)
	libm.so.6 => /lib/libm.so.6 (0x41228000)
	/lib/ld-linux.so.3 (0x41000000)
though you should have all the dependencies if it starts. I don't know what else could be significant, your different ncurses version doesn't seem to be a factor as it's not used (apart from reset).
 

The Following User Says Thank You to lma For This Useful Post: