Today I wanted to upgrade my box to FreeBSD 10.0-RELEASE, and I wanted a clean start so I just installed FreeBSD 10.0 from scratch. Afterwards I installed lang/php5, lang/php5-extensions and www/lighttpd. Then I decided to install MariaDB instead of MySQL, so I went to the databases/mariadb-server and ran
This is the output I got:
Does this mean I need to stick with MySQL or can I fix this?
Thanks for your time.
make config-recursive and make install clean afterwards.This is the output I got:
Code:
root@myfreebsd:/usr/ports/databases/mariadb-server # make install clean
===> mariadb53-server-5.3.12 is marked as broken: Does not build under FreeBSD 10.
*** Error code 1
Stop.
make: stopped in /usr/ports/databases/mariadb-server
Does this mean I need to stick with MySQL or can I fix this?
Thanks for your time.