I was going to ask for help with this problem, but seemed to have
stumbled on a solution. I'll post this in case it might help someone.
I'd like to be able to ssh from the TS-7260 running the default tslinux,
$ uname -a
Linux siksik 2.4.26-ts11 #22 Tue Jun 6 12:23:09 MST 2006 armv4l unknown
but the provided dropbear seems to omit client functionality. Attempts
to cross-compile dropbear v0.52 (v0.43 is installed) using the ts crosstool
fail in the configure script:
$ ./configure --host arm
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for arm-gcc...
/opt/crosstool/gcc-4.0.1-glibc-2.3.5/arm-unknown-linux-gnu/bin/arm-unknown-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
...
checking for crypt in -lcrypt... yes
checking for deflate in -lz... no
configure: error: *** zlib missing - install first or check config.log ***
Googling eventually led me to try
$ ./configure --host arm --disable-zlib
and this worked, and I was able to compile the dbclient and run it on the
ts board. I have no idea what is missing with zlib disabled...
Ken
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|