Instructions for Manually Adding a Shared Library 1) select a directory for the library, for example /usr/local/cvs-user/lib 2) copy the file to that directory or, run "libtool --mode=finish -n -finish /usr/local/cvs-user/lib" 3) as root, check if /usr/local/cvs-user/lib is in /etc/ld.so.conf if not then go to /etc/env.d and create a text file. For example 99cvs-user. In this text file type LDPATH=/usr/local/cvs-user/lib 4) as root, run "env-update" 5) check if /usr/local/cvs-user/lib is in /etc/ld.so.conf