Karai17
Karai17

Reputation: 943

libgif.so: cannot open shared object file: No such file or directory

I am having an issue loading the giflib ffi module (https://github.com/leafo/giflib) in my Lapis web application running in Docker.

Here is the relevant information: https://hastebin.com/ojodidodoj.nginx

libgif.so seems to be able to be found since there is no Lua module search output, yet it says that libgif.so cannot be found, so I am very confused by this error, unless I am misunderstanding the output here?

Edit: Here is the Dockerfile: https://hastebin.com/inezemogux.rb

Upvotes: 0

Views: 2194

Answers (1)

Karai17
Karai17

Reputation: 943

I ended up having to execute ldconfig to update the lib cache.

Upvotes: 1

Related Questions