Join Nostr
2025-07-09 03:08:53 UTC
in reply to

Stuart Longland (VK4MSL) on Nostr: ``` bin/rails aborted! LoadError: Could not open library 'vips.so.42': vips.so.42: ...

```
bin/rails aborted!
LoadError: Could not open library 'vips.so.42': vips.so.42: cannot open shared object file: No such file or directory. (LoadError)
Could not open library 'libvips.so.42': libvips.so.42: cannot open shared object file: No such file or directory.
```

`apt-get install -y libvips` duh! Forgot that.