1

I am trying install Kamailio 4.1 on mac OS10.9 by command:

make cfg; make all; make install

But I see on Terminal, it through:

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

What is this error? Do I missing anything else? Please guide me the correct way to achieve my objective.

Barmar
  • 741,623
  • 53
  • 500
  • 612
TruongPS
  • 31
  • 1
  • 5

1 Answers1

2

Not clear from provided log messages, but I expect is about file system privileges. You need to run 'make install' via sudo (or as a privileged user that can create the directory /usr/local/etc/kamailio/).

I use kamailio on mac os x for few years now. Apart of installing some libraries via mac ports for various modules, all runs smooth.

miconda
  • 1,754
  • 11
  • 14