Re: [opensc-devel] OpenSC and multi-arch support

2012-04-11 Thread Ludovic Rousseau
Le 11 avril 2012 16:37, Douglas E. Engert a écrit : > > > On 4/11/2012 8:16 AM, Frank Morgner wrote: >> Adjusting the loader to determine the architecture and recognizing >> architecture specific directories would be the more generic solution, I >> think.  You can change LD_LIBRARY_PATH or edit /e

Re: [opensc-devel] OpenSC and multi-arch support

2012-04-11 Thread Douglas E. Engert
On 4/11/2012 8:16 AM, Frank Morgner wrote: > Adjusting the loader to determine the architecture and recognizing > architecture specific directories would be the more generic solution, I > think. You can change LD_LIBRARY_PATH or edit /etc/ld.so.conf to do so. > I think the OS should fix this. T

Re: [opensc-devel] OpenSC and multi-arch support

2012-04-11 Thread Frank Morgner
Adjusting the loader to determine the architecture and recognizing architecture specific directories would be the more generic solution, I think. You can change LD_LIBRARY_PATH or edit /etc/ld.so.conf to do so. I think the OS should fix this. On Wednesday, April 11 at 01:46PM, Ludovic Rousseau wr

[opensc-devel] OpenSC and multi-arch support

2012-04-11 Thread Ludovic Rousseau
Hello, pcsc-lite on Debian and Ubuntu now supports multi-arch [1]. A multi-arched library is no more stored in /usr/lib/ but in /usr/lib/x86_64-linux-gnu for amd64 systems and /usr/lib/i386-linux-gnu for i386 systems (and the same naming applies for all the other achitectures). The idea of multi-