Comments - no MariaDB port in FreeBSD?
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Dear sir, thank you for upgrading the mariadb port in FreeBSD.
While upgrade my port from version 5.2.3 to 5.2.4, I've encountered the following error message:
Making install in sql-bench Making install in server-tools Making install in . Making install in instance-manager test -z "/usr/local/libexec" || /usr/ports/databases/mariadb/work/mariadb-5.2.4/install-sh -d "/usr/local/libexec" /bin/sh ../../libtool --mode=install install -s -o root -g wheel -m 555 'mysqlmanager' '/usr/local/libexec/mysqlmanager' libtool: install: install -o root -g wheel -m 555 -s mysqlmanager /usr/local/libexec/mysqlmanager Making install in win install-info --quiet /usr/local/info/mysql.info /usr/local/info/dir install-info: No such file or directory for /usr/local/info/mysql.info * Error code 1
Stop in /usr/ports/databases/mariadb. ....
The error message is because I use the following configure options, which I modified from here at this url. http://kb.askmonty.org/v/generic-build-instructions
The above options works when the port is at version 5.2.3, in addition, if I install 5.2.4 port without any option, I can install the port, so the problem is the configure options added.
Since, the configure options also coming from askmonth.org, do you have better idea about the options for the 5.2.4 port? Thanks!!