lprng(红帽企业5.4)安装sh语法错误来自make

时间:2015-11-07 00:04:17

标签: linux installation makefile redhat

LPRNG安装 我按照标准程序打字 标准配置 干净 全部

我下载了LPRng-3.8.35.tar

我正在运行Red Hat Linux Release 5.4 Enterprise(Tikanga)

后者生成一个简单的sh语法。这让我感到惊讶 make在“开箱即用”的东西上无法正常运行 安装。

以下是尝试make的脚本。

 make all
if [ "UTILS" != po -o "yes" != "no" ] ; then \
        cd UTILS; make localedir=/usr/share/locale \
            DESTDIR= all ; \
    fi
/bin/sh: -c: line 1: syntax error: unexpected end of file
/bin/sh: line 1:    cd UTILS; make localedir=/usr/share/locale \: No such file or directory
/bin/sh: line 2:        DESTDIR= all ; \: command not found
/bin/sh: -c: line 3: syntax error near unexpected token `fi'
/bin/sh: -c: line 3: `fi'
make: *** [UTILS] Error 2

0 个答案:

没有答案