Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jul 2020 19:58:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247747] databases/mariadb104-server: Language bindings broken after update
Message-ID:  <bug-247747-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247747

            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@freebsd.org
          Reporter: dinoex@FreeBSD.org
          Assignee: brnrd@freebsd.org
             Flags: maintainer-feedback?(brnrd@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/r=
un/
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 defau=
lts.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247747-7788>