[1495] in Kerberos-V5-bugs
krb install on Solaris 2.x
daemon@ATHENA.MIT.EDU (rambo)
Tue Jun 20 15:55:19 1995
Date: Tue, 20 Jun 1995 15:54:18 -0400
From: plopez@argo.dcrt.nih.gov (rambo)
To: krb5-bugs@MIT.EDU
Cc: plopez@helix.nih.gov
Hello:
I have been trying unsuccessfully to install kerberos on my system.
"configure" works fine with no errors. However, when "make" gets to
the directory KRBDIR/src/clients/klist, it fails every time with the
following error: (please see attached) I have no idea what to look
for here. If anyone can give me a clue, I would greatly appreciate it.
Thank you,
Patricia Lopez
National Institute of Health
Division of Computational Research and Technology
Building 12A, Room 2021
Bethesda, Maryland 20892
410-496-0330
-------------------------Begin Included error----------------------
making in clients...
making in clients/klist...
gcc -I./../../include -I../../include -c klist.c
gcc -I./../../include -I../../include -o klist klist.o ../../lib/libkrb5.a ../../lib/libcrypto.a ../../util/et/libcom_err.a
Undefined first referenced
symbol in file
ntohs ../../lib/libkrb5.a(fcc_maybe.o)
htons ../../lib/libkrb5.a(fcc_gennew.o)
ld: fatal: Symbol referencing errors. No output written to klist
*** Error code 1
make: Fatal error: Command failed for target `klist'
Current working directory /opt1/krb/src/clients/klist
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /opt1/krb/src/clients
*** Error code 1
make: Fatal error: Command failed for target `all'
-------------------------End Included error----------------------