File: README.Solaris

package info (click to toggle)
integrit 2.03.02-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,328 kB
  • ctags: 555
  • sloc: ansic: 4,190; sh: 295; makefile: 257; perl: 224
file content (12 lines) | stat: -rw-r--r-- 571 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
The configure script sometimes fails on Solaris, leading to this kind
of thing:

 >>> recording dependencies for integrit: gcc -I. -I ./hashtbl -DHAVE_CONFIG_H -MM *.c > dep.mak
cdb.c:43: #error No stdint.h or inttypes.h found.
cdb.c:50: warning: #warning CDB_MAX_MMAP not defined.  Using default (0xffffffff)

... and so forth.  If this happens to you, just remove config.cache,
and do "./configure && make" over again.  Then it will work.  

If you know why this is happening (and the latest version of integrit
still has this README.Solaris file), please let me know.