SPUG:Perl/Apache

Jeff Almeida spud at spudzeppelin.com
Thu Apr 10 10:52:45 CDT 2003


Also Sprach Reed, Gregory V:
>Does anyone know of any problems existing with:
>	Perl 5.6.1
>	Apache 1.3.27
>When using Mod-Perl module?

There are a number of possible problems, but I'm going to need some more 
specifics, such as 0S, compiler, dynamic or static mod_perl, precompiled 
or built-from-source Apache, and so on :)

Something to watch for: the number one trap, that catches a number of 
people, is that Perl, Apache, and mod_perl all ought to be built with the  
same compiler.  So in a commercial Unix, you would often have Perl on the 
system by default, built with cc, and then you try to go in and build 
Apache (ok by itself) and then mod_perl with gcc -- and you wind up with a 
mess in the linker!

I hope this helps :)
jeff

-- 

************************************************************
Jeff D. "Spud (Zeppelin)" Almeida
Little Elm, TX
spud at spudzeppelin.com



More information about the spug-list mailing list