Search Criteria
Package Details: kamailio-mongodb-modules 5.2.3-1
Git Clone URL: | https://aur.archlinux.org/kamailio.git (read-only, click to copy) |
---|---|
Package Base: | kamailio |
Description: | Mongodb database driver and non-db connector for Kamailio |
Upstream URL: | http://www.kamailio.org/ |
Keywords: | sip voip |
Licenses: | |
Submitter: | None |
Maintainer: | Miegl |
Last Packager: | Miegl |
Votes: | 10 |
Popularity: | 0.000001 |
First Submitted: | 2010-12-16 14:21 |
Last Updated: | 2019-06-01 13:28 |
Dependencies (42)
- kamailio
- mongo-c-driver
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- snappy (snappy-git, libsnappy, snappy-static)
- bison (byacc-bison, bison-git) (make)
- curl (curl-git, curl-minimal-git) (make)
- db (db6.2) (make)
- dnssec-tools (make)
- docbook2x (make)
- erlang (erlang-git) (make)
- expat (expat-git) (make)
- flex (flex-git) (make)
- freeradius-client (make)
- geoip (geoip-git) (make)
- hiredis (hiredis-git) (make)
- jansson (jansson-git) (make)
- json-c (json-c-git) (make)
- libev (milter-manager-git) (make)
- libevent (libevent-git, libevent-fb) (make)
- libldap (make)
- libmaxminddb (libmaxminddb-git) (make)
- libmemcached (make)
- libphonenumber (make)
- librabbitmq-c (make)
- libunistring (libunistring-git) (make)
- libxml2 (libxml2-linenum, libxml2-git) (make)
- lksctp-tools (make)
- lua (make)
- mariadb-clients (mysql-clients55, mariadb-clients-git, mariadb103-clients, mysql-clients56, mysql-clients57, mysql-clients, percona-server-clients) (make)
- mongo-c-driver (make)
- mono (mono48, mono-alpha, mono-beta, mono-stable, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly) (make)
- net-snmp (make)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened) (make)
- pcre (pcre-svn) (make)
- perl (perl-git) (make)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-10, postgresql-src-beta, postgresql-9.5, postgresql-9.4, postgresql-src, postgresql-lts, postgresql-12, postgresql-9.6, postgresql-11) (make)
- python (python-dbg) (make)
- python2 (make)
- ruby (ruby1.8, rvm) (make)
- snappy (snappy-git, libsnappy, snappy-static) (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
- unixodbc (erlang-unixodbc-git) (make)
Latest Comments
1 2 Next › Last »
pronet commented on 2020-06-18 01:12
Updated PKGBUILD for version 5.4.0 that will compile with 5.X kernels and added more modules.
steinbuch commented on 2019-10-10 16:51
Installation fails due to truncated kamcmd.o:
LD (gcc) [U kamcmd] kamcmd /usr/bin/ld: kamcmd.o: file not recognized: file truncated collect2: error: ld returned 1 exit status make[3]: *** [../../src//Makefile.rules:191: kamcmd] Error 1 ERROR: make --no-print-directory -C ../../../utils/kamcmd install-if-newer failed
Miegl commented on 2019-03-17 20:54
jdoe: should work now.
jdoe commented on 2019-03-17 18:29
The service file seems to be broken. On line 9, "EnvironmentFile" is set to "/etc/kamailio" which is a directory rather than a file. On line 14, "RuntimeDirectoryMode=0750" and "Restart=on-failure" should be on separate lines.
robertfoster commented on 2018-07-02 14:07
I leave here an updated PKGBUILD:
kamailio.service
agnar commented on 2017-06-21 22:31
I can't build this package. It looks like a Makefile.defs file is missing.
End of build output:
...
rm -f cfgt.d cfgt.d cfgt.d *~
rm -f qos.d qos.d qos.d *~
make[1]: Leaving directory '/tmp/yaourt-tmp-mythtv/aur-kamailio/src/kamailio-5.0.2/src'
sed: can't read Makefile.defs: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build kamailio.
==> Restart building kamailio ? [y/N]
==> ---------------------------------
==>
hotaru commented on 2017-03-07 07:54
in addition to the wrong paths, the package that is built doesn't seem to contain all the necessary files for MySQL or postgres support, and there's no systemd service file.
agnar commented on 2017-02-09 18:12
The wrong paths are very annoying.
I solved it by make some changes in PKGBUILD.
In build() changed the line to:
make prefix=/usr cfg_prefix=${pkgdir} LIBDIR=lib config
In package() changed the line to:
make DESTDIR="$pkgdir" install
Maybe there are better solutions.
davepb commented on 2017-01-27 21:16
After installing this all the default paths are set wrong:
Configuration file (default: /tmp/yaourt-tmp-user/aur-kamailio/pkg/kamailio/usr/etc/kamailio/kamailio.cfg)
Modules search path (default: /tmp/yaourt-tmp-user/aur-kamailio/pkg/kamailio/usr/lib/kamailio/modules)
I can't seem to find a way to change these either.
mtrnord commented on 2015-08-10 23:08
I added the dependencie radiusclient-ng to AUR. Have fun ;)