Subject: | Does not detect library on x86_64-linux-gnu platforms automatically |
E.g. on a debian/jessie system, the library is available in /usr/lib/x86_64-linux-gnu, which is not in the default search path in Makefile.PL. So the user has to specify it manually:
env CTPP2_LIB=/usr/lib/x86_64-linux-gnu perl Makefile.PL
It would be better if this could be detected automatically, maybe by using Devel::CheckLib or so.