Install PHP OAuth Library on Debian / Ubuntu
The only way to install the PHP OAuth Libabry on your Debian / Ubuntu system is as follows:
- Install PECL:
sudo apt-get install php-auth php5-dev libpcre3-dev - Install PHP OAuth Library:
sudo pecl install oauth - Make PHP Load the OAuth Library on PHP Startup:
sudo echo "extension=oauth.so" > /etc/php5/conf.d/oauth.ini
Now a look at php -m on the command line or phpinfo() in a .php file on your web server should point out that PHP OAuth is ready for use!
Thanks to Darren, I found this easy solution.
Das wird dich vielleicht auch interessieren:
No comments yet





