[Bug 234530] libkea-pgsql.so.0 not installed when PGSQL selected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 31 14:05:04 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234530

            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 at FreeBSD.org
          Reporter: matt.xtaz at 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 => not found (0)

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

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

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


More information about the freebsd-ports-bugs mailing list