rse 99/08/19 09:02:10
Modified: mpm README.rse
Log:
Use Pth 1.1 release versions now
Revision Changes Path
1.7 +5 -7 apache-2.0/mpm/README.rse
Index: README.rse
===================================================================
RCS file: /home/cvs/apache-2.0/mpm/README.rse,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.rse 1999/08/13 16:01:11 1.6
+++ README.rse 1999/08/19 16:01:58 1.7
@@ -33,11 +33,9 @@
[the portable hybrid (preforking+prethreading) process model]
$ cd <ROOT>/apache-mpm
- $ lynx ftp://alpha.gnu.org/gnu/pth/pth-1.1b4.tar.gz
- [You can use also any later Pth version, of course. ]
- [Especially release versions >= 1.1.0 from ftp://ftp.gnu.org/gnu/pth/]
- $ gunzip <pth-1.1b4.tar.gz | tar xvf -
- $ cd pth-1.1b4
+ $ lynx ftp://ftp.gnu.org/gnu/pth/pth-1.1.X.tar.gz
+ $ gunzip <pth-1.1.X.tar.gz | tar xvf -
+ $ cd pth-1.1.X
$ ./configure \
--disable-shared \
--enable-pthread \
@@ -46,8 +44,8 @@
$ make test
$ cd <ROOT>/apache-mpm/mpm
- $ CFLAGS='-I\$(SRCDIR)/../pth-1.1b4 -DPTHREAD_EVERYWHERE
-DNO_SERIALIZED_ACCEPT' \
- LDFLAGS='-L\$(SRCDIR)/../pth-1.1b4/.libs' \
+ $ CFLAGS='-I\$(SRCDIR)/../pth-1.1.X -DPTHREAD_EVERYWHERE
-DNO_SERIALIZED_ACCEPT' \
+ LDFLAGS='-L\$(SRCDIR)/../pth-1.1.X/.libs' \
LIBS="-lpthread" \
./configure \
--with-layout=GNU \