resin安装.txt

下载:wget http://www.caucho.com/download/resin-4.0.27.tar.gz
 
tar -xvf resin-4.0.27.tar.gz
mkdir -p /usr/local/resin
mv resin-4.0.27 /usr/local/resin
 
./configure --prefix=/usr/local/resin \
make && make install
 
 
RESIN_HOME=/usr/local/resin
PATH=$RESIN_HOME/bin:$PATH
export RESIN_HOME PATH
 
 
 
错误
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/Users/durrantm/.rvm/src/ruby-1.9.2-p290':
configure: error: no acceptable C compiler found in $PATH
posted @ 2017-08-02 15:08  bruce peng  阅读(159)  评论(0编辑  收藏  举报