Closed evilcel3ri closed 7 years ago
Thank you for reporting the issue. I would like to know:
Hello ! Thanks for your quick answer :)
whether you are following Mastodon Production Guide (It helps to understand what you are actually doing if so.)
I was following this : the development guide
whether your bundle path includes symbolic links (e.g. installing to vendor/bundle where vendor is a symbolic link)
I'm fairly new to this, so I'm not sure to understand. I have the default settings everywhere and haven't change anything.
whether your file system supports symbolic links (try to make a symbolic link in the same file system for diagnosis.)
Yes it does :)
Do you use rbenv or rvm? If so, please refer to its documentation for the path of gems. Otherwise, your gems should be located at $HOME/.gem/ruby
(e.g. /home/aki/.gem/ruby
for me) See if /home
, /home/aki
, /home/aki/.gem
and /home/aki/.gem/ruby
are symbolic links or not in the example.
Ok, I've cleaned up my ruby settings and gems and upgrade to more recent ruby. This issue disappeared. Sorry for the trouble. Have a nice day and thank you !
For reference to anyone else who might be in this position: I just encountered the same problem, and the cause was improperly installed/missing protobuf compiler.
Hello !
I'm trying to run the
bundle install
for mastodon which requires cld3, however, I run in to this issue :I'm on debian 9 amd64 and run ruby 2.4.1.
Thanks !