kurtcobain has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, I created a rpm package , but when i try to install it shows failed dependency errors . I used cpan modules likeCofig::IniFiles,HTML::TableExtarct in my code. How can i resolve this error. Please help.
rpm -i patchmanagement-1-1.x86_64.rpm error: Failed dependencies: perl(Config::IniFiles) is needed by patchmanagement-1-1.x86_64 perl(HTML::TableExtract) is needed by patchmanagement-1-1.x86_64 perl(IO::CaptureOutput) is needed by patchmanagement-1-1.x86_64 perl(Spreadsheet::ParseExcel) is needed by patchmanagement-1-1.x86 +_64 perl(Text::CSV_XS) is needed by patchmanagement-1-1.x86_64 perl(XML::Writer) is needed by patchmanagement-1-1.x86_64
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: dependency error isntalling rpm package
by Anonymous Monk on Oct 15, 2012 at 17:42 UTC | |
|
Re: dependency error isntalling rpm package
by zwon (Abbot) on Oct 16, 2012 at 12:36 UTC |