简体   繁体   English

无法安装OAuth模块

[英]Cant install OAuth module

Already sitting on this issue for 2 day's checked many postes related to it here and all around the internet and still can't find what is the f problem.. 已经在这个问题上坐了2天,在这里以及整个互联网上检查了许多与之相关的帖子,但仍然找不到什么问题。

I need to install this OAuth module (Pecl PHP Extention) I have my site on bitnami server so i tried allready 3 time with different guides ( https://wiki.bitnami.com/Components/PHP#How_to_install_OAuth_module.3f ) ( http://www.mkfoster.com/2009/01/04/how-to-install-a-php-pecl-extensionmodule-on-ubuntu/ ) (and included all needed in php.ini) and still when i cheching with "php -m" in ssh and with phpinfo(); 我需要安装此OAuth模块(Pecl PHP扩展),我的网站位于bitnami服务器上,因此我尝试了3次使用不同指南进行的准备( https://wiki.bitnami.com/Components/PHP#How_to_install_OAuth_module.3f)(http : //www.mkfoster.com/2009/01/04/how-to-install-a-php-pecl-extensionmodule-on-ubuntu/ )(并包括php.ini中所有必需的内容),当我仍以“ ssh中的php -m“和phpinfo(); test page in not seems to be installed ,,, forgot to say i need it for implementing shapeways api when i am trying the implement the OAuth authentication it's crashing... if somebody have new ideas or maybe something i missed i would be glad to hear.. 测试页中似乎未安装。,忘了说,当我尝试实施OAuth身份验证时,我需要它来实现Shapeways api崩溃了……如果有人有新想法或想念的东西,我会很高兴听..

Bitnami developer here Bitnami开发人员在这里

Please try to run which php and check that the result is /opt/bitnami/php/bin/php . 请尝试运行which php并检查结果是否为/opt/bitnami/php/bin/php

Check you have a oauth.so in /opt/bitnami/php/lib/php/extensions/ 检查您在/opt/bitnami/php/lib/php/extensions/是否有oauth.so

In the last step of our wiki, you can add extension = '/opt/bitnami/php/lib/php/extensions/oauth.so' at the end of /opt/bitnami/php/etc/php.ini, or uncomment ;extension=oauth.so in the same file. 在我们的Wiki的最后一步,您可以在extension = '/opt/bitnami/php/lib/php/extensions/oauth.so'的末尾添加extension = '/opt/bitnami/php/lib/php/extensions/oauth.so' ,或取消注释;extension=oauth.so在同一文件中。

I hope it helps 希望对您有所帮助

David 大卫

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM