Dropbear 0.50 compiling issues

Harald Radke harryrat at postnuklear.de
Fri Dec 14 06:52:46 WST 2007


Hi there!

I am quite new, so plz be a little patient with me (;

I downloaded the dropbear 0.5 source, unpacked it 
and ./configure --prefix=/usr

when doing

make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"

compiling bails out with:

-----------------------
gcc -I. -I. -I./libtomcrypt/src/headers/  -Os -W -Wall -DDROPBEAR_SERVER -DDBMULTI_dropbear -DDROPBEAR_MULTI   -c -o 
cli-auth.c: In function 'recv_msg_userauth_specific_60':
cli-auth.c:109: error: 'cli_ses' undeclared (first use in this function)
cli-auth.c:109: error: (Each undeclared identifier is reported only once
cli-auth.c:109: error: for each function it appears in.)
cli-auth.c: In function 'recv_msg_userauth_failure':
cli-auth.c:147: error: 'cli_ses' undeclared (first use in this function)
cli-auth.c: In function 'recv_msg_userauth_success':
cli-auth.c:233: error: 'cli_ses' undeclared (first use in this function)
cli-auth.c: In function 'cli_auth_try':
cli-auth.c:249: error: 'cli_ses' undeclared (first use in this function)
make: *** [cli-auth.o] Error 1

When leaving dbclient out of that list, it works.
( so I have a "2-pass" make run |-: )


Another problem:

Using Dropbear > 0.48 with scp to the dropbear site, transfer takes place, but 
the file on destination side has zero length...I tried 0.49, same prob...with 
0.48 it was fine.... I use uclibc

Related to that: I saw the following when compiling above:

scpmisc.c: In function 'addargs':
scpmisc.c:148: warning: implicit declaration of function 'vasprintf'

maybe this is related to the scp issue?

Any help would be appreciated

Thx

Harry



More information about the Dropbear mailing list