mewalal yadav wrote:
while running make for ssh . i am getting the following error

sshconnect1.c: In function `respond_to_rsa_challenge':
sshconnect1.c:162: `MD5_CTX' undeclared (first use in this function)
sshconnect1.c:162: (Each undeclared identifier is reported only once
sshconnect1.c:162: for each function it appears in.)
sshconnect1.c:162: parse error before `md'
sshconnect1.c:180: warning: implicit declaration of function `MD5_Init'
sshconnect1.c:180: `md' undeclared (first use in this function)
sshconnect1.c:181: warning: implicit declaration of function `MD5_Update'
sshconnect1.c:183: warning: implicit declaration of function `MD5_Final'
*** Error code 1
make: Fatal error: Command failed for target `sshconnect1.o'

CAn somebody help me in the resolution of this error

How did you setup your build environment ?

Have you run make setup while in $SRC ?

In general you can NOT just cd into some random directory and have make work unless you have previously run a full build - and even then there are some caveats.

--
Darren J Moffat
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to