in reply to Re^3: Including dependencies while creating rpm packages of perl modules
in thread Including dependencies while creating rpm packages of perl modules

After installing DBI and Digest::SHA1 i'm able to generate rpm for Apache::DBI. Thanks for the reply.

But when i'm trying the create rpm for HTTP::Date it dies with following error:

Unable to build module, the following dependencies have failed:
perl >= 5.008008

The installed perl version is 5.10.1. Help me to proceed further.

  • Comment on Re^4: Including dependencies while creating rpm packages of perl modules

Replies are listed 'Best First'.
Re^5: Including dependencies while creating rpm packages of perl modules
by Plankton (Vicar) on Dec 30, 2011 at 07:21 UTC
    How are you trying to create the rpm for HTTP::Date? What command do you execute and what is its output?

      cpan2rpm --debug --no-sign ~/builddir/test/HTTP-Date-6.00.tar.gz

      Unable to build module, the following dependencies have failed:
      perl >= 5.008008
      Stopped at /usr/bin/cpan2rpm line 491.

      Monks, any update for this thread.