marcosArruda / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install docs obsolete?

GoogleCodeExporter opened this issue · comments

I am trying to install 3.2.3.96 on a CentOS machine.

The instructions in your install guide 
(http://turnserver.open-sys.org/downloads/v3.2.3.96/INSTALL) are not working. 

'''
# ./configure
-bash: ./configure: No such file or directory
'''

There is a install.sh file instead. I tried to install it, but it has various 
failed dependencies. 

I am presuming your install guide is obsolete? How to install?

Thanks for providing an open source turn server
Greetings from Berlin
- Sven


Original issue reported on code.google.com by 0xS...@gmail.com on 22 Jul 2014 at 12:31

Sven, first, download the latest version.

Second, each *.tar.gz archive has its own install.sh file. The INSTALL file is 
only the source tarball installation.

Third, you need the latest contemporary version of the CentOS, 6.5.

Original comment by mom040...@gmail.com on 22 Jul 2014 at 3:30

  • Changed state: WontFix
Thanks you for the help.

I had CentOS 7 installed. After downgrading, running 'sh install.sh' worked 
fine!

I read in some tutorial that you start the turn server as a deamon with:
turnserver -L <public_ip_address> -o -a -b turnuserdb.conf -f -r 
<system_domain_name>

How can I test if the server is running?

Original comment by 0xS...@gmail.com on 23 Jul 2014 at 3:15