OpenSSH & TS109II = Errors

  • Hallo zusammen,


    ich versuche nun seit Stunden mit durch verschiedenste Foreneintraege, Wikis und Blogs zu quaelen damit ich OpenSSH zum Laufen bringe.
    Der Grund fuer OpenSSH ist einzig und allein Unison (welches schon installiert und lauffaehig ist).


    Also ich hab mit ipkg install openssh - SSH installiert und hab dort schon mit einem error code 127 das ganze beendet.


    Hier der Output nach einem remove und reinstall

    Code
    [~] # ipkg install opensshInstalling openssh (5.3p1-1) to root...Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/openssh_5.3p1-1_arm.ipkInstalling openssl (0.9.8l-1) to root...Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/openssl_0.9.8l-1_arm.ipkConfiguring opensshupdate-alternatives: Linking //opt/bin/scp to /opt/bin/openssh-scpupdate-alternatives: Linking //opt/bin/ssh to /opt/bin/openssh-sshGenerating RSA Key.../opt/bin/ssh-keygen: relocation error: /opt/bin/ssh-keygen: symbol __stack_chk_guard, version GLIBC_2.4 not defined in file ld-linux.so.3 with link time referenceGenerating RSA Key.../opt/bin/ssh-keygen: relocation error: /opt/bin/ssh-keygen: symbol __stack_chk_guard, version GLIBC_2.4 not defined in file ld-linux.so.3 with link time referenceGenerating DSA Key.../opt/bin/ssh-keygen: relocation error: /opt/bin/ssh-keygen: symbol __stack_chk_guard, version GLIBC_2.4 not defined in file ld-linux.so.3 with link time referenceFixing permissions on the /tmp directory...killall: /opt/sbin/sshd: no process killed/opt/sbin/sshd: relocation error: /opt/sbin/sshd: symbol __stack_chk_guard, version GLIBC_2.4 not defined in file ld-linux.so.3 with link time referencepostinst script returned status 127ERROR: openssh.postinst returned 127Configuring opensslSuccessfully terminated.


    Folgend Sourcen habe ich fuer ipkg verwendet:

    Code
    src cs05q3armel http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/native/unstablesrc cs05q3armel http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stablesrc tsx09 http://ipkg.nslu2-linux.org/feeds/optware/tsx09/cross/stable/src tsx09 http://ipkg.nslu2-linux.org/feeds/optware/tsx09/cross/unstable/


    Ja und wenn ich ueber das login.sh script SSHD starten will passiert folgendes

    Code
    [~] # sh /etc/init.d/login.sh start
    Starting sshd services: /usr/sbin/sshd: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object f


    Folgenden Anleitungen bin ich nachgegangen aber ich glaub das der Feherl schon gaaaaaaaaanz wo anders liegt und viel frueher behoben werden muss nur hab ich selbst einfach keine Plan wo ich ansetzen kann und darum wuerd ich mir eure Hilfe erbitten.

  • Hi, wundert mich nicht wirklich, da Du X86 sowie ARM Quellen angegeben hast.


    Als "Feed" würde das hier bei einem X09 reichen:

    Code
    src cs05q3armel http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable


    Grüsse, David

  • ah danke, ich hab einfach nichts wirklich gefunden das mir sagt welche sourcen wo verwendet werden.


    trotzdem hab den rest auskommentiert


    mit ipkg update die list aktualisiert und das ergebnis ist eigentlich noch immer nicht besser:


  • Hi,


    Du musst noch einmal einen Blick in deine ipkg Config und in den Config Pfad werfen.
    Er hat ja wieder unstable pakete drinnen.


    Grüsse, David