webbench 安装时报: cannot create regular file `/usr/local/man/man1’的解决方法

webbench 编译通过,进行安装时,报错:
[root@mail webbench-1.5]# make install
install -s webbench /usr/local/bin
install -m 644 webbench.1 /usr/local/man/man1
install: cannot create regular file `/usr/local/man/man1': No such file or directory
make: *** [install] Error 1

解决方法:

在/usr/local/目录下新建man 目录:

mkdir -p /usr/local/man

然后重新安装即可!

make install

Comments

No comments yet. Why don’t you start the discussion?

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注