[1783] in Kerberos_V5_Development
Re: kadm5 unit tests ported
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Tue Sep 24 16:23:51 1996
Date: Tue, 24 Sep 1996 16:23:42 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: epeisach@MIT.EDU
Cc: krbdev@MIT.EDU
In-Reply-To: <9609242018.AA08950@kangaroo.mit.edu> (message from Ezra Peisach
on Tue, 24 Sep 1996 16:18:55 EDT)
Do the tests assume that you compiled the tree --prefix=/krb5?
Does shared library support work?
My tree is configured with
../src/configure --with-ccopts=-g --with-cc=gcc --with-krb4 --enable-shared
so (1) no and (2) yes. You have to explicitly (for example, on
Solaris) set LD_LIBRARY_PATH to include the shared library directory
in order for any programs to actually run, of course. Is there any
way to automate that process?
Barry