|
|
看安装文档里面说:
./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.
说好像没有目录,可是到底是那里的目录呢?
在线等……谢谢! |
|