本来想在我的linux9.0里上装一个网上邻居软件LinNeighborhood-0.6.5.tar.gz来和windows主机共享.
我按照资料上所说的 # tar -zxf LinNeighborhood-0.6.5.tar.gz
# cd LinNeighborhood-0.6.5
# ls
ABOUT-NLS CONFIGURATION intl missing
acconfig.h configure isc-posix.m4 mkinstalldirs
aclocal.m4 configure.in lcmessage.m4 NEWS
AUTHORS COPYING LinNeighborhood.desktop po
BUGS gettext.m4 LinNeighborhood.kdelnk progtest.m4
ChangeLog glib.m4 LinNeighborhood.lsm.in README
codeset.m4 gtk.m4 LinNeighborhood.spec.in src
config.guess iconv.m4 LinNeighborhood.xpm stamp-h.in
config.h.in INSTALL Makefile.am THANKS
config.sub install-sh Makefile.in TODO
按照资料所说的到这一步就执行 # ./LinNeighborhood
出现提示 #bash: ./LinNeighborhood: 没有那个文件或目录
这时无意中执行了 # ./configure
hecking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... v. ?.??, bad
checking for catalogs to be installed... de sv ja fr ru es pt_BR tr pl it zh_TW
checking for gtk-config... /usr/bin/gtk-config
现在出现最严重的问题:开机自检 starting canna
starting cups
starting sendmail
starting xinetd
这几个服务起动时特别的慢,都要在那等好长时间.而且进入图形界面操作速度也是慢的不的了,就好像死机一样.我也没有其他操作什么,原来都是很好的,就是安装了这个软件才有的.
请知道的大侠帮帮我,谢谢了. |