On 11/01/2009 01:16 PM, Ludovic Rousseau wrote: > 2009/10/29 Hannu Kotipalo<ha...@kotipalo.fi>: >> Same in Ubuntu 9.10 (64 bit). There seems to be a missing symbolic link. >> This helped me: >> sudo ln -s /lib/libpcsclite.so.1.0.0 /usr/lib/libpcsclite.so.1 > > On Ubuntu libpcsclite is in /lib and not in /usr/lib. > See http://bugs.debian.org/531592 > > The Ubuntu opensc package should be patched to use a different path.
I think the correct fix here would be in configure.ac: -DEFAULT_PCSC_PROVIDER="/usr/lib${libdir##*/lib}/libpcsclite.so.1" +DEFAULT_PCSC_PROVIDER="libpcsclite.so.1" One shouldn't make assumptions in what directory libpcsclite.so.1 is installed. If distributions want to hardcode a path, they can do it. But opensc's default should be something that works across most distributions. -- Kalev Lember _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel