dougm 00/04/28 20:01:00
Modified: . 00README_FIRST
Removed: patches dso-link-hack.pat
Log:
no need for dso-link-hack.pat
Revision Changes Path
1.7 +3 -4 modperl-2.0/00README_FIRST
Index: 00README_FIRST
===================================================================
RCS file: /home/cvs/modperl-2.0/00README_FIRST,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- 00README_FIRST 2000/04/29 02:28:34 1.6
+++ 00README_FIRST 2000/04/29 03:00:58 1.7
@@ -28,12 +28,11 @@
% perl Makefile.PL MP_USE_DSO=1 && make
-(note the dso-link-hack.pat is need for my suse-6.1, might be
+(note the EXTRA_LIBS are needed for my suse-6.1, might be
different for your platform)
% cd ../apache-2.0/src
-% ./configure --prefix=$HOME/apache-2.0 --with-mpm=mpmt_pthread
-% patch -p1 < ../modperl-2.0/patches/dso-link-hack.pat
+% EXTRA_LIBS="-ldl -rdynamic" ./configure --with-mpm=mpmt_pthread ...
% make
as for httpd.conf, mine looks something like so at the moment:
@@ -63,4 +62,4 @@
warn "hey, it works!";
}
---dougm 04/24
+--dougm 04/28