LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 542|回复: 0

sqwebmail安装失败!!在线等……

[复制链接]
发表于 2004-11-9 14:28:39 | 显示全部楼层 |阅读模式
看安装文档里面说:
  ./configure [options - see below]
   make configure-check
   make
   make check
   make install-strip       # Do a make install if this doesn't work
   make install-configure   # Install configuration files.

前面都没有错误,到了make install-strip却出现错误??提示如下,帮忙看看。

if test 'yes' = yes; then  test no != no || /bin/sh mkdir -p -- /usr/local/share/sqwebmail/lib;  temp=/usr/local/share/sqwebmail/lib/t-charset.alias;  dest=/usr/local/share/sqwebmail/lib/charset.alias;  if test -f /usr/local/share/sqwebmail/lib/charset.alias; then  orig=/usr/local/share/sqwebmail/lib/charset.alias;  sed -f ref-add.sed $orig > $temp;  /usr/bin/install -c -m 644 $temp $dest;  rm -f $temp;  else  if test no = no; then  orig=charset.alias;  sed -f ref-add.sed $orig > $temp;  /usr/bin/install -c -m 644 $temp $dest;  rm -f $temp;  fi;  fi;  /bin/sh mkdir -p -- /usr/local/share/sqwebmail/share/locale;  test -f /usr/local/share/sqwebmail/share/locale/locale.alias  && orig=/usr/local/share/sqwebmail/share/locale/locale.alias  || orig=./locale.alias;  temp=/usr/local/share/sqwebmail/share/locale/t-locale.alias;  dest=/usr/local/share/sqwebmail/share/locale/locale.alias;  sed -f ref-add.sed $orig > $temp;  /usr/bin/install -c -m 644 $temp $dest;  rm -f $temp;  else  : ;  fi
mkdir: Can't open mkdir: No such file or directory
*** Error code 2

Stop in /package/sqwebmail-4.0.7/pcp/intl.
*** Error code 1

Stop in /package/sqwebmail-4.0.7/pcp.
*** Error code 1

Stop in /package/sqwebmail-4.0.7/pcp.
*** Error code 1

Stop in /package/sqwebmail-4.0.7.
*** Error code 1

Stop in /package/sqwebmail-4.0.7.

说好像没有目录,可是到底是那里的目录呢?

在线等……谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表