Bugzilla – Bug 104
Bad link to -ldes with Heimdal
Last modified: 2003-04-03 12:43:32 MST
Compiling sudo with Heimdal fails because it tries to link against -ldes. Removing -ldes from the compile options allows sudo to compile without problem. --Quanah
Sorry, removing -ldes from the Makefile fixes the problem. ;)
This should be fixes in sudo 1.6.7p2 which will now use the krb5-config script to determine the correct CFLAGS, LDFLAGS, and extra libs needed for Kerberos V.