I want to install mytop with mariadb102-server / client, but pkg insists on installing mysql56... :-( So I'm trying to built mytop from ports. (/usr/ports/databases/mytop)
However:
There is no perl5.24.2 ?? Anyway, 5.24.1 satisfies perl5>=5.24<5.25
How to I fix this please?
Code:
# make install clean
===> mytop-1.7 depends on package: perl5>=5.24<5.25 - found
===> Configuring for mytop-1.7
env: /usr/local/bin/perl5.24.2: No such file or directory
*** Error code 127
Code:
# pkg search perl5-*
perl5-5.24.1_1 Practical Extraction and Report Language
perl5-devel-5.27.1.72 Practical Extraction and Report Language
perl5.22-5.22.3_1 Practical Extraction and Report Language
perl5.26-5.26.0 Practical Extraction and Report Language
There is no perl5.24.2 ?? Anyway, 5.24.1 satisfies perl5>=5.24<5.25
How to I fix this please?