With the help of a couple of suggestions I think I have found my problem. My installation doesn't have a libresolv.a. Doing this comes up blank;
#find / -name "libresolv.a" -print Where would one go looking for this lib if it's missing? Thanks again, Don -----Original Message----- From: Mike Friedman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 7:19 PM To: Don Fike Cc: kerberos@MIT. EDU Subject: Re: fatal: Symbol referencing errors On Wed Sep 26 14:05:39 2001, Don Fike said: > Can anyone shed some light on what might be causing the error below during > make? > > > Undefined first referenced > symbol in file > dn_expand //usr/local/lib/libkrb5.a(hst_realm.o) > res_search //usr/local/lib/libkrb5.a(hst_realm.o) > ld: fatal: Symbol referencing errors. Don, Do you have your resolver library in your link list? In particular, on Solaris, '-lresolv' should appear in the LIBS list in the Makefile. (The above symbols are located in libresolv.a on Solaris). Mike ---------------------------------------------------------------------------- Mike Friedman [EMAIL PROTECTED] System & Network Security +1-510-642-1410 University of California at Berkeley http://ack.Berkeley.EDU/~mikef ----------------------------------------------------------------------------
