英文:
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:

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:

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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论