[Orca-users] Problems installing orca under Solaris 10
David Michaels
dragon at Raytheon.com
Thu Dec 18 01:39:52 PST 2008
I don't have a Solaris 10 machine to try this on. Anyone out there have
one that we can try repeating this with? Looks like he's using build
r535 ..
--Dragon
Ross, Brian wrote:
> I'm having some problems installing orca on a server running solaris 10.
>
> I have got the command "sh configure" to work OK or so I believe...
>
> However, when I attempt the command "make" it states:
>
> [root ~/orca-snapshot-r535/packages/rrdtool-1.0.50]# make
> make all-recursive
> Making all in cgilib-0.4
> source='cgi.c' object='cgi.lo' libtool=yes \
> DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fPIC -DPIC -c -o cgi.lo cgi.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fPIC -DPIC -c cgi.c -o cgi.o
> cgi.c:30: warning: no previous prototype for 'cgiHeader'
> cgi.c:47: warning: no previous prototype for 'cgiDecodeString'
> cgi.c:76: warning: no previous prototype for 'cgiInit'
> /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fPIC -DPIC -o librrd_cgi.la cgi.lo -lm
> mkdir .libs
> false cru .libs/librrd_cgi.a cgi.o
> *** Error code 1
> make: Fatal error: Command failed for target `librrd_cgi.la'
> Current working directory /root/orca-snapshot-r535/packages/rrdtool-1.0.50/cgilib-0.4
> *** Error code 1
> The following command caused the error:
> failcom='exit 1'; \
> for f in x $MAKEFLAGS; do \
> case $f in \
> *=* | --[!k]*);; \
> *k*) failcom='fail=yes';; \
> esac; \
> done; \
> dot_seen=no; \
> target=`echo all-recursive | sed s/-recursive//`; \
> list='cgilib-0.4 gd1.3 zlib-1.1.4 libpng-1.0.9 src doc examples contrib tcl'; for subdir in $list; do \
> echo "Making $target in $subdir"; \
> if test "$subdir" = "."; then \
> dot_seen=yes; \
> local_target="$target-am"; \
> else \
> local_target="$target"; \
> fi; \
> (cd $subdir && make $local_target) \
> || eval $failcom; \
> done; \
> if test "$dot_seen" = "no"; then \
> make "$target-am" || exit 1; \
> fi; test -z "$fail"
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /root/orca-snapshot-r535/packages/rrdtool-1.0.50
> *** Error code 1
> make: Fatal error: Command failed for target `all'
>
> Have I missed something in the install process?
>
>
>
More information about the Orca-users
mailing list