>  기사  >  백엔드 개발  >  谁帮我翻译下

谁帮我翻译下

WBOY
WBOY원래의
2016-06-23 13:48:48902검색

1、命令行运行yum install php-cli php-process git gcc php-devel php-pear libevent-devel
2、命令行运行pecl install channel://pecl.php.net/libevent-0.1.0 提示libevent installation [autodetect]: 时按回车
3、命令行运行echo extension=libevent.so > /etc/php.d/libevent.ini

这三句谁帮忙翻一下 。。 有什么作用


回复讨论(解决方案)

1、命令行运行yum install php-cli php-process git gcc php-devel php-pear libevent-devel
使用yum安装(yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装)
php-cli
php-process
git
gcc
php-devel
php-pear
libevent-devel
软件包

2、命令行运行pecl install channel://pecl.php.net/libevent-0.1.0 提示libevent installation [autodetect]: 时按回车
安装libevent-0.1.0

3、命令行运行echo extension=libevent.so > /etc/php.d/libevent.ini
添加libevent 扩展到php

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.