我是靠谱客的博主 清秀酒窝,最近开发中收集的这篇文章主要介绍安装Linux内核错误,安装fuse的时候出现kernel错误,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

安装fuse的时候出现kernel错误

发布时间:2010-03-28 15:51:24来源:红联作者:linweibo

[i=s] 本帖最后由 linweibo 于 2010-3-28 15:54 编辑 [/i]

大家好,我的系统是RHEL5,安装的FUSE版本是2.7.4,我的内核版本是2.6.18-8.el5xen i686

我在安装FUSE的时候出现kernel问题,FUSE装不上去就加载不了NTFS分区,急啊!

[root@rhel5 fuse-2.7.4]# ./configure

checking build system type... i686-pc-linux-gnu

checking host system type... i686-pc-linux-gnu

checking target system type... i686-pc-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking for style of include used by make... GNU

checking for gcc... gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking dependency style of gcc... gcc3

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by gcc... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 32768

checking whether the shell understands some XSI constructs... yes

checking for /usr/bin/ld option to reload object files... -r

checking how to recognise dependent libraries... pass_all

checking for ar... ar

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc object... ok

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

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 dlfcn.h... yes

checking for objdir... .libs

checking if gcc supports -fno-rtti -fno-exceptions... no

checking for gcc option to produce PIC... -fPIC -DPIC

checking if gcc PIC flag -fPIC -DPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes

checking whether -lc should be explicitly linked in... no

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking dependency style of gcc... (cached) gcc3

checking whether gcc and cc understand -c and -o together... yes

checking for fork... yes

checking for setxattr... yes

checking for fdatasync... yes

checking for struct stat.st_atim... yes

checking for struct stat.st_atimespec... no

checking for library containing dlopen... -ldl

checking for library containing clock_gettime... -lrt

checking for ld used by GCC... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for shared library run path origin... done

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);

configure: creating ./config.status

config.status: creating fuse.pc

config.status: creating Makefile

config.status: creating lib/Makefile

config.status: creating util/Makefile

config.status: creating example/Makefile

config.status: creating include/Makefile

config.status: creating include/config.h

config.status: executing depfiles commands

config.status: executing libtool commands

=== configuring in kernel (/root/Desktop/fuse-2.7.4/kernel)

configure: running /bin/sh ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.

checking for a BSD-compatible install... /usr/bin/install -c

checking if FUSE is loaded as a module... no

checking if FUSE module is built into the kernel... no

checking if FUSE module is from official kernel... no

checking kernel source directory... Not found

configure: error:

*** Please specify the location of the kernel source with

*** the '--with-kernel=SRCDIR' option

configure: error: ./configure failed for kernel

最后

以上就是清秀酒窝为你收集整理的安装Linux内核错误,安装fuse的时候出现kernel错误的全部内容,希望文章能够帮你解决安装Linux内核错误,安装fuse的时候出现kernel错误所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部