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(Apache::TestConfigParse) is needed by mod-perl-2.0.4-1.noarch
perl(Apache::TestConfigPerl) is needed by mod-perl-2.0.4-1.noarch
perl(BSD::Resource) is needed by mod-perl-2.0.4-1.noarch
perl(Data::Flow) is needed by mod-perl-2.0.4-1.noarch
perl(Module::Build) >= 0.18 is needed by mod-perl-2.0.4-1.noarch
Then I looked inside the source directory and it looks like for eg
StructureTable is not in DESTDIR. And also when I installed with
--nodeps and tested my code it seems to work fine. I am confused if
the above are needed or not?
2010/12/14 Torsten Förtsch <[email protected]>:
> On Tuesday, December 14, 2010 23:17:10 Mohit Anchlia wrote:
>> Thanks! So for eg: DESTDIR needs to be given in make install or with
>> make perl Makefile.PL?
>
> the former
>
> Torsten Förtsch
>
> --
> Need professional modperl support? Hire me! (http://foertsch.name)
>
> Like fantasy? http://kabatinte.net
>