We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2552b8e commit 7f98da4Copy full SHA for 7f98da4
00README_FIRST
@@ -28,12 +28,11 @@ to build mod_perl dynamic:
28
29
% perl Makefile.PL MP_USE_DSO=1 && make
30
31
-(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
32
different for your platform)
33
34
% cd ../apache-2.0/src
35
-% ./configure --prefix=$HOME/apache-2.0 --with-mpm=mpmt_pthread
36
-% patch -p1 < ../modperl-2.0/patches/dso-link-hack.pat
+% EXTRA_LIBS="-ldl -rdynamic" ./configure --with-mpm=mpmt_pthread ...
37
% make
38
39
as for httpd.conf, mine looks something like so at the moment:
@@ -63,4 +62,4 @@ sub MyLog::handler {
63
62
warn "hey, it works!";
64
}
65
66
---dougm 04/24
+--dougm 04/28
patches/dso-link-hack.pat
0 commit comments