Live Server Images

Anything and everything to do with DCP-o-matic.
kudu
Posts: 2
Joined: Mon Mar 31, 2025 7:27 pm

Live Server Images

Post by kudu »

Hello, I have tried to use the last two server images and they are giving an error.

/usr/bin/dcpomatic2_server_cli: error while loading shared libraries: libsqlite3.so.0: Cannot open shared object file: No such file or directory.

I have tried 2..18.14 and 2.18.15
carl
Site Admin
Posts: 2697
Joined: Thu Nov 14, 2013 2:53 pm

Re: Live Server Images

Post by carl »

Hi, thanks for the note

You can fix it temporarily by doing

Code: Select all

apt update
apt install sqlite3
exit
though you'd have to do that at each startup.

I will fix the image for 2.18.16.
kudu
Posts: 2
Joined: Mon Mar 31, 2025 7:27 pm

Re: Live Server Images

Post by kudu »

Hi, thanks. I will do it until it gets fixed. Thanks for the reply.

I am enjoying learning this.