Search Criteria
Package Details: coturn 4.5.0.8-1
Git Clone URL: | https://aur.archlinux.org/coturn.git (read-only) |
---|---|
Package Base: | coturn |
Description: | Free open source implementation of TURN and STUN Server |
Upstream URL: | https://github.com/coturn/coturn |
Keywords: | turnserver |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | MoeRT09 |
Maintainer: | storrgie (jlkon13, swalladge) |
Last Packager: | swalladge |
Votes: | 11 |
Popularity: | 1.638894 |
First Submitted: | 2015-10-20 12:17 |
Last Updated: | 2018-12-26 01:11 |
Dependencies (5)
- hiredis
- libevent (libevent-git, libevent-fb)
- libmariadbclient (libmysqlclient57, libmysqlclient56, libmysqlclient55, libmariadbclient-mainline-noconflict, libmysqlclient, libmariadb-10.3, mariadb-libs)
- postgresql-libs (postgresql-git, agensgraph-git, postgresql-9.5, postgresql-beta-libs, postgresql-src-beta-libs, postgresql-libs-1c, postgresql-9.4, postgresql-libs-10, postgresql-9.6, postgresql-src-libs, postgresql-lts-libs)
- sqlite (sqlite-fossil, sqlite-replication)
Latest Comments
1 2 Next › Last »
cap_sensitive commented on 2019-01-29 06:47
I'm experiencing the same issue as mentioned by @BubullC
BubuIIC commented on 2019-01-28 09:43
This now fails to start for me with /usr/bin/turnserver: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
swalladge commented on 2018-12-26 01:12
@flacks turnserver user creation has been updated according to your recommendations. Thanks. :)
flacks commented on 2018-07-17 04:21
The user's home should be set to '/', by replacing
-M
with-d /
in turnserver.install, else shadow will complain about /home/turnserver not existing. Also, seems like /sbin/nologin is a better choice for denying shell access than /usr/bin/false (from what I can gather from /etc/passwd).storrgie commented on 2017-07-03 17:38
Would you be willing to accept assistance from me as a co-maintainer?
ITwrx commented on 2017-06-22 13:49
==> Starting build()...
install is /usr/bin/install
pkill is /usr/bin/pkill
sqlite3 is /usr/bin/sqlite3
Use TMP dir /var/tmp
Compiler: unknown
ERROR: cannot use compiler unknown properly
make: *** No targets specified and no makefile found. Stop.
mat_weiss commented on 2017-06-02 10:00
I changed the dependency to libmariadbclient. And after the rebuild everything works fine.
Thank you!
mat_weiss commented on 2017-06-02 09:41
How can I do this...as "normal" User?
dluciv commented on 2017-06-02 09:31
Changing dependency to libmariadbclient in PKGBUILD helps
mat_weiss commented on 2017-06-02 08:56
libmysqlclient
Conflicts: libmariadbclient
What can we do?