Hi t18
Saying "It doesn't work" and not providing any error
messages (clues) makes it difficult to provide an answer.
This is strictly guesswork, but if you are using a command
with this basic format:
LD_LIBRARY_PATH=/Your/Path/To/ncurses; lotus123
Try changing it to:
export LD_LIBRARY_PATH=/Your/Path/To/ncurses
lotus123
It is also possible LD_LIBRARY_PATH is the wrong tool for the job.
Maybe LD_PRELOAD is what you need.
Without more information, any answers are only guesses.