install opendmarc without removing mariadb

I need to install mail/opendmarc But when I want to install it, It conflict with mariadb such as:
Code:
root@mail:~ # pkg install opendmarc
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    mysql80-client: 8.0.35
    opendmarc: 1.4.2
    p5-DBD-mysql: 4.050_1

Number of packages to be installed: 3

The process will require 116 MiB more space.
5 MiB to be downloaded.

Proceed with this action? [y/N]: y
[1/3] Fetching p5-DBD-mysql-4.050_1.pkg: 100%  100 KiB 102.2kB/s    00:01    
[2/3] Fetching mysql80-client-8.0.35.pkg: 100%    5 MiB   4.8MB/s    00:01    
[3/3] Fetching opendmarc-1.4.2.pkg: 100%  116 KiB 119.3kB/s    00:01    
Checking integrity... done (2 conflicting)
  - mysql80-client-8.0.35 conflicts with mariadb106-client-10.6.16 on /usr/local/bin/my_print_defaults
  - mysql80-client-8.0.35 conflicts with mariadb106-server-10.6.16 on /usr/local/bin/perror
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 7 package(s) will be affected (of 0 checked):

Installed packages to be REMOVED:
    mariadb106-server: 10.6.16

New packages to be INSTALLED:
    mysql80-client: 8.0.35
    opendmarc: 1.4.2
    p5-DBD-mysql: 4.050_1

Installed packages to be REINSTALLED:
    pkg-1.20.9

Number of packages to be removed: 1
Number of packages to be installed: 3
Number of packages to be reinstalled: 1

The operation will free 131 MiB.
9 MiB to be downloaded.

Proceed with this action? [y/N]: n
How can I use opendmarc without removing mariadb?
 
Last edited by a moderator:
Back
Top