1 message in com.perforce.perforce-user[p4] RE: Webkeeper with Apache 1.3 [.12]
FromSent OnAttachments
Paul Goffin17 May 2000 01:47 
Subject:[p4] RE: Webkeeper with Apache 1.3 [.12]
From:Paul Goffin (PGof@baltimore.com)
Date:05/17/2000 01:47:14 AM
List:com.perforce.perforce-user

I've just got it to build.

MY steps:

1. Untar apache 1.3.12 2. run configure. 3. Make. 4. Put the p4api "*.a" files in "src/Perforce", put the p4api "*.h" files in "src/include". 5. put the files from //guest/paul_goffin/apache1.3.6/src/modules/perforce into src/modules/perforce. 6. Modify the makefile in src as follows: 6.1 mod: MODULES = \ modules/standard/libstandard.a to: MODULES = \ modules/standard/libstandard.a \ modules/perforce/libperforce.a

6.2 mod: EXTRA_LIBS= to: EXTRA_LIBS=-L$(SRCDIR)Perforce -lclient -lrpc -lsupp 7. Modify the makefile in src/modules as follows: 7.1 mod: MODULES=standard to: MODULES=standard perforce

Then goto src and type make again.

Works for me.

Paul.