I have installed Kamailio 3.0 but without db support. When I tried to add support for postgres, the install errors and the kamdbctl does not install in order to create the database tables. I am installing on Solaris 10 and have included the error from the install:
Makefile.defs defs skipped gmake[1]: Entering directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' touch /usr/local/kamailio-3.0.0/lib/kamailio/modules_k/xlog.so ginstall -m 755 xlog.so /usr/local/kamailio-3.0.0/lib/kamailio/modules_k gmake[1]: Leaving directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' # other configs /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-cfg] Error 2
Thanks
Nathaniel
Hello,
On 3/21/10 12:23 AM, Nathaniel L Keeling wrote:
I have installed Kamailio 3.0 but without db support. When I tried to add support for postgres, the install errors and the kamdbctl does not install in order to create the database tables. I am installing on Solaris 10 and have included the error from the install:
Makefile.defs defs skipped gmake[1]: Entering directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' touch /usr/local/kamailio-3.0.0/lib/kamailio/modules_k/xlog.so ginstall -m 755 xlog.so /usr/local/kamailio-3.0.0/lib/kamailio/modules_k gmake[1]: Leaving directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' # other configs /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-cfg] Error 2
did you installed from tarball or git?
There was a fix for makefile system for solaris done after 3.0.0 release, installing from git should get it: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
Next minor release will have it as well.
Cheers, Daniel
This was from the tarball. I will try the version from git.
Thanks
Nathaniel
Daniel-Constantin Mierla wrote:
Hello,
On 3/21/10 12:23 AM, Nathaniel L Keeling wrote:
I have installed Kamailio 3.0 but without db support. When I tried to add support for postgres, the install errors and the kamdbctl does not install in order to create the database tables. I am installing on Solaris 10 and have included the error from the install:
Makefile.defs defs skipped gmake[1]: Entering directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' touch /usr/local/kamailio-3.0.0/lib/kamailio/modules_k/xlog.so ginstall -m 755 xlog.so /usr/local/kamailio-3.0.0/lib/kamailio/modules_k gmake[1]: Leaving directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' # other configs /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-cfg] Error 2
did you installed from tarball or git?
There was a fix for makefile system for solaris done after 3.0.0 release, installing from git should get it: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
Next minor release will have it as well.
Cheers, Daniel
I have successfully compliled and installed Kamailio 3.0 from git but I still do not have kamdbctl or kamctlrc installed in my install directory. Have they been replaced?
Thanks
Nathaniel
Daniel-Constantin Mierla wrote:
Hello,
On 3/21/10 12:23 AM, Nathaniel L Keeling wrote:
I have installed Kamailio 3.0 but without db support. When I tried to add support for postgres, the install errors and the kamdbctl does not install in order to create the database tables. I am installing on Solaris 10 and have included the error from the install:
Makefile.defs defs skipped gmake[1]: Entering directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' touch /usr/local/kamailio-3.0.0/lib/kamailio/modules_k/xlog.so ginstall -m 755 xlog.so /usr/local/kamailio-3.0.0/lib/kamailio/modules_k gmake[1]: Leaving directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' # other configs /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-cfg] Error 2
did you installed from tarball or git?
There was a fix for makefile system for solaris done after 3.0.0 release, installing from git should get it: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
Next minor release will have it as well.
Cheers, Daniel
On 3/22/10 3:00 AM, Nathaniel L Keeling III wrote:
I have successfully compliled and installed Kamailio 3.0 from git but I still do not have kamdbctl or kamctlrc installed in my install directory. Have they been replaced?
no, the fix to makefile for opensolaris introduced a c&p issue in installing the utilities. Do a:
git pull origin
in source code tree and try again. Let me know if it ok now.
Thanks, Daniel
Thanks
Nathaniel
Daniel-Constantin Mierla wrote:
Hello,
On 3/21/10 12:23 AM, Nathaniel L Keeling wrote:
I have installed Kamailio 3.0 but without db support. When I tried to add support for postgres, the install errors and the kamdbctl does not install in order to create the database tables. I am installing on Solaris 10 and have included the error from the install:
Makefile.defs defs skipped gmake[1]: Entering directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' touch /usr/local/kamailio-3.0.0/lib/kamailio/modules_k/xlog.so ginstall -m 755 xlog.so /usr/local/kamailio-3.0.0/lib/kamailio/modules_k gmake[1]: Leaving directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' # other configs /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-cfg] Error 2
did you installed from tarball or git?
There was a fix for makefile system for solaris done after 3.0.0 release, installing from git should get it: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
Next minor release will have it as well.
Cheers, Daniel
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Thanks. I now have the kamdbctl and kamctl in the sbin directory.and kamctlrc in etc/kamailio/ directory. I am not familiar with git but can you explain what was done?
Nathaniel
Daniel-Constantin Mierla wrote:
On 3/22/10 3:00 AM, Nathaniel L Keeling III wrote:
I have successfully compliled and installed Kamailio 3.0 from git but I still do not have kamdbctl or kamctlrc installed in my install directory. Have they been replaced?
no, the fix to makefile for opensolaris introduced a c&p issue in installing the utilities. Do a:
git pull origin
in source code tree and try again. Let me know if it ok now.
Thanks, Daniel
Thanks
Nathaniel
Daniel-Constantin Mierla wrote:
Hello,
On 3/21/10 12:23 AM, Nathaniel L Keeling wrote:
I have installed Kamailio 3.0 but without db support. When I tried to add support for postgres, the install errors and the kamdbctl does not install in order to create the database tables. I am installing on Solaris 10 and have included the error from the install:
Makefile.defs defs skipped gmake[1]: Entering directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' touch /usr/local/kamailio-3.0.0/lib/kamailio/modules_k/xlog.so ginstall -m 755 xlog.so /usr/local/kamailio-3.0.0/lib/kamailio/modules_k gmake[1]: Leaving directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' # other configs /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-cfg] Error 2
did you installed from tarball or git?
There was a fix for makefile system for solaris done after 3.0.0 release, installing from git should get it: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
Next minor release will have it as well.
Cheers, Daniel
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Thanks. I now have the kamdbctl and kamctl in the sbin directory.and kamctlrc in etc/kamailio/ directory. I am not familiar with git but can you explain what was done?
Nathaniel
Daniel-Constantin Mierla wrote:
On 3/22/10 3:00 AM, Nathaniel L Keeling III wrote:
I have successfully compliled and installed Kamailio 3.0 from git but I still do not have kamdbctl or kamctlrc installed in my install directory. Have they been replaced?
no, the fix to makefile for opensolaris introduced a c&p issue in installing the utilities. Do a:
git pull origin
in source code tree and try again. Let me know if it ok now.
Thanks, Daniel
Thanks
Nathaniel
Daniel-Constantin Mierla wrote:
Hello,
On 3/21/10 12:23 AM, Nathaniel L Keeling wrote:
I have installed Kamailio 3.0 but without db support. When I tried to add support for postgres, the install errors and the kamdbctl does not install in order to create the database tables. I am installing on Solaris 10 and have included the error from the install:
Makefile.defs defs skipped gmake[1]: Entering directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' touch /usr/local/kamailio-3.0.0/lib/kamailio/modules_k/xlog.so ginstall -m 755 xlog.so /usr/local/kamailio-3.0.0/lib/kamailio/modules_k gmake[1]: Leaving directory `/usr/local/src/kamailio-3.0.0/modules_k/xlog' # other configs /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-cfg] Error 2
did you installed from tarball or git?
There was a fix for makefile system for solaris done after 3.0.0 release, installing from git should get it: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
Next minor release will have it as well.
Cheers, Daniel
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
On Wednesday 24 March 2010, Nathaniel L Keeling III wrote:
Thanks. I now have the kamdbctl and kamctl in the sbin directory.and kamctlrc in etc/kamailio/ directory. I am not familiar with git but can you explain what was done?
Hi Nathaniel,
there was an error in the Makefile, you could take a look to the commit from monday on sr-dev list with subject: "git:master: makefile: fix install utils" from Daniel for the details.
Regards,
Henning