Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib (LoadError)

前端 未结 8 766
囚心锁ツ
囚心锁ツ 2021-01-31 01:03

I try to run my rails c but for some reason, I get this error:

https://gist.github.com/anonymous/166713e8cde860fb188a8dffb98a1563

ᐅ rails c
         


        
8条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 01:54

    i was having the same type of issue but it was due to the fact that my awk was linked to gawk leading to using the wrong lib

    this worked for me

    brew unlink gawk

提交回复
热议问题