Package: kbackgammon Version: 2.2.0 In the latest CVS sources, kbackgammon creates a shared kbackgammon.so which contains most of the program, and installs it in /usr/lib. I don't see any reason why this should be a shared library instead of just a static library used internally in building the program. To fix this, you need to change lib_LTLIBRARIES = kbackgammon.la to noinst_LTLIBRARIES = kbackgammon.la in Makefile.am. -- Daniel Schepler "Please don't disillusion me. I schepler@math.berkeley.edu haven't had breakfast yet." -- Orson Scott Card