-
Notifications
You must be signed in to change notification settings - Fork 11
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
Clarify README about required packages on ubuntu (12.04 to be precise) #60
base: develop
Are you sure you want to change the base?
Conversation
Hm. I haven't tried to get Ariadne working on ubuntu myself. Any thoughts @mparker? |
I needed to install all of the packages listed in the README before Ariadne worked on 12.04, so I'd strongly suspect that the missing library is the cause of the issue. According to the Ubuntu package database, the 12.04 All that being said, the last time I tested Ariadne on Ubuntu was with Ariadne versions 1.0.0 and 1.1.0, so I'll look in to testing the latest versions of Ariadne on 12.04 to see if I get the same errors. |
Thanks @mparker17 :) Ah and also @nerdcorenet, we stumbled across an issue with the vagrant's official stock For now, I've hosted a past version of the
In the next release, anyone launching Ariadne for the first time will get our basebox, so it will be a non-issue :) |
@nerdcorenet posted the following comment to another Ariadne issue: This will not help you mparker17 but I am having problems on Ubuntu 12.04 as well, in a similar place. The README didn't say anything about these packages but I've also needed to install these to facilitate nokogiri-1.5.0:
If those could be added to the docs that would be grand. :) His comment was unrelated to the issue he posted to, but directly related to this issue, so I'm re-posting it here and deleting it from the other issue. |
I saw you were working on ubuntu precise earlier @mparker. Can you confirm these requirements? do you have them on your lucid machine as well? Think I should add them to the readme at this point? |
I wish I had enough time to help out with this. Unfortunately, @mparker17
|
Lol, I'll take care of it. Thanks! :D |
Confirmed that the gem nokogiri requires Will transform this issue into a pull request with appropriate changes to the README. |
…not documented for ubuntu
Awesome, thanks matt! Looks like Can we only add the two packages to the README? |
…nds on libxslt1.1 so they don't all need to be listed
Done. |
Also noticed that |
I'll check on them all and see how small we can get that |
See also pull request GH-69 |
Also, I'm seeing that lucid64 uses |
It'll be a lot easier for me to do this on my home computer; I'll do it. |
While following the README instrcutions I have been stopped at the 'vagrant up' command:
Seems a bit strange to me that 'load_file' should generate an 'undefined method' error...
I'm using Vagrant 1.0.5 dpkg installed on Ubuntu 10.04 LTS x86_64 with VirtualBox 4.1.22. Vagrant and VBox are both functioning, as I can 'vagrant up' lucid32.box or lucid64.box, but when I try using the Ariadne Vagrantfile it fails as above.
Not sure if it's related but the only package from the README I did not install was libreadline-dplv2-dev because it is not in the 10.04 apt repository:
E: Couldn't find package libreadline-gplv2-dev