Visualizzazione dei risultati da 1 a 5 su 5
  1. #1
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    253

    installazione suite ImageMagik

    Ciao !

    come si installa la libreria in C della suite ImageMagik ?

    su un sistema linux (red hat 9)

    ho gia installato un pacchetto ImageMagick-6.0.2-7.i386.rpm

    e scaricato il file ImageMagick-6.0.0-7.tar.gz

    Adesso non so cosa devo fare!!

    Grazie ciao!! :d
    Jo

  2. #2
    basta il primo:

    ImageMagick-6.0.2-7.i386.rpm

    devi digitare come utente root:

    rpm -Uvh ImageMagick-6.0.2-7.i386.rpm

    comunque ti sposto nel forum linux.
    Marco Allegretti
    shishii@tiscalinet.it
    Lang: PERL, PHP, SQL.
    Linux user n° 268623 Fedora Core 10, Fedora Core 6, Debian Sarge on mips

  3. #3
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    253
    Ok!

    Mi dice che il pacchetto è già presente.

    Adesso dovrei installare i moduli di PerlMagik esatto?

    Ma non riesco.
    Nel readme(di PerlMagick) mi dice di modificare il Makefile
    Ma non sono molto pratico e non so bene dove mettere mano
    mi potresti dare qualche indicazione?
    Jo

  4. #4
    Ciao,

    non avendo io la sfera di cristallo sarebbe meglio che mi dicessi cosa dice il readme.
    Marco Allegretti
    shishii@tiscalinet.it
    Lang: PERL, PHP, SQL.
    Linux user n° 268623 Fedora Core 10, Fedora Core 6, Debian Sarge on mips

  5. #5
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    253
    Il readme dice questo :
    ----------------------------

    Introduction

    PerlMagick, is an objected-oriented Perl interface to ImageMagick.
    Use the module to read, manipulate, or write an image or image sequence
    from within a Perl script. This makes it suitable for Web CGI scripts. You
    must have ImageMagick 6.0.0 or above installed on your system for this
    module to work properly.

    See

    http://www.imagemagick.org/www/perl.html

    for additional information about PerlMagick. See

    http://www.imagemagick.org/

    for instructions about installing ImageMagick.


    Installation

    Get the PerlMagick distribution and type the following:

    gunzip ImageMagick-6.0.0-2.tar.gz
    tar xvf ImageMagick-6.0.0

    Follow the ImageMagick installation instructions in INSTALL-unix.txt
    then type

    cd PerlMagick

    Next, edit Makefile.PL and change LIBS and INC to include the appropriate
    path information to the required libMagick library. You will also need
    library search paths (-L) to JPEG, PNG, TIFF, etc. libraries if they were
    included with your installed version of ImageMagick. If an extension
    library is built as a shared library but not installed in the system's
    default library search path, you may need to add run-path information
    (often -R or -rpath) corresponding to the equivalent library search
    path option so that the library can be located at run-time.

    To create and install the dymamically-loaded version of PerlMagick
    (the preferred way), execute

    perl Makefile.PL
    make
    make install
    Jo

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.