I know this is a problem that will be solved very
easily - but
being a new with very little experience using
compilers- can anyone tell me
how to fix my error below:
/opt/SUNWspro/bin/cc -o ssh ssh.o sshconnect.o
log-client.o readconf.o hostfile.o readpass.o
tildexpand.o clientloop.o canohost.o idea.o
rsa.o randoms.o md5.o buffer.o emulate.o packet.o
compress.o xmalloc.o ttymodes.o newchannels.o
bufaux.o authfd.o authfile.o crc32.o rsaglue.o
cipher.o des.o match.o arcfour.o mpaux.o
userfile.o signals.o blowfish.o deattack.o \
-Lgmp-2.0.2-ssh-2 -lgmp -Lzlib-1.0.4 -lz
-L/opt/local/ssh-1.2.26/rsaref2 -lrsaref -lsocket
-lnsl -lsec -L/usr/local/lib
ld: fatal: library -lrsaref: not found
ld: fatal: File processing errors. No output
written to ssh
*** Error code 1
make: Fatal error: Command failed for target `ssh'
I ran the configure using -with-rsaref=/path
and then ran make which gives me the above error!
Thanks...
Laura