On Sat, Jun 02, 2001 at 11:52:59PM +0900, [EMAIL PROTECTED] wrote: > shuhan> 安裝WNN,CONFIGURE正常,MAKE正常,但MAKE > shuhan> INSTALL的時候,出現錯誤,不知何故。出現錯誤時信息如下: > shuhan> …… …… > shuhan> install in /home/FreeWnn-1.1.1-a016/Xsi/Wnn/jserver done > shuhan> /usr/bin/install -c -c -s -m 4711 -o wnn jserver > /usr/local/bin/Wnn4/jserver > shuhan> /usr/bin/install: invalid user `wnn' > shuhan> make[2]: *** [install] Error 1 > shuhan> make[2]: Leaving directory `/home/FreeWnn-1.1.1-a016/Xsi/Wnn/jserver' > shuhan> make[1]: *** [install] Error 1 > shuhan> make[1]: Leaving directory `/home/FreeWnn-1.1.1-a016/Xsi/Wnn' > shuhan> make: *** [install] Error 1 > > Why not use the binary package in Debian? It work fine. >
Yes, use binary package if you are new to Linux. The 'install -o wnn' set the installed file's ownership to wnn. But you do not have a user called wnn in your system. Create a user 'wnn' before you make install. -- hashao| [EMAIL PROTECTED] hashao| 鏡中已覺星星誤,人不負春春自負。夢回人遠許多愁,只在梨花風雨處。 -- | This message was re-posted from [email protected] | and converted from gb2312 to big5 by an automatic gateway.

