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
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(
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
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
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