Prova a fare cosi:
aprire il file /usr/bin/vmware-config.pl e trovare il codice che inizia con la seguente la riga:
Codice:
if (defined($gSystem{'page_offset'}) and
e commentare quello che segue così come indicato:
Codice:
# if (defined($gSystem{'page_offset'}) and
# not (lc($header_page_offset) eq lc($gSystem{’page_offset’}))) {
# if ($source eq ‘user’) {
# print wrap(’The kernel defined by this directory of header files does ‘
# . ‘not have the same address space size as your running ‘
# . ‘kernel.’ . “\n\n”, 0);
# }
# return ‘’;
#}
A questo punto il modulo per il kernel dovrebbe compilarsi senza ricevere più il fastidioso errore!
Ciao