Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 19:04:18 -0700 (PDT)
From:      mjoyner@wolf.dyns.cx
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22329: heimdal port's installed binaries complain about missing lib entries.
Message-ID:  <20001027020418.3D43237B479@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         22329
>Category:       ports
>Synopsis:       heimdal port's installed binaries complain about missing lib entries.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 26 19:10:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Michael Joyner
>Release:        4.1-RELEASE
>Organization:
Edward Waters College
>Environment:
admin@wolf$ uname -a
FreeBSD wolf.dyns.cx 4.1-RELEASE FreeBSD 4.1-RELEASE #1: Sat Sep 23 03:47:53 EDT 2000     root@host100.wolf.dyns.cx:/usr/src/sys/compile/psychomouse  i386 
>Description:
cd /usr/ports/security/heimdal
make all install

note libtool warnings received during install:
	
libtool: install: warning: `../../lib/krb5/libkrb5.la' has not been installed in `/usr/local/lib'
libtool: install: warning: `../../lib/des/libdes.la' has not been installed in `/usr/local/lib'
libtool: install: warning: `../../lib/asn1/libasn1.la' has not been installed in `/usr/local/lib'
libtool: install: warning: `../../lib/vers/libvers.la' has not been installed in `/usr/local/lib'
libtool: install: warning: `../../lib/roken/libroken.la' has not been installed in `/usr/local/lib'


# ./kdb5_util
/usr/libexec/ld-elf.so.1: Undefined symbol "master_princ" referenced from COPY relocation in ./kdb5_util
# ldd kdb5_util
kdb5_util:
        libkadm5srv.so => /usr/lib/libkadm5srv.so (0x2807a000)
        libkdb5.so => /usr/local/lib/libkdb5.so (0x28085000)
        libgssrpc.so => /usr/local/lib/libgssrpc.so (0x2808e000)
        libdyn.so => /usr/local/lib/libdyn.so (0x280a3000)
        libgssapi_krb5.so => /usr/local/lib/libgssapi_krb5.so (0x280a6000)
        libkrb4.so => /usr/local/lib/libkrb4.so (0x280bd000)
        libkrb5.so => /usr/lib/libkrb5.so (0x280d1000)
        libdes425.so => /usr/local/lib/libdes425.so (0x280fb000)
        libk5crypto.so => /usr/local/lib/libk5crypto.so (0x28100000)
        libcom_err.so => /usr/lib/libcom_err.so (0x2811b000)
        libc.so.4 => /usr/lib/libc.so.4 (0x2811d000)
        libkrb5.so => /usr/local/lib/libkrb5.so (0x281b0000)
        libcom_err.so => /usr/local/lib/libcom_err.so (0x281de000)
#                                                                  
>How-To-Repeat:
I don't know if this is my box or just a general problem.
>Fix:
Unkown, but would greatly like a fix... trying to figure out how
to combine NIS and KRB5 together to beging migrating password
authentication into KRB land away from NIS land.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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