Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

Zeekr X e 7X provate: prezzi, autonomia fino a 615 km e ricarica in 13 minuti
Zeekr X e 7X provate: prezzi, autonomia fino a 615 km e ricarica in 13 minuti
Zeekr sbarca ufficialmente in Italia con tre modelli elettrici premium, X, 7X e 001, distribuiti da Jameel Motors su una rete di 52 punti vendita già attivi. La Zeekr X parte da 39.900 euro, la 7X da 54.100: piattaforma a 800V, chip Snapdragon di ultima generazione, ricarica ultraveloce e un'autonomia dichiarata fino a 615 km WLTP. Le prime consegne sono previste a metà aprile
Marathon: arriva il Fortnite hardcore
Marathon: arriva il Fortnite hardcore
Marathon è il titolo multiplayer competitivo del momento. Ecco quali sono le caratteristiche di gioco principali, insieme alle nostre prime considerazioni dopo qualche "run" nell'extraction shooter di Bungie
HP Imagine 2026: abbiamo visto HP IQ all’opera, ecco cosa può (e non può) fare
HP Imagine 2026: abbiamo visto HP IQ all’opera, ecco cosa può (e non può) fare
A New York HP ha messo al centro della scena HP IQ, la piattaforma di IA locale da 20 miliardi di parametri. L’abbiamo vista in funzione: è uno strumento che funziona, pensato per un target specifico, con vantaggi reali e limiti altrettanto evidenti
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 17-07-2003, 15:23   #1
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
Slackware9 E Vmware4

Devo installare VMWARE4 su una SLACKWARE9 con KERNEL 2.4.20 e
compilatori gcc-2.95.3 e gcc-3.2.2, il problema e che non riesco a
spingermi piu in la di questa sezione, vi inoltro la messaggistica


root@SLACK:/# vmware-config.pl
Making sure VMware Workstation's services are stopped.

Stopping VMware services:
Virtual machine monitor
done

Trying to find a suitable vmmon module for your running kernel.

None of VMware Workstation's pre-built vmmon modules is suitable for
your
running kernel. Do you want this program to try to build the vmmon
module for
your system (you need to have a C compiler installed on your system)?
[yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to
override.

What is the location of the directory of C header files that match
your running
kernel? [/usr/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

make: Entering directory `/tmp/vmware-config18/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config18/vmmon-only'
make[2]: Entering directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[2]: Leaving directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[2]: Entering directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[2]: Leaving directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[1]: Leaving directory `/tmp/vmware-config18/vmmon-only'
make: Leaving directory `/tmp/vmware-config18/vmmon-only'
The module loads perfectly in the running kernel.

Extracting the sources of the vmnet module.

Building the vmnet module.

make: Entering directory `/tmp/vmware-config18/vmnet-only'
driver.c:38:22: net/sock.h: No such file or directory
make: *** [driver.o] Error 1
make: Leaving directory `/tmp/vmware-config18/vmnet-only'
Unable to build the vmnet module.

For more information on how to troubleshoot module-related problems,
please
visit our Web site at
"http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.

root@SLACK:/#

Come posso risolvere ???
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 15:45   #2
kingv
Senior Member
 
L'Avatar di kingv
 
Iscritto dal: Jan 2001
Città: Milano
Messaggi: 5707
ti mancano gli include del kernel.
scaricati i sorgenti del kernel, scomapttali in /usr/src/ e sei a posto.
kingv è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 16:50   #3
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
OK scaricati e scompattati i 2.4.20 in usr/src

adesso cosa cappero vuole ???

root@SLACK:/usr/src# vmware-config.pl
Making sure VMware Workstation's services are stopped.

Stopping VMware services:
Virtual machine monitor done

Trying to find a suitable vmmon module for your running kernel.

None of VMware Workstation's pre-built vmmon modules is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.4.20). Even if the module were to compile
successfully, it would not load into the running kernel.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

non so pu come andare avanti
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 17:22   #4
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
root@SLACK:~# ls -al /usr/src
total 33228
drwxr-xr-x 5 root root 4096 Jul 17 19:13 ./
drwxr-xr-x 18 root root 4096 Mar 14 02:00 ../
drwxr-xr-x 14 573 573 4096 Nov 29 2002 linux/
-rw------- 1 root root 33963814 Jul 17 19:02 linux-2.4.20.tar.gz
drwxr-xr-x 3 root root 4096 Jul 16 14:41 linux.old/
drwxr-xr-x 7 root root 4096 Dec 12 2002 rpm/
root@SLACK:~#

Ho rinominato la dir linux-2.4.20 in linux dove ho sbagliato ?
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 17:34   #5
kingv
Senior Member
 
L'Avatar di kingv
 
Iscritto dal: Jan 2001
Città: Milano
Messaggi: 5707
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]



ma hai pigiato il tasto INVIO quando ti fa questa domanda?
cosa ti risponde?
kingv è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 17:39   #6
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
up
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 09:34   #7
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux/include

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

qualcuno sa dirmi cosa vuole ?
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 09:36   #8
lovaz
Senior Member
 
L'Avatar di lovaz
 
Iscritto dal: Jul 2002
Messaggi: 4334
Ma esiste "/usr/src/linux/include"?
lovaz è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 10:02   #9
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux/include

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

qualcuno sa dirmi cosa vuole ?
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 10:15   #10
lovaz
Senior Member
 
L'Avatar di lovaz
 
Iscritto dal: Jul 2002
Messaggi: 4334
Oh, ma li leggi i post degli altri o no?
lovaz è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Zeekr X e 7X provate: prezzi, autonomia fino a 615 km e ricarica in 13 minuti Zeekr X e 7X provate: prezzi, autonomia fino a 6...
Marathon: arriva il Fortnite hardcore Marathon: arriva il Fortnite hardcore
HP Imagine 2026: abbiamo visto HP IQ all’opera, ecco cosa può (e non può) fare HP Imagine 2026: abbiamo visto HP IQ all’opera, ...
PNY RTX 5080 Slim OC, sembra una Founders Edition ma non lo è PNY RTX 5080 Slim OC, sembra una Founders Editio...
Wi-Fi 7 con il design di una vetta innevata: ecco il nuovo sistema mesh di Huawei Wi-Fi 7 con il design di una vetta innevata: ecc...
NVIDIA App si aggiorna: arriva DLSS 4.5 ...
Claude Code: il codice sorgente esposto ...
Recensione POCO X8 Pro: è lui lo ...
Il primo dissipatore a liquido di Noctua...
Opera Neon abilita il protocollo MCP: l'...
Dyson Clean+Wash Hygiene: lava e pulisce...
NVIDIA investe 2 miliardi in Marvell: pa...
Le GPU come garanzia bancaria: CoreWeave...
KeeneticOS si aggiorna alla versione 5: ...
Regno Unito avvia indagine su Microsoft:...
Disney vuole comprare Epic Games e Fortn...
ASUS ROG Crosshair X870E Glacial: il nuo...
Samsung Galaxy Watch 9 si avvicina al la...
GTA 6: i costi di sviluppo sono impressi...
SSD Kioxia EXCERIA PRO G2 4TB, prestazio...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 19:05.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v