Installing oauth - installed, but not registering as extension?

Issues related to applications and software problems
Post Reply
lordtopcat
Posts: 1
Joined: 2019/01/23 08:32:41

Installing oauth - installed, but not registering as extension?

Post by lordtopcat » 2019/01/23 08:43:24

Hi,

I've been stuck on this for about 4 hours...Google is not providing as useful as it usually is.

I have a fairly standard VPS, running CentOS 7 and a standard LAMP configuration and I am trying to install oauth.

Code: Select all

yum install php-pecl-oauth
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.host-engine.com
 * epel: mirrors.kernel.org
 * extras: mirror.fileplanet.com
 * remi: mirrors.mediatemple.net
 * remi-php71: mirrors.mediatemple.net
 * remi-safe: mirrors.mediatemple.net
 * updates: sjc.edge.kernel.org
Resolving Dependencies
--> Running transaction check
---> Package php-pecl-oauth.x86_64 0:2.0.3-1.el7.remi.7.1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package                 Arch            Version                          Repository           Size
====================================================================================================
Installing:
 php-pecl-oauth          x86_64          2.0.3-1.el7.remi.7.1             remi-php71           71 k

Transaction Summary
====================================================================================================
Install  1 Package

Total download size: 71 k
Installed size: 246 k
Is this ok [y/d/N]: y
Downloading packages:
php-pecl-oauth-2.0.3-1.el7.remi.7.1.x86_64.rpm                               |  71 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : php-pecl-oauth-2.0.3-1.el7.remi.7.1.x86_64                                       1/1
  Verifying  : php-pecl-oauth-2.0.3-1.el7.remi.7.1.x86_64                                       1/1

Installed:
  php-pecl-oauth.x86_64 0:2.0.3-1.el7.remi.7.1

Complete!
I have added extension=php_oauth.so to my php.ini file. I have restarted apache, however oauth does not appear at all on phpinfo. I can see oauth.so in the extensions directory as listed on phpinfo.

I am pulling my hair out - what have I missed?

Cheers,
Jamie

Post Reply