activeperl lässt sich nicht installieren...

S

skamantwo

hallo, ich lerne mit perl zu programmieren und will auf linux umsteigen, da ich leider noch windows xp benutze.

was kann ich machen?
 
Perl ist auf vielen Distrubutionen entweder standardmäßig installiert oder mit zwei bis drei Befehlen installierbar. Dazu brauchst du kein activeperl. Sag einfach mal mit welcher Distri du grade arbeitest.
 
Code:
Maus:~# wget http://downloads.activestate.com/ActivePerl/Linux/5.10/ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188.tar.gz
--2009-03-09 22:49:22--  http://downloads.activestate.com/ActivePerl/Linux/5.10/ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188.tar.gz
Auflösen des Hostnamen »downloads.activestate.com«.... 204.244.102.19
Verbindungsaufbau zu downloads.activestate.com|204.244.102.19|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 24617160 (23M) [application/x-gzip]
In »ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188.tar.gz« speichern.


100%[======================================>] 24.617.160  66,3K/s   in 5m 50s

2009-03-09 22:55:12 (68,7 KB/s) - »ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188.tar.gz« gespeichert [24617160/24617160]
Maus:~# tar zxf ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188.tar.gz
Maus:~# cd ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188
Maus:~/ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188# ls
ACTIVEPERL.txt  install.sh   perl        RELEASE.txt
CHANGES.txt     LICENSE.txt  README.txt  support
Maus:~/ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188# less README.txt
Wir lesen:
Code:
This is ActivePerl build 1004 for Linux based on perl-5.10.0.
The product is installed by running

    sh install.sh

in this directory.  The installer will prompt you for an install
directory and then copy the product to the given location.

Problem with the installer can be reported to the ActivePerl bug
database, available online at:

    http://bugs.ActiveState.com/ActivePerl/

For general questions or comments about ActivePerl, please contact
us at <support@activestate.com>.
Dann:
Code:
Maus:~/ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188# sh ./install.sh
Checking package...done

Welcome to ActivePerl

    ActivePerl is ActiveState's quality-assured binary build of
    Perl.  In order to install ActivePerl you need to agree to
    the ActivePerl License Agreement.

Did you read the LICENSE.txt file? [no] yes
Do you agree to the ActivePerl License Agreement? [no] yes

    This installer can install ActivePerl in any location of your
    choice. You do not need root privileges.  However, please make sure
    that you have write access to this location.

Enter top level directory for install? [/opt/ActivePerl-5.10]

    The ActivePerl documentation is available in HTML format.  If installed
    it will be available from file:///opt/ActivePerl-5.10/html/index.html.
    If not installed you will still be able to read all the basic perl and
    module documentation using the man or perldoc utilities.

Install HTML documentation [yes] yes
Ok.

    The typical ActivePerl software installation requires
    120 megabytes. Please make sure enough free space is available
    before continuing.

Proceed? [yes] yes
Ok.

Installing ActivePerl...
Copying files to /opt/ActivePerl-5.10...

        http://bugs.ActiveState.com/ActivePerl/

    For general questions or comments about ActivePerl, please contact
    us at <support@activestate.com>.

    Thank you for trying to install ActivePerl!

Maus:~/ActivePerl-5.10.0.1004-i686-linux-glibc-2.3.2-287188#

Fertig!
 
Zuletzt bearbeitet:

Ähnliche Themen

Microsoft Teams: Progressive Web App ersetzt nativen Client unter Linux

Samba Server funktioniert nach Installation von Nextcloud 26 nicht mehr

Samba 4 aus repository über lokale Source-Installation installieren?

Probleme bei der Installatiosquelle

grep -p # Paragraph

Zurück
Oben