opensips/tools/sngrep/ #354
Replies: 2 comments
-
专业!!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
-v --invert: 颠倒(不太明白) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
opensips/tools/sngrep/
[irontec] name=Irontec RPMs repository baseurl=http://packages.irontec.com/centos/$releasever/$basearch/ rpm –import http://packages.irontec.com/public.keyyum install sngrep
1.2 debian/ubuntu # debian 安装sngrep echo "deb http://packages.irontec.com/debian jessie main" >> /etc/apt/sources.list wget http://packages.irontec.com/public.key -q -O - | apt-key add - apt-get install sngrep -y debian buster 即 debian10以上可以直接 apt-get install sngrep 1.3 arch/manjaro yay -Syu sngrep 参考: https://aur.archlinux.org/packages/sngrep/
如果报错,编辑 /etc/makepkg.conf文件,删除其中的-Werror=format-security
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection" 2.
https://wdd.js.org/opensips/tools/sngrep/
Beta Was this translation helpful? Give feedback.
All reactions