16 Oct
2005
16 Oct
'05
11:59 a.m.
Andrew Teixeira <ateixeira@gmail.com> wrote:
I don't really understand it either since that is what I thought when I looked at the libraries being used. When I looked more closely at src/lib/libradius.a, it was only 8 bytes long (i.e. not really a library), but the libradius.a in src/lib/.libs is 223086 bytes and contains the correct library information.
Ah, OK. The issue is that libtool isn't being used to link the smbencrypt program. I thought that this was fixed in 1.0.5. I'll take a look at it. Alan DeKok.