http://qs321.pair.com?node_id=945005


in reply to Including dependencies while creating rpm packages of perl modules

What module are you trying to package? What error messages do you get?
  • Comment on Re: Including dependencies while creating rpm packages of perl modules

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

    I was trying to create an RPM for Apache::DBI module. I'm getting the following error:

    Warning: prerequisite DBI 1 not found.
    Warning: prerequisite Digest::SHA1 2.01 not found.
    Unable to build module, the following dependencies have failed:

      Did you try installing DBI and Digest::SHA1 ?

        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.