Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80811 - openssh links against libkafs even when USE=-kerberos
Summary: openssh links against libkafs even when USE=-kerberos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 17:02 UTC by Aron Griffis (RETIRED)
Modified: 2005-03-13 03:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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