osx - "rpm -qa" not working ("Segmentation fault: 11") -


problem

  • rpm -qa not working
$ rpm -qa * segmentation fault: 11 

state

  1. mac os x 10.10.5
  2. rpm version
$ sudo port search rpm  rpm @4.4.9_18 (sysutils, archivers)     rpm package management system.  rpm2html @1.9.6_1 (sysutils)     translates rpm database , dependency information html  rpm52 @5.2.1_9 (sysutils, archivers)     obsolete port, replaced rpm54  rpm53 @5.3.11_4 (sysutils, archivers)     obsolete port, replaced rpm54  rpm54 @5.4.15_1 (sysutils, archivers)     rpm package management system.  yum @3.2.29_1 (sysutils, archivers)     automatic updater , package installer/remover rpm  found 6 ports. 

either there bug in rpm (not likely) or missing dependency.

try run:

ldd  /usr/bin/rpm 

and show libraries using. if there missing on right side of =>, problem.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -