Re: [opensc-devel] OpenSC with VMWare View

2012-11-20 Thread Douglas E. Engert


On 11/20/2012 3:09 PM, Douglas E. Engert wrote:
>
>
> On 11/20/2012 2:35 PM, Michael Wisniewski wrote:
>> Hi!
>>
>> I'm trying to get my PIV card to work with the "vmware-view" client on 
>> Ubuntu Linux.  I've installed the opensc debian package 0.12.2-2ubuntu1 so 
>> far.  They say to place the PKCS#11 modules in the
>> /usr/lib/vmware/view/pkcs11 directory.  I've created a symlink in that 
>> directory to /usr/lib/opensc-pkcs11.so.  When starting the program, I get 
>> the following error...
>>
>
> Do you tell it the name of the library?
>
> Looks like the package is adding "lib" and ".so" around the name that you 
> gave,
> If it is doing thin internally,try a symlink from libopensc-pkcs11.so.so -> 
> libopensc-pkcs11.so.so

Ooops, that should have been a symlink from libopensc-pkcs11.so.so -> 
opensc-pkcs11.so


> or just copy it to the name expected.
>
>
>
>> Could not open module /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so 
>> : 
>> /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so 
>> : cannot
>> open shared object file: No such file or directory
>>
>> I was wondering if you knew which package I would have to install to obtain 
>> "libopensc-pkcs11.so.so ".  I've looked 
>> around for it and haven't had much success finding
>> it.  I've also tried installing from the opensc git nightly with no luck and 
>> also upgraded pcsc, but still nothing.
>>
>> Thanks!
>>
>>
>> ___
>> opensc-devel mailing list
>> opensc-devel@lists.opensc-project.org
>> http://www.opensc-project.org/mailman/listinfo/opensc-devel
>>
>

-- 

  Douglas E. Engert  
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444


___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


Re: [opensc-devel] OpenSC with VMWare View

2012-11-20 Thread Peter Stuge
Michael Wisniewski wrote:
> OpenSC recognizes the cert on the card, but just doesn't work with
> vmware-view.

After you create the symlink in order to work around that error?


//Peter
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


Re: [opensc-devel] OpenSC with VMWare View

2012-11-20 Thread Douglas E. Engert


On 11/20/2012 2:35 PM, Michael Wisniewski wrote:
> Hi!
>
> I'm trying to get my PIV card to work with the "vmware-view" client on Ubuntu 
> Linux.  I've installed the opensc debian package 0.12.2-2ubuntu1 so far.  
> They say to place the PKCS#11 modules in the
> /usr/lib/vmware/view/pkcs11 directory.  I've created a symlink in that 
> directory to /usr/lib/opensc-pkcs11.so.  When starting the program, I get the 
> following error...
>

Do you tell it the name of the library?

Looks like the package is adding "lib" and ".so" around the name that you gave,
If it is doing thin internally,try a symlink from libopensc-pkcs11.so.so -> 
libopensc-pkcs11.so.so
or just copy it to the name expected.



> Could not open module /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so 
> : 
> /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so 
> : cannot
> open shared object file: No such file or directory
>
> I was wondering if you knew which package I would have to install to obtain 
> "libopensc-pkcs11.so.so ".  I've looked 
> around for it and haven't had much success finding
> it.  I've also tried installing from the opensc git nightly with no luck and 
> also upgraded pcsc, but still nothing.
>
> Thanks!
>
>
> ___
> opensc-devel mailing list
> opensc-devel@lists.opensc-project.org
> http://www.opensc-project.org/mailman/listinfo/opensc-devel
>

-- 

  Douglas E. Engert  
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444


___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


Re: [opensc-devel] OpenSC with VMWare View

2012-11-20 Thread Michael Wisniewski
Thanks for the quick response.  I've been banging my head against this for
quite some time now.

It also has the same error with the vmware-view-open-client.  On both
vmware-view closed source and open source, coolkey will pop up just fine,
but it won't recognize the right cert on the card.  OpenSC recognizes the
cert on the card, but just doesn't work with vmware-view.


On Tue, Nov 20, 2012 at 3:04 PM, Peter Stuge  wrote:

> Michael Wisniewski wrote:
> > Could not open module /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so
> :
> > /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so: cannot open shared
> > object file: No such file or directory
> >
> > I was wondering if you knew which package I would have to install to
> obtain
> > "libopensc-pkcs11.so.so".
>
> That filename is a programming error in the application that tries to
> open it. I guess that's closed source, so all you can do is make a
> symlink pointing at opensc-pkcs11.so.
>
>
> //Peter
> ___
> opensc-devel mailing list
> opensc-devel@lists.opensc-project.org
> http://www.opensc-project.org/mailman/listinfo/opensc-devel
>
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] OpenSC with VMWare View

2012-11-20 Thread Peter Stuge
Michael Wisniewski wrote:
> Could not open module /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so:
> /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so: cannot open shared
> object file: No such file or directory
> 
> I was wondering if you knew which package I would have to install to obtain
> "libopensc-pkcs11.so.so".

That filename is a programming error in the application that tries to
open it. I guess that's closed source, so all you can do is make a
symlink pointing at opensc-pkcs11.so.


//Peter
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


[opensc-devel] OpenSC with VMWare View

2012-11-20 Thread Michael Wisniewski
Hi!

I'm trying to get my PIV card to work with the "vmware-view" client on
Ubuntu Linux.  I've installed the opensc debian package 0.12.2-2ubuntu1 so
far.  They say to place the PKCS#11 modules in the
/usr/lib/vmware/view/pkcs11 directory.  I've created a symlink in that
directory to /usr/lib/opensc-pkcs11.so.  When starting the program, I get
the following error...

Could not open module /usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so:
/usr/lib/vmware/view/pkcs11/libopensc-pkcs11.so.so: cannot open shared
object file: No such file or directory

I was wondering if you knew which package I would have to install to obtain
"libopensc-pkcs11.so.so".  I've looked around for it and haven't had much
success finding it.  I've also tried installing from the opensc git nightly
with no luck and also upgraded pcsc, but still nothing.

Thanks!
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel