Rocky 9 installer

Anything and everything to do with DCP-o-matic.
elia.orselli
Posts: 3
Joined: Sat May 31, 2025 11:07 am

Rocky 9 installer

Post by elia.orselli »

Hello,
I've tried to install DOM on a rocky 9 PC, but I get the following errors:

Code: Select all

conflicting requests
  - nothing provides libboost_date_time.so.1.66.0()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libboost_filesystem.so.1.66.0()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libboost_regex.so.1.66.0()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libboost_system.so.1.66.0()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libboost_thread.so.1.66.0()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libfmt.so.6()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libicudata.so.60()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libicui18n.so.60()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libicuuc.so.60()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libnettle.so.6()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libnettle.so.6(NETTLE_6)(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libxerces-c-3.2.so()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
  - nothing provides libxml++-2.6.so.2()(64bit) needed by dcpomatic2-2.18.19-1.el8.x86_64 from @commandline
Would it be possible to correct the issue? I got the same series of errors with Ubuntu 24.04 LTS

Thanks!
Elia
carl
Site Admin
Posts: 2777
Joined: Thu Nov 14, 2013 2:53 pm

Re: Rocky 9 installer

Post by carl »

I will prepare some Rocky 9 packages. The Ubuntu 24.04 package works OK for me - how are you installing it?

As a rule a package for one distribution / version is pretty unlikely to work on another.
carl
Site Admin
Posts: 2777
Joined: Thu Nov 14, 2013 2:53 pm

Re: Rocky 9 installer

Post by carl »

There's a Rocky 9 image on the download page now. Let me know how you get on if you try it!
elia.orselli
Posts: 3
Joined: Sat May 31, 2025 11:07 am

Re: Rocky 9 installer

Post by elia.orselli »

Thanks! I'll test it in a couple of days and let you know.
I've tried both with the graphic installer and via terminal. What is the correct procedure?
carl
Site Admin
Posts: 2777
Joined: Thu Nov 14, 2013 2:53 pm

Re: Rocky 9 installer

Post by carl »

On Ubuntu I find `apt` easiest:

Code: Select all

apt install dcpomatic-blah-blah.deb
On Rocky I think `yum` will work similarly

Code: Select all

yum install dcpomatic-blah-blah.rpm
elia.orselli
Posts: 3
Joined: Sat May 31, 2025 11:07 am

Re: Rocky 9 installer

Post by elia.orselli »

Tested now! It works perfectly (with Rocky 9)