On Thu, 30 Sep 2004 13:37:55 -0400, Kevin Old <[EMAIL PROTECTED]> wrote: > On Thu, 30 Sep 2004 10:04:28 -0700, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Todd Lyons wrote: > > > Kevin Old wanted us to know: > > > > > >> /usr/bin/ld: cannot find -lgssapi_krb5 > > >> ... > > >> The weird part is, I've checked my /etc/ld.so.conf file and it > > >> lists: /usr/kerberos/lib /usr/X11R6/lib > > >> /usr/lib > > > > > > That is for runtime. The issue you're having is that it cannot find > > > the libgssapi_krb5.so file. > > > ... > > > It build just fine for me, but mine is in /usr/lib instead of > > > /usr/kerberos/lib. > > > > Try > > ln -s /usr/lib/kerberos/libgssapi_krb5.so /usr/lib/libgssapi_krb5.so > > ... > > > But, I don't have libgssapi_krb5.so in /usr/kerberos/lib, I have > libgssapi_krb5.so.2 and libgssapi_krb5.so.2.2 > > Can I just link libgssapi_krb5.so to libgssapi_krb5.so.2 in /usr/kerberos/lib?
I just did this and now during make I get: /usr/bin/ld: cannot find -lkrb5 Guess that didn't fix it. Any ideas? Kevin -- Kevin Old [EMAIL PROTECTED] _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
