[Bug 247747] databases/mariadb104-server: Language bindings broken after update
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 3 19:58:44 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247747
Bug ID: 247747
Summary: databases/mariadb104-server: Language bindings broken
after update
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: brnrd at freebsd.org
Reporter: dinoex at FreeBSD.org
Assignee: brnrd at freebsd.org
Flags: maintainer-feedback?(brnrd at freebsd.org)
mariadb104-server upgraded: 10.4.13_2 -> 10.4.13_3
Server fails to restart with prior working config.
[ERROR] Can't start server : Bind on unix socket: Address already in use
[ERROR] Do you already have another mysqld server running on socket: /var/run/
mysql ?
Setitng a fixed path in /usr/local/etc/my.cnf helps only for basic tools.
All Perl, PHP, and Ruby bindings fail now with:
"/var/run/mysql" ERR#38 'Socket operation on non-socket'
Ugly wokraround is to force the socke path in all applications.
The binaries and libs expect the socket at "/var/run/mysql",
but this is now a directory.
Please fix the port to have working default settings.
Suggestion a):
change the compiled in path.
Suggestion b):
use an different path in config that does not collied with the binary defaults.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list