gpt4 book ai didi

yaws - 如何在 Ubuntu Server 10.10 上设置 Yaws 网络服务器?

转载 作者:行者123 更新时间:2023-12-01 11:57:40 25 4
gpt4 key购买 nike

我想使用 Erlang 和 Yaws 网络服务器开发一些网络应用程序。但我在 Ubuntu Server 10.10 上设置 Yaws 时遇到问题。

首先我更新了我的 Ubuntu 系统:

sudo apt-get update
sudo apt-get upgrade

使用 apt-get 安装 Yaws

我用 apt-get 安装了 Yaws:

sudo apt-get install yaws

但是当我使用 yaws -i 运行 Yaws 时,我收到了这个错误消息:

Yaws: Bad conf: "Can't find config file "

然后我尝试使用 yaws -i --conf/etc/yaws/yaws.conf 启动 Yaws,但随后我收到此错误消息:

Yaws: Bad conf: "Can't open config file /etc/yaws/yaws.conf"

我猜是文件权限有问题。

使用最新的稳定版本安装 Yaws

现在我尝试使用最新的稳定版本安装 Yaws:

 wget http://yaws.hyber.org/download/yaws-1.89.tar.gz
tar xfz yaws-1.89.tar.gz
sudo apt-get install gcc
cd yaws
./configure && make

但是我在编译过程中遇到了错误:

epam.c:2: fatal error: pam_appl.h: No such file or directory
compilation terminated.
make[1]: *** [epam.o] Error 1
make[1]: Leaving directory `/home/jonas/yaws-1.89/c_src`
make: *** [all] Error 1

如何在 Ubuntu Server 10.10 上安装 Yaws 网络服务器?

最佳答案

不确定 Yaws apt-get 会给你什么版本,所以我建议始终安装来自 the Yaws website 的最新稳定版本.不过,在尝试构建它之前,请确保首先安装 Yaws 的构建依赖项:

$ sudo apt-get build-dep yaws

假设您已经安装了 Erlang,那么您应该能够成功配置并进行最新的稳定构建。

您可以随时访问 Yaws Build Config and Run page获取一般构建和安装信息。

关于yaws - 如何在 Ubuntu Server 10.10 上设置 Yaws 网络服务器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5362087/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com