On Oct 15 12:49, Hannu Koivisto wrote: > Greetings, > > I upgraded openssh to 4.7p1-2, hoping to get ssh-add working. I > also upgraded all other packages to their latest versions. > openssl is 0.9.8e-3 and openssl097 is 0.9.7l-1 (these weren't > changed during the upgrade). > > ssh binary can no longer be executed, ssh <whatever> does nothing > and strace ssh reveals the reason: "The procedure entry point > EVP_CIPHER_CTX_get_app_data could not be located in the dynamic > link library cygcrypto-0.9.8.dll." Apparently cygcrypto is part of > openssl of which I have the latest version. > > Even before openssh upgrade I had the same problem with ssh-add but > ssh itself worked fine. Unfortunately I can't remember which > version of openssh package I had before upgrade. Downgrading to > 4.6p1-1 didn't help. > > Given that no one else seems to have reported this problem on this > list, I'm wondering if I could be doing something wrong here...
Search your system for duplicates of the files cygcrypto-0.9.8.dll, ssh.exe, etc. It looks like you have 3rd-party software installed which comes with incompatible versions of these libs. See http://cygwin.com/acronyms/#3PP For the sake of completeness, I'm running the aforementioned versions of OpenSSH and OpenSSL every day w/o such problems. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

