Hi,
    I am using mod_perl-1.25_01 on Tru64 unix with apxs.

The default packaging creates the DSO mod_perl as libperl.so. This
causes problems on Tru64 unix as the loader cannot differentiate between
libperl.so which is part of the PERL distribution and libperl.so which
is the Apache DSO.

I found the replacing libperl in apaci/Makefile with mod_perl  (4
places) solved this issue.

Given that Apache seems to use mod_*.so for library names..... why not
with mod_perl ?
If that does not make sense, how about adding a variable that could e
used with Makefile.PL ?

regards,
    Dave Hill



--
+---------------------oOO--(_)--OOo------------------------+
|Dave Hill                (0 0)    Unix Software Group     |
|Mailstop: ZKO3-2/W17     \//\/                            |
|Digital Equipment Corp.           (603 )884-2985          |
|110 Spitbrook Road       /\//\    enet: [EMAIL PROTECTED]|
|Nashua, NH 03062-2698    (0_0)                            |
+---------------------oOO--(_)--OOo------------------------+



Reply via email to