-
Notifications
You must be signed in to change notification settings - Fork 22
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
trouble installing in lubuntu #9
Comments
Just had the same problem on kubuntu and then I saw #8 - after I installed libssl-dev and ruby-dev the mastercoin-wallet installation worked.
|
@XBase-xOR Which version of Kubuntu are you running? I will get a VM to test it out, I think I have a possible fix. @Evisu Please check #8 and see if installing -dev packages fixes it for you. |
Can't check now as I am not at home - but I remember to have upgraded it just recently, so it should be the latest release 13.10 of kubuntu (running in VirtualBox). Will check later to be make sure. If you are starting with a new VM anyway it would be great if you could document all the steps that were necessary to get it running with a fresh install. Because right now the ubuntu repo only offers 1.9.1 and mastercoin-wallet lists 1.9.2 as minimum requirement. So I installed ruby 1.9.3 using rvm but still got the error message from the OP with "Could NOT find Ruby". Only after I installed the "ruby-dev" package that is 1.9.1 (you can also see it's 1.9.1 being actually used from the error message I posted) the error message was gone. As both VirtualBox and ubuntu are free it is also a viable option for Windows users to go that way if they struggle to install this on Windows (like me as you can see at #1 :p) so it would be great to have an installation path documented that should work for all users. |
@maran already tried #8 and had all -dev packages installed, still not finding how to get it running on VM lubuntu. I'm finding that a few others are running into this same exact issue (i.e https://bitcointalk.org/index.php?topic=324102.msg4143759#msg4143759) |
Thanks for that. I'm running a week behind on everything and will take a On Mon, Dec 30, 2013 at 1:17 PM, evisu notifications@github.com wrote:
|
Hey guys, Please read this post and see if that works for you. |
the install script did the trick, thanks maran |
installed all dependencies, getting an error when running the gem install
CMake Error at /usr/share/cmake-2.8/Modules
/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find Ruby (missing: RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindRuby.cmake:249 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:18 (FIND_PACKAGE)
any ideas?
The text was updated successfully, but these errors were encountered: