phpbrew

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

phpbrew

文章 yehlu »

https://github.com/phpbrew/phpbrew/wiki/Requirement
https://www.rpmfind.net/linux/rpm2html/ ... ge-release

代碼: 選擇全部

yum install make automake gcc gcc-c++ kernel-devel # these are equivalent to Debian's "build-essential"
yum install php php-devel php-pear bzip2-devel yum-utils bison re2c libmcrypt-devel libpqxx-devel libxslt-devel pcre-devel libcurl-devel libgsasl-devel openldap-devel
yum-builddep php
yum install openssl-devel

wget ftp://195.220.108.108/linux/sourceforge/i/in/install-ffmpeg/ffmpeginstaller/rpmforge-release-0.5.3-1.el6.rf.i686.rpm
sudo rpm -Uvh rpmforge-release-0.5.3-1.el6.rf.i686.rpm
sudo yum install --enablerepo=rpmforge re2c libmhash
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: phpbrew Cannot find OpenSSL's libraries

文章 yehlu »

http://serverfault.com/questions/415458 ... ssls-evp-h

代碼: 選擇全部

$ ln -s /usr/lib64/libssl.so /usr/lib/libssl.so
$ ln -s /usr/lib64/libcrypto.so /usr/lib/libcrypto.so

yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: phpbrew configure: error: Please reinstall readline

文章 yehlu »

yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: phpbrew

文章 yehlu »

代碼: 選擇全部

phpbrew install 5.4.45 +default +cgi +openssl=/usr
phpbrew install 5.5.38 +default +cgi +openssl=/usr
phpbrew install 5.6.30 +default +cgi +openssl=/usr
phpbrew install 7.0.15 +default +cgi +openssl=/usr
phpbrew install 7.1.1 +default +cgi +openssl=/usr
回覆文章

回到「CentOS」