Come and get it:
http://it.slashdot.org/it/06/07/12/1942228.shtml


Failed to Connect
The connection was refused when attempting to contact 192.168.0.100:8333.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The kernel defined by this directory of header files does not have the same
address space size as your running kernel.


yc@Icebox:~$ uname -r
2.6.16-2-686
root@Icebox:~/Files/vmware/vmware-distrib# ./vmware-install.pl
A previous installation of VMware software has been detected.
The previous installation was made by the tar installer (version 3).
Keeping the tar3 installer database format.
Error: Unable to execute "/usr/bin/vmware-uninstall.pl.
Failure
Execution aborted.

cat /lib/modules/`uname -r`/build/include/linux/version.h
#define UTS_RELEASE "2.6.15-1-686"
#define LINUX_VERSION_CODE 132623
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
cat /usr/src/linux-headers-`uname -r`/include/linux/version.h

yc@Icebox:~$ cat /lib/modules/`uname -r`/build/include/linux/version.h
#define UTS_RELEASE "2.6.16-2-686"
#define LINUX_VERSION_CODE 132624
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
yc@Icebox:~$ cat /usr/src/linux-headers-`uname -r`/include/linux/version.h
#define UTS_RELEASE "2.6.16-2-686"
#define LINUX_VERSION_CODE 132624
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
yc@Icebox:~$
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /lib/modules/2.6.16-2-686/build/include/
The kernel defined by this directory of header files does not have the same
address space size as your running kernel.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] 



Users browsing this forum: No registered users and 1 guest