I am getting an error on the make, which I cannot resolve by myself.
It complains about
a missing libcom_err library not found. Well I do not have this on my
system. I have even downloaded the
kerberos toolkit and the library is not their either. Can somebody
give me some advise on this please as I am a bit lost, thanks.
platform: aix 5.3
LIBPATH: /usr/lib:/usr/include:/usr/local/lib:/usr/include/gssapi
Using the following config parameters:
./configure --without-zlib-version-check --with-kerberos5=/usr/krb5
--without-openssl-header-check --with-ssl-dir=/usr/local/ssl prefix=/
opt/openssh
make returns....
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconne
ct1.o sshconnect2.o mux.o roaming_common.o -L. -Lopenbsd-compat/ -L/
usr/local/s
sl -L/usr/krb5/lib -Wl,-blibpath:/usr/lib:/lib:/usr/krb5/lib -lssh -
lopenbsd-co
mpat -lcrypto -lz -lkrb5 -lk5crypto -lcom_err
collect2: library libcom_err not found
make: 1254-004 The error code from the last command is 1.
thanks
Pete.