CentOS6.5 Kamailio 4.1
I compiled Kamailio as follows so that the configuration file would be in "/etc/kamailio" rather than "/usr/local/etc/kamailio/"...
make cfg_prefix=/ all make cfg_prefix=/ install
When I try to start kamailio I get the following error...
Not starting : invalid configuration file!
ERROR: loading config file(/usr/local/etc/kamailio/kamailio.cfg): No such file or directory
I can find no reference in the init file to that location (which does not exist). Did I use the wrong options in make?
Gilbert