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
unhandled exception on ubuntu
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: unhandled exception on ubuntu
Hi,
Yes, I'm afraid there's one step missing from the instructions
dcpomatic2_server_cli expects a slightly-modified openssl binary to be available by calling dcpomatic2_openssl
should fix it.
Yes, I'm afraid there's one step missing from the instructions
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
-
- Posts: 3
- Joined: Fri Jan 14, 2022 10:25 pm
Re: unhandled exception on ubuntu
Working!
Thanks for the fast answer. Hope you update the documentation for the next one
Thanks for the fast answer. Hope you update the documentation for the next one