On my Arch Linux machine `import re` fails because libpcre.so.3 does not exist. Instead it's libpcre.so.1 (also aliased as libpcre.so). So should we just change it to load libpcre.so, or try different versions in succession?