0

I am trying to install libsctp on redhat. There is a chain of dependencies. How to install all libraries/dependencies in this group?

configure: error: --with-sctp given but cannot find libsctp [root@localhost libfixbuf-1.7.1]# cd ../Downloads/ [root@localhost Downloads]# rpm -ivh libsctp1-1.0.11-4-mdv2012.0.i586.rpm warning: libsctp1-1.0.11-4-mdv2012.0.i586.rpm: Header V3 DSA/SHA1 Signature, key ID 26752624: NOKEY Preparing... ########################################### [100%] package libsctp1-1.0.11-4.i586 is already installed [root@localhost Downloads]#

I am trying to install libfixbuf using ./configure --with-sctp The error thrown says that sctp is not installed. though it is installed

Solved the issue.. Installed lksctp-tools-1.0.16. That solved the problem

  • Update the exact error message. It will easy to understand the problem. – Rocoder Jan 19 '17 at 07:34
  • [Try it out](http://unix.stackexchange.com/questions/220503/how-to-install-dependencies-of-an-rpm-package-without-installing-the-package-its) – Rocoder Jan 19 '17 at 07:36
  • configure: error: --with-sctp given but cannot find libsctp [root@localhost libfixbuf-1.7.1]# cd ../Downloads/ [root@localhost Downloads]# rpm -ivh libsctp1-1.0.11-4-mdv2012.0.i586.rpm warning: libsctp1-1.0.11-4-mdv2012.0.i586.rpm: Header V3 DSA/SHA1 Signature, key ID 26752624: NOKEY Preparing... ########################################### [100%] package libsctp1-1.0.11-4.i586 is already installed [root@localhost Downloads]# – Viswanath Alikonda Jan 19 '17 at 07:44
  • I am trying to install libfixbuf using ./configure --with-sctp The error thrown says that sctp is not installed. though it is installed – Viswanath Alikonda Jan 19 '17 at 07:44
  • Please include this in the question itself (not in the comments). – EJoshuaS - Stand with Ukraine Jan 19 '17 at 08:06
  • Solved the issue.. Installed lksctp-tools-1.0.16. That solved the problem – Viswanath Alikonda Jan 19 '17 at 08:52

1 Answers1

1

Solved the issue.. Installed lksctp-tools-1.0.16. That solved the problem