Score:0

rpm is not installing dependencies, how to fix that?

cn flag

I am using fpm to create an rpm for our application and need some dependencies as part of it.

yum install gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel tk-devel libffi-devel xz-devel

Same, I have passed to fpm dependency parameters using -d.

'-d', 'openssl-devel', '-d', 'git', '-d', 'rsync', '-d', 'zip',
            '-d', 'gcc', '-d', 'zlib-devel','-d', 'bzip2', '-d', 'bzip2-devel', 
            '-d', 'readline-devel', '-d', 'sqlite', '-d', 'sqlite-devel', '-d', 'tk-devel', '-d', 'libffi-devel', '-d', 'xz-devel',
            

But they are not getting installed.

sudo rpm -qvRp rpmfile.rpm

This command is giving below output.

pre,interp: /bin/sh
post,interp: /bin/sh
manual: bzip2
manual: bzip2-devel
manual: gcc
manual: git
manual: libffi-devel
manual: openssl-devel
manual: readline-devel
rpmlib: rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib: rpmlib(PayloadFilesHavePrefix) <= 4.0-1
manual: rsync
manual: sqlite
manual: sqlite-devel
manual: tk-devel
manual: xz-devel
manual: zip
manual: zlib-devel

Even raised a github repo issue in the fpm repo, but no response.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.