| [Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] | 
[snips-users] Snips install problem with HPUX 10.20
  |  
I would like to try the Snips software on my HPUX 10.20 workstation but I
have been unable to even succeed through the initial ./Configure process.  I
have tried snips 1.1 and 1.2beta with the same results as partially listed
below.  I have gcc 3.0.1, perl 5.6.1 and rrdtool 1.0.33 installed.
Has anyone had success installing to HPUX 10.20 or 11.0 and know possibly
what I can do to get a successful install?
My primary problem seems to be  -->/usr/ccs/bin/ld: Unsatisfied symbols:<---
in most of the different modules.
Thanks
Norm
----------
MAKING IN etherload
----------
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  bpf.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  etherload.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  dlpi.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  main.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  nit.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  pfilt.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  snoop.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  linux.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  util.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  snips_specific.c
cc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include  
-c  get_devlist.c
        gcc -o
etherload -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/in
clude bpf.o etherload.o dlpi.o main.o nit.o pfilt.o snoop.o
  linux.o util.o snips_specific.o
get_devlist.o -L/local/lib -L/usr/local/snips-1.2beta/lib  -lsnips -L/usr/lo
cal/rrdtool-1.0.33/lib -lrrd
/usr/ccs/bin/ld: Unsatisfied symbols:
   flush_device (code)
   os_devices (data)
   get_devtype (code)
   getpkt (code)
   setup_device (code)
   isnan (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
MAKING IN snipslog
----------
gcc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include 
-DETCDIR=\"/usr/local/snips/etc\" -DPIDDIR
=\"/usr/local/snips/run\" -c  snipslogd.c
 gcc -O -DDEBUG -DSNIPS  -DRRDTOOL -DHPUX -I/usr/local/snips-1.2beta/include
snipslogd.o -L/local/lib -L/usr/local/snips-1.2beta/lib  -lsnips
-L/usr/local/rrdtool-1.0.33/lib -lrrd  -o snipslogd
/usr/ccs/bin/ld: Unsatisfied symbols:
   isnan (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
  |