On Thu, 30 Sep 2004 13:50:16 -0400, Kevin Old <[EMAIL PROTECTED]> wrote:
> On Thu, 30 Sep 2004 09:38:45 -0700, Todd Lyons <[EMAIL PROTECTED]> wrote:
> > Kevin Old wanted us to know:
> >
> > >I'm running a RH9 server with clamav-0.75 and am trying to build the
> > >0.80rc3 but am getting the following error:
> > >/usr/bin/ld: cannot find -lgssapi_krb5
> > >collect2: ld returned 1 exit status
> > >make[2]: *** [libclamav.la] Error 1
> > >make[2]: Leaving directory `/tmp/clamav-0.80rc3/libclamav'
> > >make[1]: *** [all-recursive] Error 1
> > >make[1]: Leaving directory `/tmp/clamav-0.80rc3'
> > >make: *** [all] Error 2
> > >If I do "locate gssapi_krb5" I get:
> > >/usr/kerberos/lib/libgssapi_krb5.so.2.2
> > >/usr/kerberos/lib/libgssapi_krb5.so.2
> >
> > Pass to gcc "-L/usr/kerberos/lib".
> 
> Sorry, for the basic question, but which line in the Makefile should
> I put this on?

Actually, it seems that configure finds that dir and adds it....

>From the Makefile produced from configure:

LIBCLAMAV_LIBS =  -lz -lgmp -lcurl -L/usr/kerberos/lib -lssl -lcrypto
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lz -lssl
-lcrypto -lpthread

Kevin
-- 
Kevin Old
[EMAIL PROTECTED]
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to