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

Failed to install binary package on Ubuntu 12.04 #42

Closed
davidgaleano opened this issue May 17, 2012 · 3 comments
Closed

Failed to install binary package on Ubuntu 12.04 #42

davidgaleano opened this issue May 17, 2012 · 3 comments
Assignees

Comments

@davidgaleano
Copy link

There are several things wrong when trying to install the binary package on plain Ubuntu 12.04 following the instructions at http://hyperdex.org/download :

A) Ubuntu does not support a root user by default so the correct commands for installing the package would be something like:

wget -O - http://ubuntu.hyperdex.org/hyperdex.gpg.key | sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/hyperdex.list http://ubuntu.hyperdex.org/hyperdex.list
sudo aptitude update

B) aptitude is not installed by default, so you would need:

sudo apt-get install aptitude

C) The package libgoogle-glog0 is not supported anymore and would require adding untrusted PPAs to install it.

@rescrv
Copy link
Owner

rescrv commented May 17, 2012

Hi David,

The packages we provide are currently built for Ubuntu 11.10. I do not know why Ubuntu removed glog, but I'll have to package it again before we can support Ubuntu 12.04.

Thank you for the other feedback as well. We are working on a new "install" section for the documentation, and I'll make sure that what we say for Ubuntu is true for the latest release.

@ghost ghost assigned rescrv May 17, 2012
@davidgaleano
Copy link
Author

Glad to help, let me know if you need me to test anything.

I tried to build glog directly from its repository and it was fine, so not sure why the package is not available.

@rescrv
Copy link
Owner

rescrv commented Jan 16, 2013

Our latest release contains 12.04 packages.

@rescrv rescrv closed this as completed Jan 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants