[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
ブログ移転?しました エックスサーバを契約してみたので、 いろいろカスタマイズできそうなWordPressを使って ブログを作ってみました。 https://gametech.vatchlog.com/ 多分こちらでも同じような記事を書いていくと思います。
プログラミングとか徒然を書いていた(過去形)
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
cd /etc/yum.repos.d/
vi CentOS-Testing.repo
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=0
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
yum --enablerepo=c5-testing -y install php-pear
yum --enablerepo=c5-testing -y install php-devel
yum --enablerepo=c5-testing -y install httpd-devel
pecl install pthreads
yum install gcc
pecl install pthreads
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
wget http://jaist.dl.sourceforge.net/project/re2c/re2c/0.13.5/re2c-0.13.5.tar.gz
tar zxvf re2c-0.13.5.tar.gz
cd re2c-0.13.5
./configure
configure: error: C++ compiler cannot create executables
yum install gcc-g++
./configure
make
make install
cd /etc/yum.repos.d/
vi Dag.repo
[dag]
name=Dag
baseurl=http://ftp.riken.jp/Linux/dag/redhat/el$releasever/en/$basearch/dag/
enabled=0
gpgcheck=1
gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
yum --enablerepo=dag install re2c
pecl install pthreads
configure: error: pthreads requires ZTS, please re-compile PHP with ZTS enabled