osx - Kamailio installation error on MAC 10.9, what is this error? -


i trying install kamailio 4.1 on mac os10.9 command:

make cfg; make all; make install 

but see on terminal, through:

mkdir -p /usr/local/etc/kamailio/ /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [install-cfg] error 2 

what error? missing else? please guide me correct way achieve objective.

not clear provided log messages, expect file system privileges. need run 'make install' via sudo (or privileged user can create directory /usr/local/etc/kamailio/).

i use kamailio on mac os x few years now. apart of installing libraries via mac ports various modules, runs smooth.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -