I installed cl-ncurses through quicklisp but I am getting an error when I try to execute anything curses-based. I am not sure what is wrong but it appears that SBCL cannot find the external functions/libraries. Other curses-based programs work well in my system (Debian).
* (ql:quickload :cl-ncurses)
To load "cl-ncurses":
Load 1 ASDF system:
cl-ncurses
; Loading "cl-ncurses"
(:CL-NCURSES)
* (in-package :cl-ncurses)
#<PACKAGE "CL-NCURSES">
* (initscr)
debugger invoked on a SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR in thread
#<THREAD "main thread" RUNNING {1002978CD3}>:
Attempt to call an undefined alien function.