Pavan Kumar
Pavan Kumar

Reputation: 1735

Installing Oauth on CentOS

I am on CentOS. In magento, for converting the list of data to JSON format i came to know that intially i required to install oauth for consumer side. for installing oauth on centOS, I followed as suggested in this site : http://coolbung.blogspot.in/2010/04/installing-oauth-on-centos-54.html

but i am facing a problem when giving a command 'pecl install oauth-beta'. It shows that pecl command not found.

How can i get reslove of this...

Upvotes: 1

Views: 3406

Answers (1)

Raptor
Raptor

Reputation: 54268

Issue this command to issue PHP Pear first:

yum install php-pear

Reference: http://www.electrictoolbox.com/install-php-pecl-centos/

Upvotes: 2

Related Questions