Okay, here's what I've done which "seems" to have worked with a
statically-linked mod_perl.
o untar all distributions into a working directory
o ./configure apache with all the usual options I use (i have a script that
has this):
./configure --with-perl=/usr/local/bin/perl --enable-module=rewr
At 02:55 PM 6/10/2003, Ged Haywood wrote:
[ ... ]
Try taking out
--enable-shared=max
[ ... ]
This caused the compilation process to bomb:
./libhttpd.so: warning: mktemp() possibly used unsafely; consider using
mkstemp()
/usr/local/lib/perl5/5.8.0/mach/auto/DynaLoader/DynaLoader.a(DynaLoader.o)
This is what I found:
>
--enable-shared=max tells the script to include mod_so (needed for dynamic
modules, or DSOs) and compile all the standard modules as dynamic modules
<
So I will need to find some way around this for the other things I rely
upon. but it seems that mod_perl's
Jun 2003, Forrest Aldrich wrote:
> The configure process goes through and shows that it's selected a DSO
> compilation, and that's not what I want so I just stopped it.
>
> The configure process complains about PERL_SSI and says it cannot include
> that with a DSO, etc.
I did a test compile of mod_perl as a DSO, and ran into a problem with
another module I use (mod_dav). It requires EXPAT to be defined in the
ap_auto_config.h file. However, I found this in the mod_perl Makefile.PL:
# Do not disable the rule EXPAT for Stronghold, since this
# r
wonder if some other flag might set the make process to "assume" DSO builds?
Forrest
At 07:51 PM 6/9/2003, Ged Haywood wrote:
Hello again,
On Mon, 9 Jun 2003, Forrest Aldrich wrote:
> Referring back to my original post, it with the options I specified, the
> compile process still i
Ged,
This is what the make output shows... I've read the docs. Perhaps I need
to try compiling mod_perl with a different method (I recall a build option
with apxs, outside of the apache src tree).
o perl_module uses ConfigStart/End
+ mod_perl build type: DSO
+ setting up mod_perl b
At 03:26 AM 6/9/2003, Ged Haywood wrote:
Hi there,
On Sun, 8 Jun 2003, Forrest Aldrich wrote:
> I want to try compiling mod_perl statically
What's the question?
73,
Ged.
[ ... ]
Referring back to my original post, it with the options I specified, the
compile process still in
I'm finally getting down to trying this out, per Ged's directions.
I want to try compiling mod_perl statically - I believe APACI is for DSO
only - when I try to run perl Makefile.PL, I get warnings about compiling
SSI with a DSO, thus I believe the following might need to be modified
(removing
With regard to the RT (http://www.fsck.com/rt) program, there were notes in
the README file that said mod_perl DSO has/had "massive scalability
problems" when using HTML::Mason.
I inquired to the RT author, who isn't certain that issues till persists -
so I also inquired to the HTML::Mason peop
the Layout, which I customize).
Thanks for your help.
At 12:01 PM 5/26/2003, you wrote:
Hello again,
Please keep it on the list.
On Mon, 26 May 2003, Forrest Aldrich wrote:
> I'm using whatever is in CVS at the moment. The Changes file indicates
> this is version 1.27_01-dev.
Well tha
I couldn't find a faq on this one.
I need to also install apache with php and mod_ssl. Those two require a
simple ./configure --switch to enable them. I didn't see anything for
mod_perl in the INSTALL, and it seemed there were a lot of manual things to
be done, which made me think I wasn't
12 matches
Mail list logo