去年我在这个网站上为 Ubuntu 12.04 LTS x86 上的 Mono 3.0.1 编写了安装指南
在编译部分,有这部分:
###################
### Compile xsp ###
###################
cd /opt/mono-3.0/xsp
./autogen.sh --prefix=/usr (the prefix is very important for Ubuntu 12.04)
make
make install
我刚刚使用 Ubuntu 14.04 创建了一个 AWS Linux AMI 服务器。我的安装指南中的所有内容都运行良好,除了这个 XSP 编译。
这是错误:
configure: error: You need to install 'sn'
Error: Could not run ./configure, which is required to configure xsp
为什么我会突然需要'sn'???我需要安装什么???
我试过 apt-get install sn 还是不行!!!
我被困在那里.... :(
我不知道如何解决这个问题!帮助 :)