File: README.hpux

package info (click to toggle)
libapache2-mod-rivet 3.2.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 6,296 kB
  • sloc: xml: 8,554; tcl: 7,568; ansic: 7,094; sh: 5,017; makefile: 195; sql: 91; lisp: 78
file content (18 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

   A bit of information from Craig Huckabee (huck@nosc.mil) regarding
   building Rivet on HPUX:

   I had to tweak the makefile to get everything to build (adding some
   include and library paths and -DEAPI) Apparently that rivet_module
   [this is from an error he was getting - davidw] came from one of the
   steps described in the Apache documentation for installing a DSO. I
   rebuilt and redid the steps and now it appears to work OK. My next
   test will be using some of the tcl extensions and seeing how well they
   work.

   I also have to track down and beat out a linker problem with Tcl
   itself. I had to add -lm to your makefile to include the math
   libraries when linking against my Tcl build which is wrong. Somewhere
   along the way, while building Tcl, that library isn't being linked in
   correctly (at least that's what I think). Just one of the joys of
   building on HP-UX I guess.