Hello Discourse Team,
I currently try to install my developer environment on my Raspberry Pi 4B
It says when I am trying to start the rails server
Ive already tried installing it via gem and bundle it says the installation succeed but when I am trying to start the rails server it failed again with the same Error.
It was because I was forcing the config to use ruby.
The Problem now is that I need glibc required by nokogiri to use discourse dev
Error:
rake aborted!
LoadError: /lib/aarch64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /home/pi/.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/2.7/nokogiri.so) - /home/pi/.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/2.7/nokogiri.so /home/pi/discourse/config/application.rb:21:in <top (required)>’ /home/pi/discourse/Rakefile:7:in require' /home/pi/discourse/Rakefile:7:in <top (required)>’ /home/pi/.rbenv/versions/2.7.6/bin/bundle:25:in load' /home/pi/.rbenv/versions/2.7.6/bin/bundle:25:in ’ (See full trace by running task with --trace)