[uClibc]ssh configuration question.

tom at ceisystems.com tom at ceisystems.com
Fri Apr 25 19:15:49 UTC 2003


Bob,

	My first suggestion would be to look through the config file.
Perhaps something in there is awry.  I would not suggest simply
"grepping" through it, but actually opening the file in {insert your
favorite editor here}, and looking through the settings.  You may want
to customize the functionality anyway.

Thomas Cameron
CEI Systems, Inc.


> -----Original Message-----
> From: bob [mailto:rinnes at integraonline.com] 
> Sent: Friday, April 25, 2003 12:46 PM
> To: uclibc at uclibc.org
> Subject: [uClibc]ssh configuration question.
> 
> 
> I know this has to be a configuration problem, but I am at a 
> loss here.
> 
> When I run any ssh utility I get the following error:
>     [whatever]: 1:  Syntax error: "(" unexpected
> 
> I have not changed any of the ssh configuration files, so 
> that may be an
> issue.
> grepped the code, nothing ...
> searched the list, nothing I could find
> pulled some hair out, balder now, still nothing ...
> 
> help!?
> 
> - Bob
> rinnes at integraonline.com
> 
> ===================================================
> 
> Configuration:
>     Arm environment using buildroot with cvs updates.
> 
> My Makefile contains:
> 
> # What sortof target system shall we compile this for?
> #ARCH:=i386
> ARCH:=arm
> #ARCH:=powerpc
> #ARCH:=whatever
> 
> # enable to build a native gcc toolchain with uclibc support
> USE_UCLIBC_TOOLCHAIN:=true
> 
> # If you are building a native gcc toolchain, do you want to
> # build the old gcc-2.95 based toolchain, or would you prefer
> # a nice and shiny new gcc-3.2.1 toolchain?
> GCC_2_95_TOOLCHAIN:=false
> 
> # Enable this to use the uClibc daily snapshot instead of a released
> # version.  Daily snapshots may contain new features and bugfixes. Or
> # they may not even compile at all, depending on what Erik is doing...
> USE_UCLIBC_SNAPSHOT:=true
> 
> # Enable this to use the busybox daily snapshot instead of a released
> # version.  Daily snapshots may contain new features and bugfixes. Or
> # they may not even compile at all....
> USE_BUSYBOX_SNAPSHOT:=false
> 
> # Enable large file (files > 2 GB) support
> BUILD_WITH_LARGEFILE:=false
> 
> # Command used to download source code
> WGET:=wget --passive-ftp
> 
> # Optimize toolchain for which type of CPU?
> OPTIMIZE_FOR_CPU=$(ARCH)
> #OPTIMIZE_FOR_CPU=i486
> #OPTIMIZE_FOR_CPU=strongarm
> #OPTIMIZE_FOR_CPU=whatever
> 
> # Any additional gcc options you may want to include....
> EXTRA_GCC_CONFIG_OPTIONS=
> #EXTRA_GCC_CONFIG_OPTIONS=--without-float
> 
> #############################################################
> #
> # The list of stuff to build for the target filesystem
> #
> #############################################################
> # The toolchain comes next if we are building one
> ifeq ($(USE_UCLIBC_TOOLCHAIN),true)
> TARGETS+=uclibc_toolchain
> endif
> # Do you want user mode Linux (x86 only), or are you building a
> # real kernel # that will run on its own?  Perhaps you have a
> # kernel you have already configured and you want to use that?
> #TARGETS+=linux
> #TARGETS+=user-mode-linux
> TARGETS+=system-linux
> 
> # The default minimal set
> TARGETS+=busybox tinylogin
> TARGETS+=zlib openssl openssh
> TARGETS+=berkerelydb udhcp
> TARGETS+=ncurses gdb gdbserver
> 
> TARGETS+=newt strace pcmcia netkitbase netkittelnet
> 
> # Openssh...
> #TARGETS+=zlib openssl openssh
> 
> # Everything needed to build a full uClibc development system!
> #TARGETS+=coreutils findutils bash make diffutils patch sed
> #TARGETS+=ed flex bison file gawk tar grep gcc_target
> 
> # Of course, if you are installing a development system, you
> # may want some header files so you can compile stuff....
> #TARGETS+=ncurses-headers zlib-headers openssl-headers
> 
> # More development system stuff for those that want it
> #TARGETS+=m4 autoconf automake libtool
> 
> # Some nice debugging tools
> #TARGETS+=gdb strace
> 
> # The Valgrind debugger (x86 only)
> #TARGETS+=valgrind
> 
> # Some stuff for access points and firewalls
> #TARGETS+=iptables hostap wtools dhcp_relay bridge
> #TARGETS+=hostap wtools berkerelydb
> 
> # Run customize.mk at the very end to add your own special config.
> # This is useful for making your own distro within the buildroot
> # process.
> # TARGETS+=customize
> 
> ... Standard stuff from here
> 
> Libraries installed are:
> 
> -rwxr-xr-x    1 root     root        19640 Apr 24 20:34 
> ld-uClibc-0.9.19.so
> lrwxrwxrwx    1 root     root           19 Apr 25 10:22 
> ld-uClibc.so.0 ->
> ld-uClibc-0.9.19.so
> lrwxrwxrwx    1 root     root           19 Apr 25 10:22 libc.so.0 ->
> libuClibc-0.9.19.so
> -rw-r--r--    1 root     root        10592 Apr 24 20:14 
> libcrypt-0.9.19.so
> lrwxrwxrwx    1 root     root           18 Apr 25 10:22 
> libcrypt.so.0 ->
> libcrypt-0.9.19.so
> lrwxrwxrwx    1 root     root           18 Apr 25 10:22 
> libcrypto.so ->
> libcrypto.so.0.9.7
> lrwxrwxrwx    1 root     root           18 Apr 25 10:22 
> libcrypto.so.0 ->
> libcrypto.so.0.9.7
> -rw-r--r--    1 root     root      1124074 Apr 24 20:33 
> libcrypto.so.0.9.7
> -rw-r--r--    1 root     root         6788 Apr 24 20:14 
> libdl-0.9.19.so
> lrwxrwxrwx    1 root     root           15 Apr 25 10:22 libdl.so.0 ->
> libdl-0.9.19.so
> lrwxrwxrwx    1 root     root           17 Apr 25 10:22 libgcc_s.so ->
> libgcc_s.so.0.9.9
> -rw-r--r--    1 root     root        34426 Apr 25 02:33 
> libgcc_s.so.0.9.9
> -rw-r--r--    1 root     root        52216 Apr 24 20:14 libm-0.9.19.so
> lrwxrwxrwx    1 root     root           14 Apr 25 10:22 libm.so.0 ->
> libm-0.9.19.so
> lrwxrwxrwx    1 root     root           15 Apr 25 10:22 
> libncurses.so ->
> libncurses.so.5
> lrwxrwxrwx    1 root     root           17 Apr 25 10:22 
> libncurses.so.5 ->
> libncurses.so.5.2
> -rw-r--r--    1 root     root       273502 Apr 24 20:34 
> libncurses.so.5.2
> lrwxrwxrwx    1 root     root           17 Apr 25 10:22 libnewt.so ->
> libnewt.so.0.51.0
> lrwxrwxrwx    1 root     root           17 Apr 25 10:22 
> libnewt.so.0.51 ->
> libnewt.so.0.51.0
> -rwxr-xr-x    1 root     root        52872 Apr 24 20:34 
> libnewt.so.0.51.0
> -rw-r--r--    1 root     root         1732 Apr 24 20:14 
> libnsl-0.9.19.so
> lrwxrwxrwx    1 root     root           16 Apr 25 10:22 libnsl.so.0 ->
> libnsl-0.9.19.so
> -rw-r--r--    1 root     root        91464 Apr 24 20:14 
> libpthread-0.9.19.so
> lrwxrwxrwx    1 root     root           20 Apr 25 10:22 
> libpthread.so.0 ->
> libpthread-0.9.19.so
> -rw-r--r--    1 root     root         1736 Apr 24 20:14 
> libresolv-0.9.19.so
> lrwxrwxrwx    1 root     root           19 Apr 25 10:22 
> libresolv.so.0 ->
> libresolv-0.9.19.so
> -rwxr-xr-x    1 root     root        85856 Apr 24 20:34 libslang.so
> lrwxrwxrwx    1 root     root           11 Apr 25 10:22 
> libslang.so.1 ->
> libslang.so
> lrwxrwxrwx    1 root     root           15 Apr 25 10:22 libssl.so ->
> libssl.so.0.9.7
> lrwxrwxrwx    1 root     root           15 Apr 25 10:22 libssl.so.0 ->
> libssl.so.0.9.7
> -rw-r--r--    1 root     root       913899 Apr 24 20:33 
> libssl.so.0.9.7
> -rw-r--r--    1 root     root        13244 Apr 24 20:14
> libthread_db-0.9.19.so
> lrwxrwxrwx    1 root     root           22 Apr 25 10:22 
> libthread_db.so.1 ->
> libthread_db-0.9.19.so
> -rw-r--r--    1 root     root       263352 Apr 24 20:14 
> libuClibc-0.9.19.so
> -rw-r--r--    1 root     root         4592 Apr 24 20:14 
> libutil-0.9.19.so
> lrwxrwxrwx    1 root     root           17 Apr 25 10:22 
> libutil.so.0 ->
> libutil-0.9.19.so
> lrwxrwxrwx    1 root     root           13 Apr 25 10:22 libz.so ->
> libz.so.1.1.4
> lrwxrwxrwx    1 root     root           13 Apr 25 10:22 libz.so.1 ->
> libz.so.1.1.4
> -rw-r--r--    1 root     root        51164 Apr 24 20:28 libz.so.1.1.4
> drwxr-xr-x    3 root     root         1024 Apr 25 10:22 modules
> 
> 
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://uclibc.org/mailman/listinfo/uclibc
> 


More information about the uClibc mailing list