To install the tar.gz(bz2) package for any distribution, please follow these steps:
cd /usr/lib gzip -d /path/ultrascan-version.tar.gz For bzip2 compressed binaries, use: bzip2 -d /path/ultrascan-version.tar.bz2 tar -xvf /path/ultrascan-version.tar
For sh, bash:
export ULTRASCAN=/usr/lib/ultrascan export PATH=$PATH:$ULTRASCAN/bin
For csh, tcsh:
setenv ULTRASCAN /usr/lib/ultrascan setenv PATH "$PATH:$ULTRASCAN/bin"
shared library list. If your Unix system supports dynamic link path configuration using /etc/ld.so.conf, this can be accomplished by adding /usr/lib/ultrascan to the /etc/ld.so.conf file and running ldconfig.
For sh, bash:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/ultrascan/lib
For csh, tcsh:
setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH:/usr/lib/ultrascan/lib"
For Mac OS-X:
export DYLD_LIBRARY_PATH=$ULTRASCAN/lib:$DYLD_LIBRARY_PATH
Don't forget to make the scripts executable:
chmod 755 /etc/profile.d/us.*
echo $VARIABLE
configure -qt-gif -thread -shared -qt-sql-mysql
This document is part of the UltraScan Software Documentation
distribution.
The latest version of this document can always be found at:
Last modified on January 13, 2003