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

2012-04-23 Thread Martin Paljak
Hello, On Sat, Apr 14, 2012 at 19:55, Alon Bar-Lev wrote: > Anyway, now that mingw64 is maintained and I guess the old > pcsc-lite may not be supported any more (the one that broke some > interface), it should be safe to link at compile time, change should > not be significant. Direct linkin

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

2012-04-14 Thread Alon Bar-Lev
On Thu, Apr 12, 2012 at 11:12 AM, Ludovic Rousseau wrote: > Le 11 avril 2012 16:43, Ludovic Rousseau a écrit > : >> 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

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

2012-04-12 Thread Ludovic Rousseau
Le 11 avril 2012 16:43, Ludovic Rousseau a écrit : > 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 solut

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-