Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2018 14:05:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234530] libkea-pgsql.so.0 not installed when PGSQL selected
Message-ID:  <bug-234530-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 234530
           Summary: libkea-pgsql.so.0 not installed when PGSQL selected
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: matt.xtaz@gmail.com

In the latest 1.5.0 update when PGSQL support is selected the binaries get
linked against libkea-pgsql.so.0 but this is not installed. As a result this
happens:

# ldd `which kea-dhcp4` | grep 'not found'
libkea-pgsql.so.0 =3D> not found (0)

# service kea onestart
Starting kea.=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
INFO/keactrl: Starting /usr/local/sbin/kea-dhcp4 -c
/usr/local/etc/kea/kea-dhcp4.conf=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20
ld-elf.so.1: Shared object "libkea-pgsql.so.0" not found, required by
"kea-dhcp4"=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
INFO/keactrl: Starting /usr/local/sbin/kea-dhcp6 -c
/usr/local/etc/kea/kea-dhcp6.conf=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20
ld-elf.so.1: Shared object "libkea-pgsql.so.0" not found, required by
"kea-dhcp6"=20=20=20=20=20

It doesn't look like this file is mentioned in the pkg-plist file. My thoug=
hts
are that there should be some conditional entries in that file if you have
other options for databases selected?

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