2010/7/27 Roger Brown <[email protected]>: > The libpcsclite.so.2 approach would be the cleanest all round. Would there be > some cunning way of detecting a 64 bit build that should be linking against > the new .2 library, but for some reason finds the old one, for example by > forcing a reference to an export that only exists in the new ABI, eg by > changing SCardEstablishContext to be SCardEstablishContext64 and macro'd in > the header if _LP64 defined.
If the libpcsclite.so.2 can't be found then the loader (ld.so) will complain and you can't run your application. Only people using dlopen() and "libpcsclite.so" (without the ".1" or ".2") will have problems. But they are doing a stupid thing in the first place. Bye -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
