libsass.so: cannot open shared object file: No such file or directory (LoadError)
You're missing the SASS library
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
libsass.so: cannot open shared object file: No such file or directory (LoadError)
You're missing the SASS library
Separate from the SASS gem, then? I added the result of bundle install
to OP for clarity, and that says Using sassc 2.4.0
among others.
So on Arch I get a handful of hits in the AUR searching for "libsass". Do I want the Ruby module, the Perl one, or the C implementation?
(I told you to expect dumb questions) :D
The error message says
Could not open library '/home/thatsmehere/gems/gems/sassc-2.4.0/ext/libsass.so'
so I'd guess it's the ruby module since it's deep in the gems folder...
Thought so too, so I tried gem install sassc
. No luck though ๐ซค