Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Error packge libmysql-ruby

Error packge libmysql-ruby

Added by Douglas Leonardo over 11 years ago

I’m trying to install Ubuntu 12.04 but when I get to the part, I get the following error “Install dependencies for our gems.”: E: Unable to locate package libmysql-ruby. Can anyone help?


Replies (2)

RE: Error packge libmysql-ruby - Added by Ian McDougall about 11 years ago

i am getting the same error on an EC2 server 14.02 headless trying to find a good workaround for it

RE: Error packge libmysql-ruby - Added by Florian Mayer about 11 years ago

Hey guys,

I experienced the same problem with Ubuntu 12.04. That’s how I solved it:

1. open the file /etc/apt/sources.list in an editor
sudo nano /etc/apt/sources.list

2. add the “universe” repository to the file
deb http://us.archive.ubuntu.com/ubuntu precise main universe

3. update system
sudo apt-get update

4. install again
sudo apt-get install libmysql-ruby

I hope that can solve your problem.

greez,
Flo

  • (1 - 2/2)
Loading...