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

    Installazione PerlMagick

    Ciao !

    Ho installato su un linux redhat 9 ImageMagick,
    A me serve il modulo perl Image::Magick,
    Ho scaricato PerlMagick, E' corretto o c'e un altra via per utilizzare ImageMagick con perl?

    Il fatto è che non riesco ha installare PerlMagick come gli altri moduli (perl Makefile.pl make make install) ...

    Il readme dice di modificare il Makefile,

    Qualcuno può aiutarmi????

    Grazie ciao!
    Jo

  2. #2
    che errore ti da?
    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

  3. #3
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    253
    Il read me dice:
    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

  4. #4
    ok... e quando digiti:

    perl Makefile.PL
    make
    make install

    che errore ti da?
    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
    Ciao !!!

    C'è l'ho fatta era un problema di configurazione di ImageMagick,

    Grazie lo stesso !!!

    ciao!!
    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.