Hi everyone, I want to test Seafile in a jail. I try to follow this old post and find problems.
www.truenas.com
When I try to install seahub and mariadb105, I find that the seahub depends on mysql57-client and py38-mysqlclient.
It seems that these two packages prevent me to install mariadb105-server. I would like to know if it is possible to use mariadb instead of mysql for seahub in FreeBSD Jail. Do I need to build from Port Tree for this case?
How to install Seafile in a FreeBSD jail
Hello everyone, A FreeNAS user has messaged me requesting assistance on installing Seafile in a FreeBSD jail. Instead of keeping the setup private, I decided to post the process here to assist anyone else that may have an issue. I run this process before every minor and major version update to...

When I try to install seahub and mariadb105, I find that the seahub depends on mysql57-client and py38-mysqlclient.
Code:
Installed packages to be REMOVED: mariadb105-client: 10.5.12_1 mariadb105-server: 10.5.12_1 New packages to be INSTALLED: libzdb: 3.2.2 mysql57-client: 5.7.35 py38-mysqlclient: 2.0.2 seafile-server: 8.0.5_1 seahub: 8.0.5 Number of packages to be removed: 2 Number of packages to be installed: 5
It seems that these two packages prevent me to install mariadb105-server. I would like to know if it is possible to use mariadb instead of mysql for seahub in FreeBSD Jail. Do I need to build from Port Tree for this case?