Comments - no MariaDB port in FreeBSD?

13 years, 1 month ago colin charles

If you check in your FreeBSD now, you'll see /usr/ports/databases/mariadb/ since MariaDB 5.2.3. It is currently at version 5.2.4 at time of writing this.

 
12 years, 11 months ago ben tung

Dear sir,

Per my previous reply, I have tested again, and found there is no configure option is allowed by using this way -- make CONFIGURE_ARGS+="--with-extra-charsets=complex" ... install clean since version 5.2.4 of this port.

Due to this port doesn't support "make config", how can I configure MariaDB to support pool-of-threads or other DB engine by using FreeBSD port tree ?

 
12 years, 11 months 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!!

 
13 years, 1 month ago ben tung

Thanks for the sharing. I've been installed the port since MariaDB 5.2.3 in my stagging environment. Thanks for the sharing!

 
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.