Re: Building and installing mod_perl as a complete package

2010-12-21 Thread Torsten Förtsch
On Tuesday, December 21, 2010 01:07:06 Mohit Anchlia wrote: > I created a rpm for the files in DESTDIR but when I tried to install I see: > > rpm -ivh mod-perl-2.0.4-rpm.rpm > error: Failed dependencies: > perl(Apache2::FunctionTable) is needed by mod-perl-2.0.4-1.noarch > perl(Apa

Re: Building and installing mod_perl as a complete package

2010-12-20 Thread Mohit Anchlia
I created a rpm for the files in DESTDIR but when I tried to install I see: rpm -ivh mod-perl-2.0.4-rpm.rpm error: Failed dependencies: perl(Apache2::FunctionTable) is needed by mod-perl-2.0.4-1.noarch perl(Apache2: StructureTable) is needed by mod-perl-2.0.4-1.noarch perl(

Re: Building and installing mod_perl as a complete package

2010-11-24 Thread Vegard Vesterheim
On Tue, 23 Nov 2010 17:28:40 -0800 Mohit Anchlia wrote: > I was able to build mod_perl.so . But I noticed that "make install" > copies whole bunch of perl modules under non-apache directories. > > My question, > > 1. Is it possible to build it such that I don't have to run make > install on every

Re: Building and installing mod_perl as a complete package

2010-11-24 Thread Torsten Förtsch
On Wednesday, November 24, 2010 02:28:40 Mohit Anchlia wrote: > 1. Is it possible to build it such that I don't have to run make > install on every web server? Is there a way to build mod_perl that > contains everything including perl modules? This will help in install > and keeping track of mod_p

Building and installing mod_perl as a complete package

2010-11-23 Thread Mohit Anchlia
I was able to build mod_perl.so . But I noticed that "make install" copies whole bunch of perl modules under non-apache directories. My question, 1. Is it possible to build it such that I don't have to run make install on every web server? Is there a way to build mod_perl that contains everythin