Bootsnap Load wrong libruby in docker
radin reth

radin reth @radinreth

About: Open for Learning <Learning /> Workplace is a second home. Everyone is your workplace are also your family members Respect them!

Location:
Phnom Penh, Cambodia
Joined:
Jan 7, 2021

Bootsnap Load wrong libruby in docker

Publish Date: Jun 29 '21
6 0

Today I mess up by switch ruby version back and fort that cause bootsnap fails to load the correct libruby. Base on the error, Bootsnap tries to load libruby.so.2.7 while I use ruby 2.6.5,

I try to update bootstrap, remove container, image but still fail. hik :(

So finally, I got it works by remove docker volume.

docker volume rm <your volume name>
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment