Comments - no MariaDB port in FreeBSD?

13 years ago ben tung

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

  1. make CONFIGURE_ARGS+="--with-extra-charsets=complex" CONFIGURE_ARGS+="--enable-thread-safe-client" CONFIGURE_ARGS+="--with-big-tables" CONFIGURE_ARGS+="--with-plugin-maria" CONFIGURE_ARGS+="--with-maria-tmp-tables" CONFIGURE_ARGS+="--without-plugin-innodb_plugin" CONFIGURE_ARGS+="--with-mysqld-ldflags=-static" CONFIGURE_ARGS+="--with-client-ldflags=-static" CONFIGURE_ARGS+="--with-readline" CONFIGURE_ARGS+="--with-ssl" CONFIGURE_ARGS+="--with-plugins=max-no-ndb" CONFIGURE_ARGS+="--with-embedded-server" CONFIGURE_ARGS+="--with-libevent" CONFIGURE_ARGS+="--with-mysqld-ldflags=-all-static" CONFIGURE_ARGS+="--with-client-ldflags=-all-static" CONFIGURE_ARGS+="--with-zlib-dir=bundled" CONFIGURE_ARGS+="--enable-local-infile" install clean

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!!

 
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.