I am attempting to install OAuth on Ubuntu Server 12.04 but getting errors. I am following this tutorial but something isn\'t lining up:
http://sergiopvilar.wordpress.co
Found it, I needed to install PCRE Library ( Perl 5 Compatible Regular Expression Library ).
# apt-get update # apt-get install libpcre3 libpcre3-dev
This worked for me.