On Fri, Jan 10, 2003 at 04:41:47PM -0800, Tim Howe wrote:
> When I attempt to get a key I get this:
> gpg: unable to execute program "gpgkeys_ldap": No such file or directory
> gpg: no handler for keyserver scheme "ldap"
> 
> However, the OpenBSD port does appear to configure for LDAP.  Do I need
> something else installed, or is this a configuration issue?

Here's what the ebuild does:


DEPEND="sys-devel/perl
        X? ( x11-misc/xloadimage )
        zlib? ( sys-libs/zlib )
        ldap? ( net-nds/openldap )"
RDEPEND="nls? ( sys-devel/gettext )"

src_compile() {
        local myconf
        use nls || myconf="${myconf} --disable-nls"
        use ldap || myconf="${myconf} --disable-ldap"
        use zlib || myconf="${myconf} --with-included-zlib"
        use X || myconf="${myconf} --disable-photo-viewers"

        #Still needed?
        # Bug #6387, --enable-m-guard causes bus error on sparcs
        if [ "${ARCH}" != "sparc" -a "${ARCH}" != "sparc64" ]; then
                myconf="${myconf} --enable-m-guard"
        fi

        econf ${myconf}
        make || die
}

It's possible that it puts gpgkeys_ldap in ${libexec}, and obviously if
you don't have the library you won't get LDAP support.  That was my
problem earlier.

-- 
Joseph Carter <[EMAIL PROTECTED]>            You expected a coherent reply?
 
2.3.1 has been released. Folks new to this game should remember that
2.3.* releases are development kernels, with no guarantees that they
will not cause your system to do horrible things like corrupt its
disks, catch fire, or start running Mindcraft benchmarks.
        -- Slashdot

Attachment: msg12474/pgp00000.pgp
Description: PGP signature

Reply via email to