unhandled exception on ubuntu

Anything and everything to do with DCP-o-matic.
Post Reply
dimidx
Posts: 3
Joined: Fri Jan 14, 2022 10:25 pm

unhandled exception on ubuntu

Post by dimidx »

Hello,

I just installed DCP-o-matic following this:
https://dcpomatic.com/build/linux

Everything run's fine.

My goal is to run a encoding server but when I run: dcpomatic2_server_cli

I got that output directly after running the command:
terminate caught unhandled exception. what(): error 127 in "dcpomatic2_openssl" genrsa -out ca.key 2048 2> /dev/null within /tmp/5835-2186-4419-1480
Abandon (core dumped)

Somebody got an idea?

Regards
carl
Site Admin
Posts: 2338
Joined: Thu Nov 14, 2013 2:53 pm

Re: unhandled exception on ubuntu

Post by carl »

Hi,

Yes, I'm afraid there's one step missing from the instructions :oops:
dcpomatic2_server_cli expects a slightly-modified openssl binary to be available by calling dcpomatic2_openssl

Code: Select all

cd /usr/local/bin
sudo ln -s $(which openssl) dcpomatic2_openssl
should fix it.
dimidx
Posts: 3
Joined: Fri Jan 14, 2022 10:25 pm

Re: unhandled exception on ubuntu

Post by dimidx »

Working!

Thanks for the fast answer. Hope you update the documentation for the next one ;-)
Post Reply