pecl install oauth-0.99.9 ... /tmp/tmpG89ZvQ/oauth-1.0.0/php_oauth.h:47:31: error: ext/pcre/php_pcre.h: No such file or directory yum install php-devel php-pear pcre-devel curl-devel cd /tmp wget http://museum.php.net/php5/php-5.1.6.tar.gz tar xvfz php-5.1.6.tar.gz cp -r php-5.1.6/ext/pcre /usr/include/php/ext/ pecl install oauth-0.99.9 cat >> /etc/php.d/oauth.ini << EOS extension=oauth.so EOS service httpd restart rm -rf php-5.1.6* アンインストールの場合 pecl uninstall oauth
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/oauth.so' - /usr/lib/php/modules/oauth.so: undefined symbol: php_pcre_match_impl in Unknown on line 0
PukiWiki 1.5.3 © 2001-2020 PukiWiki Development Team. Powered by PHP 7.4.33. HTML convert time: 0.050 sec.