Am Sonntag 01 November 2009 13:06:49 schrieb Peter Stuge: > Kalev Lember wrote: > > 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. > > I agree, -rpath is horrible.
but this discussion isn't about rpath. we are leading the shared library as plugin. well, maybe we shouldn't or at least by default not do that. alon was working on an alternative implementation and thus made it easy to configure, which library for the same static interface is loaded. while this is real nice for developers, it creates confusion for normal users without this need. I don't want to create a new 0.11 release, as editing a config file or using different configure options is easy. but what is the best suggestion for distributions? Regards, Andreas _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel