Setup oauth on Ubuntu

installing using pecl:

# pecl install oauth

may need to install pcre headers (debian based)

# apt-get install libpcre3-dev

 

add extension=oauth.so to php.ini

Was this answer helpful?

 Print this Article

Also Read

Fixing perl: warning: Setting locale failed

When receiving this error:perl: warning: Setting locale failed.perl: warning: Please check that...

Zend Server

Setting up a Zend Server from scratch: Install latest LTS Ubuntu server and enable SSH Install...