PowerDNS & MariaDB

Hello,
I have MariaDB 10.3 installed.
When I tried to install PowerDNS it removed MariaDB and replaced it with MySQL 5.7
How do I run both MariaDB and PowerDNS on the same server?
 
Yes, I tried to install via pkg.
Code:
pkg install powerdns
I'm new to this so I guess I'm doing something wrong.

I created make.conf file with the code you suggested.
I tried to replace 10.3 with the full MariaDB pkg name and other variations but no luck.

Can you guide me in more details on how to get it done?
 
I ran 'make install' in /usr/ports/dns/powerdns
I have PowerDNS installed but I realized that none of the dependencies were installed.
Do I need to install each of the dependencies individually?
 
Do I need to install each of the dependencies individually?
Dependencies are automatically installed. Note however that there is a difference between build dependencies (required to build the port) and run dependencies (required to run the port). Packages don't install build dependencies..
 
Back
Top