无法在Linux上安装OAuth

我试图在Linux上安装OAuth,但它不工作。

我正在运行这个命令:

yum install PHP-devel

接着

pecl install oauth

然后我得到这个输出

input文件的某些行的最小值和最大值以及行号标签

linux工具列出源文件中的所有function?

Lynx请求谷歌search不起作用

使用Linux命令行发布表单和上传文件

如何将后台作业的输出分配给bashvariables?

downloading oauth-1.2.2.tgz ... Starting to download oauth-1.2.2.tgz (45,348 bytes) .............done: 45,348 bytes 6 source files,building running: PHPize Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 building in /var/tmp/pear-build-rootmB8jnS/oauth-1.2.2 running: /var/tmp/oauth/configure checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for cc... no checking for gcc... no configure: error: in `/var/tmp/pear-build-rootmB8jnS/oauth-1.2.2': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. ERROR: `/var/tmp/oauth/configure' Failed

谢谢@丹尼尔M现在我有一个错误

make /bin/sh /var/tmp/pear-build-rootfr2xXB/oauth-1.0.0/libtool --mode=compile cc -I. -I/var/tmp/oauth -DPHP_ATOM_INC -I/var/tmp/pear-build-rootfr2xXB/oauth-1.0.0/include -I/var/tmp/pear-build-rootfr2xXB/oauth-1.0.0/main -I/var/tmp/oauth -I/usr/include/PHP -I/usr/include/PHP/main -I/usr/include/PHP/TSRM -I/usr/include/PHP/Zend -I/usr/include/PHP/ext -I/usr/include/PHP/ext/date/lib -DHAVE_CONfig_H -g -O2 -Wall -g -c /var/tmp/oauth/oauth.c -o oauth.lo libtool: compile: cc -I. -I/var/tmp/oauth -DPHP_ATOM_INC -I/var/tmp/pear-build-rootfr2xXB/oauth-1.0.0/include -I/var/tmp/pear-build-rootfr2xXB/oauth-1.0.0/main -I/var/tmp/oauth -I/usr/include/PHP -I/usr/include/PHP/main -I/usr/include/PHP/TSRM -I/usr/include/PHP/Zend -I/usr/include/PHP/ext -I/usr/include/PHP/ext/date/lib -DHAVE_CONfig_H -g -O2 -Wall -g -c /var/tmp/oauth/oauth.c -fPIC -DPIC -o .libs/oauth.o In file included from /var/tmp/oauth/PHP_oauth.h:47,from /var/tmp/oauth/oauth.c:14: /usr/include/PHP/ext/pcre/PHP_pcre.h:29:18: error: pcre.h: No such file or directory In file included from /var/tmp/oauth/PHP_oauth.h:47,from /var/tmp/oauth/oauth.c:14: /usr/include/PHP/ext/pcre/PHP_pcre.h:37: error: expected '=',',';','asm' or '__attribute__' before '*' token /usr/include/PHP/ext/pcre/PHP_pcre.h:38: error: expected '=','asm' or '__attribute__' before '*' token /usr/include/PHP/ext/pcre/PHP_pcre.h:44: error: expected specifier-qualifier-list before 'pcre' make: *** [oauth.lo] Error 1 ERROR: `make' Failed

你知道为什么我得到这个错误吗?

django runserver加载共享库时出错:libssl.so.0.9.8:无法打开共享目标文件:没有这样的文件或目录

在CentOS中“哪个java”打印错误的javapath

networking应用程序有多less个传入缓冲区?

错误:尝试在Linux机器上构buildpredictionio推荐引擎时发生无效或损坏的jar文件

GCC是否支持命令文件

是的,我成功了!

我更新了百胜餐饮,并按照这些说明:

http://www.codingsteps.com/install-PHP-apc-on-amazon-ec2-linux-ami-or-centos/

另外 ,最后我又打了个电话(我需要1.0.0)

sudo pecl install -f oauth-1.0.0

相关文章

### 创建一个gRPC服务项目(grpc服务端)和一个 webapi项目(...
一、SiganlR 使用的协议类型 1.websocket即时通讯协议 2.Ser...
.Net 6 WebApi 项目 在Linux系统上 打包成Docker镜像,发布为...
一、 PD简介PowerDesigner 是一个集所有现代建模技术于一身的...
一、存储过程 存储过程就像数据库中运行的方法(函数) 优点:...
一、Ueditor的下载 1、百度编辑器下载地址:http://ueditor....