Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Installing Amanda

807746Feb 24 2010 — edited Feb 25 2010
Hi

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'
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 25 2010
Added on Feb 24 2010
4 comments
399 views