Open GoogleCodeExporter opened 9 years ago
[deleted comment]
You need to use ruby-1.8.7.
Install the gems ffi, and gdbm.
On Ubuntu you will need to also install libgdbm-dev.
Original comment by jaimeala...@gmail.com
on 27 Oct 2012 at 1:07
I have the same issue. Using ruby-1.8.7 with gems ffi and gdbm to no avail.
Original comment by zaneshe...@gmail.com
on 4 Feb 2013 at 10:12
I have the exact same issue, using OS X 10.8, ruby 1.9.3, Emacs 24.3.1.
Original comment by pcreinh...@gmail.com
on 19 Jun 2013 at 3:18
Also having the exact same issue, OS= Linux Mint 13(ubuntu based), running
emacs 24.3.1 ruby-1.8.7, installed gems ffi and gdbm, also apt-get installed
libgdbm-dev.
installed evernote-mode via emacs package manager - v 0.41
Getting this error when running "M-x evernote-mode"
error in process sentinel: enclient.rb exited abnormally with code 1
/usr/bin/ruby: No such file or directory -- /usr/bin/enclient.rb (LoadError)
Original comment by jwillie4...@gmail.com
on 9 Sep 2013 at 5:56
jwillie: That error message means that you are picking up the 1.9 version of
Ruby. Have you changed the evernote-mode.el file that you're loading out of
your default emacs extension library such that you see this inside of it?
(defvar evernote-ruby-command "ruby1.8"
"*Path of the ruby command")
That gets me past this issue and to the point where it can't login and
complains about no tag for error 8.
Original comment by andrew.b...@gmail.com
on 2 Dec 2013 at 5:06
Is there any way to fix this without using an old version of Ruby?
Debian jessie, Emacs 24.3+1-4+b1, ruby 1:2.1.0.1 (equivalent to 2.1.0.1, I
think).
Original comment by spectacl...@gmail.com
on 26 Jun 2014 at 3:16
I can't even *find* ruby 1.8 any more. The website doesn't seem to have it and
the only way I can see to get it is by compiling "ruby-install" from source.
This is somewhat aggravating given that this problem has been around for more
than two years now (its birthday was the 12th).
Original comment by theDietr...@gmail.com
on 24 Sep 2014 at 1:12
Original issue reported on code.google.com by
laurent....@gmail.com
on 12 Sep 2012 at 7:39