Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 12:24 AM
04-18-2001 12:24 AM
tripwire
I have tried various combinations of cc, yacc, bison, lex and flex but always end up with compilation errors of some sort.
I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 08:18 AM
04-18-2001 08:18 AM
Re: tripwire
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 05:01 AM
04-19-2001 05:01 AM
Re: tripwire
Anyway, you need an ANSI cc compiler like HP's ansi c or gcc (GNU cc)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 05:53 AM
05-04-2001 05:53 AM
Re: tripwire
I used regular old cc, but
I had to take gcc out of
my PATH before it worked.
No idea why...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 12:42 PM
08-15-2001 12:42 PM
Re: tripwire
Move the tripwire-1.3.1-1.tar.gz file to /tmp
gunzip tripwire-1.3.1-tar.gz
tar xvf tripwire-1.3.1-tar
cd tw_ASR_1.3.1_src
vi Makefile
Uncomment the following lines and comment out the others around them:
LEX = lex
YACC = yacc
SHELL = /bin/sh
CC = cc
CFLAGS = -g -Ae
CPP = $(CC) ?E
LDFLAGS = -static
LIBS =
INSTALL = /bin/cp
HOSTNAME = ?hostname?
vi configs/conf-hpux.h
Change:
#ifndef __GNUC__
#endif
to
#define _HPUX_SOURCE
vi include/config.h
Change the following lines:
#include ?../configs/conf-hpux.h?
vi src/siggen.c
:%s/sigvector/sigvector1/g
(This is just a vi search & replace command that replaces all occurences of sigvector with sigvector1)
make (this will error out, it is supposed to)
vi src/config.lex.c
Change:
static void __yy__unused() { main(); }
to
static void __yy__unused() { main(0,0); }
make (yes, run make again.)
mkdir /usr/local/bin/tw
mkdir /var/tripwire
cp src/tripwire /usr/local/bin/tw
cp src/siggen /usr/local/bin/tw
cp configs/tw.conf.hpux /usr/local/bin/tw/tw.config
cd /usr/local/bin/tw
./tripwire ?initialize
This will create the database, you will see a series of NO SUCH FILE/DIRECTORY errors. These are OK.
Note these entires and remove them from the /usr/local/bin/tw/tw.config file upon completion
mv databases/tw.db_