RE: compiling mod_perl without root...

2001-02-13 Thread Stas Bekman
On Tue, 13 Feb 2001, Joseph Crotty wrote: > Ged, > > Thanks for the reply. The heart of the problem is we need to compile > apache/mod_perl from source(i.e. apache_1.3.14.tar.gz and > mod_perl1-1.25.tar.gz) which lives in cvs. As Ged has mentioned, you need to read the guide: http://perl.apache

Re: compiling mod_perl without root...

2001-02-13 Thread G.W. Haywood
Hi there, On Tue, 13 Feb 2001, Joseph Crotty wrote: > How do I compile so the apache perl modules get > installed in a place of my choosing??? You can just copy them there yourself. Then all you have to do is set the @INC paths so they can be found at runtime. I think you'll find all you need

RE: compiling mod_perl without root...

2001-02-13 Thread Joseph Crotty
stuck if I want to compile with other than rootor else edit the makefile.PL which sounds dreadful. -Original Message- From: G.W. Haywood [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 2:21 PM To: Joseph Crotty Cc: [EMAIL PROTECTED] Subject: Re: compiling mod_perl without ro

compiling mod_perl without root...

2001-02-13 Thread Joseph Crotty
HI all, Situation: I have compiled and installed apache_1.3.14/mod_perl-1.24 using makepl_args.mod_perl. All this was done as root. But now of course that I have the cgi software package dialed in and ready to delivere to production my boss informs me that we need to be able to compile and del