Operating System - HP-UX
1832743 Members
2940 Online
110044 Solutions
New Discussion

orca and rrdtool for HPUX

 
yc_2
Regular Advisor

orca and rrdtool for HPUX

Hi,

Has anyone successfully installed both orca (http://www.orcaware.com/orca/) and rrdtool in HP-UX?

Tried but failed with the following:

rrdtool-1.2.10 (after issued make):
:
gcc -DHAVE_CONFIG_H -DMAKE_TIMESTAMP=\"""\" -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/rrdtool-1.2.10/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2010 -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -g -O2 -fPIC -DPIC -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -DSTANDALONE -c -o rrdupdate.o
gcc: no input files
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.


orca-0.27 (after issued make):
:
/usr/bin/ld: (Warning) At least one PA 2.0 object file (RRDs.o) was detected. The linked output may not run on a PA 1.x system.
chmod 755 blib/arch/auto/RRDs/RRDs.sl
cp RRDs.bs blib/arch/auto/RRDs/RRDs.bs
chmod 644 blib/arch/auto/RRDs/RRDs.bs
Manifying blib/man3/RRDs.3
cd ..
cd lib
make CFLAGS=-g -O2 || exit 1
perl -e 'while (sysread(STDIN, $b, 35)){print unpack("h*", $b),"\n"}' < > orca_logo.gif.hex
sh: Syntax error at line 1 : `>' is not expected.
*** Error exit code 2

Stop.
*** Error exit code 1

Stop.

Thanks in advance for any advice posted.