Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue May 6, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

I'll update the documentation.

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant