Search found 36 matches

by prash358
2011-09-02T09:14:12-07:00
Forum: PerlMagick
Topic: Installation issues for Image::Magick on Solaris 10
Replies: 37
Views: 115852

Re: Installation issues for Image::Magick on Solaris 10

I have tried installing ImageMagick-6.7.2-1 and below is the output of configure and make. Options used to compile and link: PREFIX = /usr/local EXEC-PREFIX = /usr/local VERSION = 6.7.2 CC = /usr/local/bin/gcc -std=gnu99 -std=gnu99 CFLAGS = -g -O2 -Wall -D_REENTRANT -pthreads CPPFLAGS = -I/usr/local...
by prash358
2011-09-01T13:40:27-07:00
Forum: PerlMagick
Topic: Installation issues for Image::Magick on Solaris 10
Replies: 37
Views: 115852

Re: Installation issues for Image::Magick on Solaris 10

I have followed your steps and i ran configure and it ran successfully but got an error when i run make and please find the output of configure and make below. Please advise.. Options used to compile and link: PREFIX = /usr/local EXEC-PREFIX = /usr/local VERSION = 6.7.2 CC = /usr/local/bin/gcc -std=...
by prash358
2011-09-01T12:10:06-07:00
Forum: PerlMagick
Topic: Installation issues for Image::Magick on Solaris 10
Replies: 37
Views: 115852

Re: Installation issues for Image::Magick on Solaris 10

I have tried running Makefile.PL for 6.72 version and below is the output. perl Makefile.PL CC=gcc CCCDLFLAGS=-fPIC OPTIMIZE=" " Killed Killed Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: 'ARRAY(0xc228c)' Writing Makefile for Image::Magick Writing M...
by prash358
2011-09-01T11:27:43-07:00
Forum: PerlMagick
Topic: Installation issues for Image::Magick on Solaris 10
Replies: 37
Views: 115852

Re: Installation issues for Image::Magick on Solaris 10

Thanks for the reply. I want to use the newer version and below are my changes to the Makefile.PL from 6.29 'CCFLAGS' => "$Config{'ccflags'} -O3 -g -Wall", 'INC' => '-I../ -I.. -I/usr/include/freetype2 -I/usr/local/include/ -I/usr/include -I/usr/include/libxml2', 'LIBS' => ['-L/usr/lib -L/...
by prash358
2011-09-01T10:27:17-07:00
Forum: Users
Topic: problems using Image::Magick perl module
Replies: 3
Views: 7962

Re: problems using Image::Magick perl module

Can you please let me know how did you the ldconfig,because i too got same errors as you.
by prash358
2011-09-01T10:07:29-07:00
Forum: PerlMagick
Topic: Installation issues for Image::Magick on Solaris 10
Replies: 37
Views: 115852

Installation issues for Image::Magick on Solaris 10

Hi Friends, I am trying to install Image::Magick perl module on Solaris 10 and i am runninf into issues when issue a make command. I have used this binary (i.e) PerlMagick-6.29.tar.gz I have run the below commands and output pasted below: perl Makefile.PL make make test sudo make install perl -MImag...