Re: Segmentation fault with openssh and pkcs11

2016-02-14 Thread Evil Medi
Hello Cygwin Team

As suggested by Achim, I've compiled opensc for cygwin. I used part of the 
build instruction from: 
https://github.com/OpenSC/OpenSC/wiki/OpenSC-Windows-installer, mainly: 
./bootstrap && ./configure --disable-doc && make && make install. I can 
successfully run binaries that I've compiled this way and detect my smart card. 
When I run openssh with the pkcs11 libary I unfortunately still get a 
segmentation fault with: 

command: ssh -I /usr/lib/opensc-pkcs11.dll hostanme
output: Segmentation fault (core dumped)

What are your guys thoughts?

Regards
  
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Segmentation fault with openssh and pkcs11

2016-02-13 Thread Evil Medi
Thanks, I'll give it a go.

Regards

> Windows and Cygwin DLL don't mix in the manner you expect them to.
> You'd need to compile OpenSC for Cygwin.
>
>
> Regards,
> Achim.  
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple