LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Apache mod_perl (https://www.linuxquestions.org/questions/slackware-14/apache-mod_perl-27543/)

raypen 08-08-2002 11:56 PM

Apache mod_perl
 
I would like to install Apache:ASP in the Apache web server that comes with
the Slackware 8.0 distribution. Having read the install instructions, it appears
that I have to install mod_perl first. The instructions on the Apache web site
seem to indicate that I will have to completely recompile Apache with the
source code for mod_perl included.

Is there any way to avoid a complete recompile; i.e. is there some kind of
binary add-on?

BTW, pkgtool reveals that there is no mod_perl module included in the
distribution but I'm not sure.

raypen 08-12-2002 09:48 PM

Additional
 
After a more exhaustive reading of the mod_perl - Apache install
instructions it appears that I can compile mod_pearl as an add
on to an already compiled 'httpd' using APXS sort of outside
the Apache source tree.

However, a reading of the requirements for creating a mod_perl
module as a DSO indicates that the version of Perl must have been
built using the system's native malloc(). Accordingly, if the following
is produced:

% perl -V:usemymalloc
usemymalloc='y';
% perl -V:bincompat5005
bincompat5005='define';

rebuild Perl with -Ubincompat5005.


My system returns "usemymalloc='n'; and bincompat5005='define';

Do I still have to rebuild Perl or can I use APXS and create a DSO
module for Apache without running into problems?

emink 08-20-2002 04:24 PM

i was just wondering...
 
I was just wondering when the new set of nvidia graphic cards would be coming out because im debating over whether i should wait, or just buy the new radeon 9700.

thx alot,
eric

rverlander 08-22-2002 10:40 PM

emink, dont bring back 1 week old threads so you can post an un-related question

ThaHermitt 12-10-2003 07:03 PM

Sorry for bringing back an old thread, but this pretty closely pretains to what I need.

Ive got Apache 1.3.29 already installed and running great. My boss needs to install a program that requites mod_perl and I REALLY REALLY dont want to have to recompile it all.

I was just wondering if anyone could give me a how-to or maybe a link to a page with some more details about what you were talking about in your 2nd post.

Thanks!

Bull Terrier 12-15-2003 12:14 AM

Yeah guys,

How the heck (in english) do you get asp web pages to work on Apache.
I've read apache's web site, but it's confusing.
So you have to install the mod perl first????
Would appriacate any feedback.

Thanks...

raypen 12-15-2003 10:46 AM

Talk about a useless thread!!!!

mindfrost82 08-30-2004 11:36 PM

To install mod_perl without recompiling Apache, try the walkthrough on my site:

http://www.mindfrost82.com/forums/showthread.php?t=737

It worked for me.

dkpw 10-09-2006 10:03 AM

Thank you
 
mindfrost82

Just a quick "Thank you" for all the time you saved me with your walk-through. One MoveableType installation just went a whole lot more smoothly and now runs quicker too.

Regards,

dkpw


All times are GMT -5. The time now is 02:56 PM.