If you plan to use mapserv CGI with a  chrooted httpd, make sure to
copy the libs needed by mapserv binary from /usr/local/lib, but also
the projection definitions from libgeotiff and proj packages to the
chroot:

# mkdir -p /var/www/usr/local/share/{epsg_csv,proj}
# cp /usr/local/share/epsg_csv/* /var/www/usr/local/share/epsg_csv
# cp /usr/local/share/proj/* /var/www/usr/local/share/proj
