Both the configure output and the link error show the same problem. Configure is not finding your kerberos library. Possibly a file naming problem, but more likely the library either does not exist on your machine, or is in a non-standard location from configure's point-of-view. If the later, you might try setting LD_LIBRARY_PATH to include the directory for the kerberos library.
On Thu, 2002-05-30 at 14:00, tomfoolry wrote: > I recently installed cvs for the first time on an IRIX 6.5.16 machine, > compiled using gcc3, without any problems, and I would like to include > GSSAPI and encryption support but am running into linking errors > during the compile. I'm not sure what to try next and any suggestions > would be greatly appreciated. > > Vital Stats: > IRIX 6.5.15 - gcc3 - MIT kerberos 5-1.2.5 > > Here is an excerpt from the configure output: > > default place for krb4 is /usr/kerberos > checking for krb.h... > checking for krb_get_err_text... no > checking for GSSAPI > checking for gssapi.h... no > checking for gssapi/gssapi.h... yes > checking for krb5.h... yes > checking for GSSAPI... yes > checking for gssapi.h... (cached) no > checking for gssapi/gssapi.h... (cached) yes > checking for gssapi/gssapi_generic.h... yes > checking for krb5.h... (cached) yes > checking for GSS_C_NT_HOSTBASED_SERVICE... gss_nt_service_name > checking for library containing des_set_odd_parity... no > checking for library containing com_err... no > checking for library containing initialize_asn1_error_table_r... no > checking for library containing __dn_expand... no > checking for library containing roken_gethostbyaddr... no > checking for library containing valid_enctype... no > checking for library containing compile... -lgen > checking for library containing krb5_free_context... no > checking for library containing gss_import_name... no > checking for gethostname... yes > checking for library containing crypt... none required > checking for cygwin32... no > updating cache ./config.cache > creating ./config.status > creating Makefile > > And here is where the compile fails: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../lib -I../diff > -I../zlib -Iyes/include -g -O2 -c `test -f zlib.c || echo > './'`zlib.c > gcc -g -O2 -o cvs add.o admin.o annotate.o buffer.o > checkin.o checkout.o classify.o client.o commit.o create_adm.o > cvsrc.o diff.o edit.o entries.o error.o expand_path.o fileattr.o > filesubr.o find_names.o hardlink.o hash.o history.o ignore.o > import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o > myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o > release.o remove.o repos.o root.o run.o scramble.o server.o status.o > subr.o tag.o update.o version.o vers_ts.o watch.o wrapper.o zlib.o > ../diff/libdiff.a ../lib/libcvs.a ../zlib/libz.a -lgen > ld32: WARNING 84: /usr/lib32/libgen.so is not used for resolving any > symbol. > ld32: ERROR 33: Unresolved text symbol "gss_nt_service_name" -- 1st > referenced by client.o. > Use linker option -v to see when and which objects, archives > and dsos are loaded. > ld32: ERROR 33: Unresolved text symbol "gss_import_name" -- 1st > referenced by client.o. > Use linker option -v to see when and which objects, archives > and dsos are loaded. > ld32: ERROR 33: Unresolved text symbol "gss_init_sec_context" -- 1st > referenced by client.o. > Use linker option -v to see when and which objects, archives > and dsos are loaded. > > Thanks for you time, > -idk > _______________________________________________ > Info-cvs mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/info-cvs > _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
