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

Polestar 3 Performance, test drive: comodità e potenza possono convivere
Polestar 3 Performance, test drive: comodità e potenza possono convivere
Abbiamo passato diversi giorni alla guida di Polestar 3, usata in tutti i contesti. Come auto di tutti i giorni è comodissima, ma se si libera tutta la potenza è stupefacente
Qualcomm Snapdragon X2 Elite: l'architettura del SoC per i notebook del 2026
Qualcomm Snapdragon X2 Elite: l'architettura del SoC per i notebook del 2026
In occasione del proprio Architecture Deep Dive 2025 Qualcomm ha mostrato in dettaglio l'architettura della propria prossima generazione di SoC destinati ai notebook Windows for ARM di prossima generazione. Snapdragon X2 Elite si candida, con sistemi in commercio nella prima metà del 2026, a portare nuove soluzioni nel mondo dei notebook sottili con grande autonomia
Recensione DJI Mini 5 Pro: il drone C0 ultra-leggero con sensore da 1 pollice
Recensione DJI Mini 5 Pro: il drone C0 ultra-leggero con sensore da 1 pollice
DJI Mini 5 Pro porta nella serie Mini il primo sensore CMOS da 1 pollice, unendo qualità d'immagine professionale alla portabilità estrema tipica di tutti i prodotti della famiglia. È un drone C0, quindi in un peso estremamente contenuto e che non richiede patentino, propone un gimbal rotabile a 225 gradi, rilevamento ostacoli anche notturno e autonomia fino a 36 minuti. Caratteristiche che rendono il nuovo drone un riferimento per creator e appassionati
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 17-07-2003, 16: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, 16: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, 17: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, 18: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, 18: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, 18: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, 10: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, 10: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, 11: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, 11: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


Polestar 3 Performance, test drive: comodità e potenza possono convivere Polestar 3 Performance, test drive: comodit&agra...
Qualcomm Snapdragon X2 Elite: l'architettura del SoC per i notebook del 2026 Qualcomm Snapdragon X2 Elite: l'architettura del...
Recensione DJI Mini 5 Pro: il drone C0 ultra-leggero con sensore da 1 pollice Recensione DJI Mini 5 Pro: il drone C0 ultra-leg...
ASUS Expertbook PM3: il notebook robusto per le aziende ASUS Expertbook PM3: il notebook robusto per le ...
Test ride con Gowow Ori: elettrico e off-road vanno incredibilmente d'accordo Test ride con Gowow Ori: elettrico e off-road va...
Anche DAZN ha il suo Black Friday: 40 eu...
Carmageddon: Rogue Shift, il prossimo ca...
Redal Alert 2: Command & Conquer si ...
Kingston Technology: memorie e storage c...
Narwal Freo Z10 Ultra: il robot con moci...
In 3 minuti le vedete tutte: sono le mig...
Black Friday da record per Tineco: le sc...
La nuova PS5 con Fortnite manda in tilt ...
Amazon, i tagli hanno colpito soprattutt...
Pazzesco: Panasonic Lumix DC-GH5M2E a 79...
Ecco tutte le offerte Black Friday pi&ug...
DJI Neo a 169€, Flip Combo a 309€ e molt...
Quattro persone arrestate negli USA per ...
Kindle Paperwhite Signature Edition, Col...
Boom di vendite per Kindle e Fire TV Sti...
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: 15:53.


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