Izib / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Install rfc5766 turn server fails on 64-bit Debian Wheezy (running on Google Compute Engine) #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow instructions for downloading and installing on debian wheezy 64 bit.
2. After extracting the tar.gz file, followed the instructions to install the 
*.deb file:
  $ sudo apt-get install gdebi-core
  $ sudo gdebi rfc5766*.deb

What is the expected output? What do you see instead?

The command to install gdebi-core worked correctly. The second command resulted 
in several error messages.

Output:
Err http://security.debian.org/ wheezy/updates/main mysql-common all 
5.5.35+dfsg-0+wheezy1
  404  Not Found [IP: 195.20.242.89 80]
Err http://security.debian.org/ wheezy/updates/main libmysqlclient18 amd64 
5.5.35+dfsg-0+wheezy1
  404  Not Found [IP: 195.20.242.89 80]
Fetched 0 B in 0s (0 B/s)
Error during install: 'Failed to fetch 
http://security.debian.org/pool/updates/main/m/mysql-5.5/mysql-common_5.5.35+dfs
g-0+wheezy1_all.deb 404  Not Found [IP: 195.20.242.89 80]
Failed to fetch 
http://security.debian.org/pool/updates/main/m/mysql-5.5/libmysqlclient18_5.5.35
+dfsg-0+wheezy1_amd64.deb 404  Not Found [IP: 195.20.242.89 80]

What version of the product are you using? On what operating system?

Running on Debian Wheezy 64 bit on the Google Compute Engine - attempted 
install twice, once with version 3.2.3.8 debian wheezy 64 bits and again with 
version 4.0.0.2 debian wheezy 64 bit -- same error in both cases. 

Original issue reported on code.google.com by alexande...@gmail.com on 28 May 2014 at 12:10

GoogleCodeExporter commented 9 years ago
This appears to be a Debian/Wheezy problem that occurs when apt-get install 
attempts to install the following dependencies: 

libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5 
libevent-pthreads-2.0-5 libhiredis0.10 libmysqlclient18 libpq5 mysql-common 
telnet

Original comment by alexande...@gmail.com on 28 May 2014 at 12:39

GoogleCodeExporter commented 9 years ago
running "sudo apt-get update" before running "sudo gdebi rfc5766*.deb" appears 
to fix this issue. 

Original comment by alexande...@gmail.com on 28 May 2014 at 12:42

GoogleCodeExporter commented 9 years ago
I'll update the documentation.

Original comment by mom040...@gmail.com on 28 May 2014 at 1:23