“Trouble installing r2ghidra”

huangapple go评论172阅读模式
英文:

Trouble installing r2ghidra

问题

I am using a MacBook with OS Ventura 13.3 and trying to install the r2ghidra plug-in through the command r2pm -ci r2ghidra but it fails with the following error:
“Trouble installing r2ghidra”

I have tried various fixes such as reinstalling radare2 both by running brew install radare2 and per the instruction on the radare2 github, i.e.

git clone https://github.com/radareorg/radare2
radare2/sys/install.sh

Does anyone know how I could resolve this issue and download r2ghidra?

英文:

I am using a MacBook with OS Ventura 13.3 and trying to install the r2ghidra plug-in through the command r2pm -ci r2ghidra but it fails with the following error:
“Trouble installing r2ghidra”

I have tried various fixes such as reinstalling radare2 both by running brew install radare2 and per the instruction on the radare2 github, i.e.

git clone https://github.com/radareorg/radare2
radare2/sys/install.sh

Does anyone know how I could resolve this issue and download r2ghidra?

答案1

得分: 0

After some more research I found that running

brew install pkg-config

worked even though I already had pkgconfig.

英文:

After some more research I found that running

brew install pkg-config

worked even though I already had pkgconfig.

huangapple
  • 本文由 发表于 2023年4月10日 20:51:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/75977301.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定