http://www.perlmonks.org?node_id=945119


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

Did you try installing DBI and Digest::SHA1 ?
  • Comment on Re^3: Including dependencies while creating rpm packages of perl modules

Replies are listed 'Best First'.
Re^4: Including dependencies while creating rpm packages of perl modules
by sathya_myl (Acolyte) on Dec 28, 2011 at 08:57 UTC

    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.

      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.