Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 80811

Summary: openssh links against libkafs even when USE=-kerberos
Product: Gentoo Linux Reporter: Aron Griffis (RETIRED) <agriffis>
Component: Current packagesAssignee: Daniel Ahlberg (RETIRED) <aliz>
Status: RESOLVED FIXED    
Severity: normal CC: hardened, vapier
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Aron Griffis (RETIRED) gentoo-dev 2005-02-04 17:02:52 UTC
I built openssh with heimdal installed and it apparently linked against libkafs even though I have USE=-kerberos, because I then uninstalled heimdal and got the following error from sshd:

/usr/sbin/sshd: error while loading shared libraries: libkafs.so.0: cannot open shared object file: No such file or directory
Comment 1 SpanKY gentoo-dev 2005-03-13 02:58:58 UTC
doesnt happen with mit-krb5 but doesnt with heimdal ...

odd too:
                 KerberosV support: no
         Libraries:   -lkafs -lcrypto -lutil -lz -lnsl  -lcrypt -lresolv -lresolv 
Comment 2 SpanKY gentoo-dev 2005-03-13 03:04:54 UTC
added patch to cvs to fix this ... configure would still search for libs/headers even after checking for $withval != no