Package: xastir Version: 1.9.2-1 Filename: pool/main/x/xastir/xastir_1.9.2-1_i386.deb Found error in /usr/lib/xastir/get-maptools.sh: $ grep -A5 -B5 /tmp/ /usr/lib/xastir/get-maptools.sh if (! grep /usr/local/lib $LDCONF_FILE 2>&1 > /dev/null) then printf "Warning: /usr/local/lib not in %s - adding it\n" $LDCONF_FILE if [ -f $LDCONF_FILE ] then cp $LDCONF_FILE /tmp/ldconfig.tmp $SUDO cp $LDCONF_FILE $LDCONF_FILE.orig.$$ fi printf "/usr/local/lib\n" >> /tmp/ldconf.tmp $SUDO cp /tmp/ldconf.tmp $LDCONF_FILE fi if (! grep /usr/local/lib $LDCONF_FILE 2>&1 > /dev/null) then Found error in /usr/lib/xastir/get_shapelib.sh: $ grep -A5 -B5 /tmp/ /usr/lib/xastir/get_shapelib.sh if (! grep /usr/local/lib /etc/ld.so.conf 2>&1 > /dev/null) then printf "Warning: /usr/local/lib not in /etc/ld.so.conf - adding it\n" cp /etc/ld.so.conf /tmp printf "/usr/local/lib\n" >> /tmp/ld.so.conf $SUDO cp /etc/ld.so.conf /etc/ld.so.conf.save $SUDO cp /tmp/ld.so.conf /etc/ld.so.conf fi if ( grep /usr/local/lib /etc/ld.so.conf ) then printf "Running ldconfig\n"