No space available for static Thread Local Storage

Hi,

FreeBSD 14.2, clean install (tried on different installs too):

mysqlrouter --bootstrap replicator@x.x.x.x:3306 --directory /etc/mysqlrouter --user=replica

# Bootstrapping MySQL Router 8.4.3 (Source distribution) instance at '/etc/mysqlrouter'...

Error: Loading plugin for config-section '[http_server]' failed: /usr/local/lib/mysql//libmysqlrouter_http_server.so.1: No space available for static Thread Local Storage


Any solution?

Thanks
 
Maybe the environment variable by covacat is the workaround (required value may vary, though).
But actually it seems to be a problem on ports Makefile.

This post on freebsd-hackers ML by kostikbel@ would be related.
Ports Makefile of databases/mysql84-server (as your post indicates the version is 8.4.3) should give enough thread local storage (TLS) on build through build-time options. Or do you have any local configuration that require larger TLS than default?
 
Maybe the environment variable by covacat is the workaround (required value may vary, though).
But actually it seems to be a problem on ports Makefile.

This post on freebsd-hackers ML by kostikbel@ would be related.
Ports Makefile of databases/mysql84-server (as your post indicates the version is 8.4.3) should give enough thread local storage (TLS) on build through build-time options. Or do you have any local configuration that require larger TLS than default?
I installed from pkg, not from ports
 
Back
Top