Using sudo 1.6.3p7 with Kerberos 5 on Solaris 8 Intel (Compiled withh gcc v 2.95.2)

Emil Isberg emil.isberg at mds.mdh.se
Mon Jun 25 12:09:40 EDT 2001


On Mon, 25 Jun 2001, Shaun McCullagh wrote:
>I've successfully compiled sudo with the `--with-kerb5' option.
>
>Unfortunately we keep the Kerberos libraries in /usr/local/lib
>so when sudo is invoked it can't find the Kerberos dynamic libraries.

Use LDFLAGS=-R/usr/local/lib ./configure and you will most certain add
that path to the searchlist in the binary so that you don't need any
LD_LIBRARY_PATH defined.

-- 
"If the King's English was good enough for Jesus, it's good enough for
me!"
		-- "Ma" Ferguson, Governor of Texas (circa 1920)




More information about the sudo-users mailing list