Skip to content

Commit 7f98da4

Browse files
committed
no need for dso-link-hack.pat
git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@67994 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2552b8e commit 7f98da4

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

00README_FIRST

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ to build mod_perl dynamic:
2828

2929
% perl Makefile.PL MP_USE_DSO=1 && make
3030

31-
(note the dso-link-hack.pat is need for my suse-6.1, might be
31+
(note the EXTRA_LIBS are needed for my suse-6.1, might be
3232
different for your platform)
3333

3434
% 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
35+
% EXTRA_LIBS="-ldl -rdynamic" ./configure --with-mpm=mpmt_pthread ...
3736
% make
3837

3938
as for httpd.conf, mine looks something like so at the moment:
@@ -63,4 +62,4 @@ sub MyLog::handler {
6362
warn "hey, it works!";
6463
}
6564

66-
--dougm 04/24
65+
--dougm 04/28

patches/dso-link-hack.pat

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)