Perl Module?

cat1510

Well-Known Member
Hallo und guten Abend,

wie kann ich perl Module nachinstallieren bzw gibt es einen port dafür?
Es handelt sich um folgende Module:

perl -MCPAN -e 'install "Getopt::Long"'
perl -MCPAN -e 'install "Text::Wrap"'
perl -MCPAN -e 'install "Locale::PO"'
perl -MCPAN -e 'install "Mail::Sendmail"'
perl -MCPAN -e 'install "DBI"'
perl -MCPAN -e 'install "Bundle::DBD::mysql"'
perl -MCPAN -e 'install "MIME::Base64"'
perl -MCPAN -e 'install "MP3::Info"'
perl -MCPAN -e 'install "Compress::Zlib"'
perl -MCPAN -e 'install "Archive::Tar"'
perl -MCPAN -e 'install "Archive::Zip"'
perl -MCPAN -e 'install "Image::Magick"'
perl -MCPAN -e 'install "PHP::Session"'
perl -MCPAN -e 'install "Text::CSV_XS"'

Das Modul Magick installiert er aber nicht.
Hat jemand eine Idee? Ich kenne mich mit Perl nicht aus.

Stop in /usr/home/cat/.cpan/build/PerlMagick-5.56.
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Stop in /usr/home/cat/.cpan/build/PerlMagick-5.56.
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible


MFG

CAT
 
perl -MCPAN -e 'install "Getopt::Long"'
Path: /usr/ports/devel/p5-Getopt-Long
Path: /usr/ports/devel/p5-Getopt-Declare
Path: /usr/ports/devel/p5-Getopt-Mixed


perl -MCPAN -e 'install "Text::Wrap"'
Path: /usr/ports/textproc/p5-Text-Wrapper

perl -MCPAN -e 'install "Locale::PO"'
?????

perl -MCPAN -e 'install "Mail::Sendmail"'
Path: /usr/ports/mail/p5-Mail-Sendmail

perl -MCPAN -e 'install "DBI"'
Path: /usr/ports/databases/p5-DBI

perl -MCPAN -e 'install "Bundle::DBD::mysql"'
Path: /usr/ports/databases/p5-DBD-mysql

perl -MCPAN -e 'install "MIME::Base64"'
Path: /usr/ports/converters/p5-MIME-Base64

perl -MCPAN -e 'install "MP3::Info"'
Path: /usr/ports/audio/p5-MP3-Info

perl -MCPAN -e 'install "Compress::Zlib"'
Path: /usr/ports/archivers/p5-Compress-Zlib

perl -MCPAN -e 'install "Archive::Tar"'
Path: /usr/ports/archivers/p5-Archive-Tar

perl -MCPAN -e 'install "Archive::Zip"
Path: /usr/ports/archivers/p5-Archive-Zip

perl -MCPAN -e 'install "Image::Magick"'
???

perl -MCPAN -e 'install "PHP::Session"'
Path: /usr/ports/www/p5-PHP-Session

perl -MCPAN -e 'install "Text::CSV_XS"'
Path: /usr/ports/textproc/p5-Text-CSV_XS

Das waren die, die ich auf die schnelle in den Ports finden konnte.

Ich verschiebs im übrigen mal nach "FreeBSD - Anwendungen".

Gruß
 
Zurück
Oben