Re: [Kamailio-Users] Kamdbctl not installing and Install error

2010-03-23 Thread Nathaniel L Keeling III
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 cp 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





___
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


Re: [Kamailio-Users] Kamdbctl not installing and Install error

2010-03-22 Thread Daniel-Constantin Mierla



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 cp 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



--
Daniel-Constantin Mierla * http://www.asipto.com/

___
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


Re: [Kamailio-Users] Kamdbctl not installing and Install error

2010-03-21 Thread Daniel-Constantin Mierla

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

--
Daniel-Constantin Mierla
* http://www.asipto.com/

___
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


Re: [Kamailio-Users] Kamdbctl not installing and Install error

2010-03-21 Thread Nathaniel L Keeling III

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



___
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


Re: [Kamailio-Users] Kamdbctl not installing and Install error

2010-03-21 Thread Nathaniel L Keeling III
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



___
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