Thread Beste Perl-Unterstützung? (87 answers)
Opened by bianca at 2011-09-07 19:15

bianca
 2011-10-23 15:05
#153459 #153459
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.1.4 Guest Additions for Linux.........
VirtualBox Guest Additions installer
Removing installed version 4.1.4 of VirtualBox Guest Additions...
Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules
The headers for the current running kernel were not found. If the following
module compilation fails then this could be the reason.

Building the main Guest Additions module ...done.
Building the shared folder support module ...done.
Building the OpenGL support module ...done.
Doing non-kernel setup of the Guest Additions ...done.
You should restart your guest to make sure the new modules are actually used

Installing the Window System drivers
Installing X.Org Server 1.10 modules ...done.
Setting up the Window System to use the Guest Additions ...done.
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.

Installing graphics libraries and desktop services components ...done.
Press Return to close this window...

Das ist, was automatisch abgeht.
Habe dann mal deinen Befehl eingegeben:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
linuxmint ~ # aptitude install gcc make linux-headers-'uname -r'
Couldn't find any package whose name or description matched "linux-headers-uname -r"
Couldn't find any package whose name or description matched "linux-headers-uname -r"
The following packages will be REMOVED:
ubufox{u} xul-ext-ubufox{u}
0 packages upgraded, 0 newly installed, 2 to remove and 18 not upgraded.
Need to get 0 B of archives. After unpacking 385 kB will be freed.
Do you want to continue? [Y/n/?] y
(Lese Datenbank ... 140421 Dateien und Verzeichnisse sind derzeit installiert.)
Entfernen von ubufox ...
Entfernen von xul-ext-ubufox ...

linuxmint ~ #

Ist das alles richtig?
10 print "Hallo"
20 goto 10

View full thread Beste Perl-Unterstützung?