irontec / sngrep

Ncurses SIP Messages flow viewer
GNU General Public License v3.0
1.01k stars 189 forks source link

Make file error while installing sngrep #484

Closed sajai20 closed 5 months ago

sajai20 commented 5 months ago

I'm trying to install sngrep in 8.6 linux server but while trying to make i could see the below mentioned error how to get rid of this below mentioned error

capture.c:1211:1: fatal error: opening dependency file .deps/sngrep-capture.Tpo: Permission denied

Kaian commented 5 months ago

Hi,

This seems a problem in your enviroment. It looks like you have used root (or other) user to compile sngrep at some point and now you're trying to overwrite that files as a regular user, that can not access that generated files.

Please try to compile as a regular user and only install as root user: See: https://github.com/irontec/sngrep/wiki/Building#compiling-the-sources

Best regards