Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2021 15:58:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259530] mail/postfix: Undefined symbol "dict_mysql_open"
Message-ID:  <bug-259530-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 259530
           Summary: mail/postfix: Undefined symbol "dict_mysql_open"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: otis@FreeBSD.org
          Reporter: yani@pi-greece.eu
          Assignee: otis@FreeBSD.org
             Flags: maintainer-feedback?(otis@FreeBSD.org)

Hi,

I'm getting the following error when starting postfix, when compiled with t=
he
MYSQL option.

Oct 29 11:52:09 megaserver postfix/postfix-script[15456]: starting the Post=
fix
mail system
Oct 29 11:52:09 megaserver postfix/master[15458]: daemon started -- version
3.6.2, configuration /usr/local/etc/postfix
Oct 29 11:52:09 megaserver postfix/proxymap[15461]: fatal:
load_library_symbols: dlsym failure looking up dict_mysql_open in
/usr/local/lib/postfix/postfix-mysql.so: Undefined symbol "dict_mysql_open"
Oct 29 11:52:10 megaserver postfix/qmgr[15460]: warning: dict_proxy_open:
service proxymap: Application error
Oct 29 11:52:10 megaserver postfix/master[15458]: warning: process
/usr/local/libexec/postfix/proxymap pid 15461 exit status 1

postfix-mysql.so seems to be correctly linked to libmysqlclient.so:

ldd /usr/local/lib/postfix/postfix-mysql.so
/usr/local/lib/postfix/postfix-mysql.so:
        libmysqlclient.so.20 =3D> /usr/local/lib/mysql/libmysqlclient.so.20
(0x800e00000)
        libz.so.6 =3D> /lib/libz.so.6 (0x80067f000)
        libm.so.5 =3D> /lib/libm.so.5 (0x80069b000)
        libc.so.7 =3D> /lib/libc.so.7 (0x80024e000)
        libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x8006cd000)
        libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x8011d2000)
        librt.so.1 =3D> /usr/lib/librt.so.1 (0x800771000)
        libexecinfo.so.1 =3D> /usr/lib/libexecinfo.so.1 (0x80077a000)
        libc++.so.1 =3D> /usr/lib/libc++.so.1 (0x8014c4000)
        libcxxrt.so.1 =3D> /lib/libcxxrt.so.1 (0x800780000)
        libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x8007a2000)
        libthr.so.3 =3D> /lib/libthr.so.3 (0x8007bc000)
        libelf.so.2 =3D> /lib/libelf.so.2 (0x801591000)

uname -a

FreeBSD megaserver.pi-greece.eu 12.2-RELEASE-p10 FreeBSD 12.2-RELEASE-p10
12803d8a9(releng/12.2) MEGASERVER12  amd64

Thanks

--=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-259530-7788>