I'm trying to install a bunch of (userland) stuff using Poudriere, and I'm coming across version conflicts...
For instance, I'm trying to install a media server that requires MySQL 5.6, but I want to run MySQL 5.7 for my own purposes.
When I use pkg install mediaserver, it says there's a conflict, and that it's going to remove MySQL 5.7 to install MySQL 5.6... but I don't want that...
The same deal with PHP... I want PHP 7, but some things use PHP 5...
How do I deal with this?
For instance, I'm trying to install a media server that requires MySQL 5.6, but I want to run MySQL 5.7 for my own purposes.
When I use pkg install mediaserver, it says there's a conflict, and that it's going to remove MySQL 5.7 to install MySQL 5.6... but I don't want that...
The same deal with PHP... I want PHP 7, but some things use PHP 5...
How do I deal with this?