Re: Specify location of makepl_args.mod_perl

2003-11-09 Thread Stas Bekman
Sreeji K Das wrote: [...] Hm... Actually I manage the techstack for our development and production servers. The idea was we'll have a document & blindly following the document, anyone can manage the techstack (even those who don't have much idea about mod_perl/apache & other components). So we plan

Re: Specify location of makepl_args.mod_perl

2003-11-08 Thread Sreeji K Das
--- Stas Bekman <[EMAIL PROTECTED]> wrote: > Sreeji K > >>Why not do the simple: > >> > >>perl Makefile.PL `cat > >>/whereever/your/file/is/makepl_args.mod_perl` > > > Then I lose the flexibility of having comments & neat > formatting in the config. file. I'll have to escape > all the newlines.

Re: Specify location of makepl_args.mod_perl

2003-11-08 Thread Stas Bekman
Sreeji K Das wrote: --- Stas Bekman <[EMAIL PROTECTED]> wrote: > Sreeji K Das wrote: mod_perl build currently requires that makepl_args.mod_perl is present in one of current, '..' or $ENV{HOME}. ... Why not do the simple: perl Makefile.PL `cat /whereever/your/file/is/makepl_args.mod_perl`

Re: Specify location of makepl_args.mod_perl

2003-11-05 Thread Sreeji K Das
--- Stas Bekman <[EMAIL PROTECTED]> wrote: > Sreeji K Das wrote: > mod_perl build currently requires that > makepl_args.mod_perl is present in one of > > current, '..' or $ENV{HOME}. > ... > Why not do the simple: > > perl Makefile.PL `cat > /whereever/your/file/is/makepl_args.mod_perl` Then

Re: Specify location of makepl_args.mod_perl

2003-11-04 Thread Stas Bekman
Sreeji K Das wrote: Hi Guys How many of you use makepl_args.mod_perl ? I have a file handy with all the required options & I build a static httpd with a single 'perl Makefile.PL'. I have found this method very convenient. However, mod_perl build currently requires that makepl_args.mod_perl is pres

Re: Specify location of makepl_args.mod_perl

2003-11-04 Thread Geoffrey Young
Sreeji K Das wrote: Hi Guys How many of you use makepl_args.mod_perl ? I do. I have a file handy with all the required options & I build a static httpd with a single 'perl Makefile.PL'. I have found this method very convenient. However, mod_perl build currently requires that makepl_args.mod_pe