Re: [Linux-diag-devel] pmem & lsvpd kernel version failed
Brought to you by:
hegdevasant,
mananth
|
From: Daniel S. <dst...@us...> - 2004-01-23 17:03:07
|
On Thursday 22 January 2004 05:05 pm, Awad, Majid wrote:
> I'm running RedHat release 9 on upgraded 2.6 kernel.
>
>
>
> When I do "./configure" on either pmem or lsvpd tools, I get the same
> error message "Test program for figuring out kernel header version
> failed". Look at the output of the command down below:
>
>
>
> Any clue why I'm getting this error? Is this a bug or something wrong a=
t
> my end? Your answer is appreciated.
We haven't updated pmem for newer kernel headers. I'm not sure exactly wh=
at=20
the issue is. I will have to look at it.
BTW, there's a new version of lsvpd out that Martin posted last night. It=
now=20
works for x86. Please download the new version of lsvpd.=20
Thanks,
Dan
> [root@localhost pmem-0.2.2]# ./configure
>
> loading cache ./config.cache
>
> checking 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 whether the C compiler (gcc -Wall -O2 ) works... yes
>
> checking whether the C compiler (gcc -Wall -O2 ) is a cross-compiler..=
=2E
> no
>
> checking whether we are using GNU C... yes
>
> checking whether gcc accepts -g... yes
>
> checking for ld... /usr/bin/ld
>
> checking how to run the C preprocessor... gcc -E
>
> checking for ANSI C header files... yes
>
> checking for fcntl.h... yes
>
> checking for sys/ioctl.h... yes
>
> checking for unistd.h... yes
>
> checking for pid_t... yes
>
> checking whether gcc needs -traditional... no
>
> checking for stdlib.h... yes
>
> checking for unistd.h... (cached) yes
>
> checking for sys/stat.h... yes
>
> checking for sys/types.h... yes
>
> checking for getpagesize... yes
>
> checking for working mmap... yes
>
> checking for strerror... yes
>
> checking enable-debug... enabled
>
> checking with-evlog...
>
> checking for evlog.h... no
>
> Event logging not supported
>
> checking with-facility... (default) LOG_KERN
>
> Checking for kernel headers
>
> searching /usr...yes
>
> searching /usr/src/linux...no
>
> searching /usr/src/kernel-headers-2.6.0...no
>
> searching /usr...yes
>
> searching /usr/src/linux-2.6.0...yes
>
> using /usr/src/linux-2.6.0
>
> Checking kernel header version
>
> Test program for figuring out kernel header version failed
|