Installing Amanda
807746Feb 24 2010 — edited Feb 25 2010Hi
I have a Sun Sparc V440 server. I want to install a backup software called Amanda. I downloaded all dependency packages from www.blastwave.org as tar.gz files, i gunzip and untar these files, i can run configure with option CC=/opt/cognos/SUNWspro/bin/cc because i installed SunStudio but make fails on all of these packages. Can you please tell me what am i doing wrong?
For example see the output from libiconv:
-bash-3.00# pwd
/export/home/Amanda/libiconv-1.13.1
-bash-3.00# ./configure CC=/opt/cognos/SUNWspro/bin/cc
It succeed!
-bash-3.00# make
cd lib && make all
make[1]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/lib'
cd preload && make all
make[1]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/preload'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/preload'
cd srclib && make all
make[1]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/srclib'
make all-am
make[2]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/srclib'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/srclib'
make[1]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/srclib'
cd src && make all
make[1]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/src'
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
make[1]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/src'
cd po && make all
make[1]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/po'
make[1]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/po'
cd man && make all
make[1]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/man'
if test -d tests; then cd tests && make all; fi
make[1]: Entering directory `/opt/cognos/amanda/libiconv-1.13.1/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/cognos/amanda/libiconv-1.13.1/tests'