hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : image magick?
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

image magick?

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 10-05-2006, 03:02 PM
r00t pAsSw0rd r00t pAsSw0rd is offline
Disabled
 
Join Date: Sep 2006
Posts: 209

image magick?


Trying to install image magick on cpanel

Why am I getting this?

root@server [~]# rpm -Uvh http://superb-east.dl.sourceforge.ne....2.9-8.src.rpm
Retrieving http://superb-east.dl.sourceforge.ne....2.9-8.src.rpm
1:ImageMagick warning: user cristy does not exist - using root
warning: group cristy does not exist - using root
########################################### [100%]
warning: user cristy does not exist - using root
warning: group cristy does not exist - using root


I checked /etc/group and /etc/passwd, cristy indeed does not exist

Reply With Quote


Sponsored Links
  #2  
Old 10-05-2006, 03:37 PM
Adam-AEC Adam-AEC is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: Canada
Posts: 935
Looks like it installed.

Those are just warnings.

Reply With Quote
  #3  
Old 10-05-2006, 03:48 PM
r00t pAsSw0rd r00t pAsSw0rd is offline
Disabled
 
Join Date: Sep 2006
Posts: 209
Well a client is complaining that it is not working...

He says:

"Your confusing the issue here. Image::Magick is a Perl module that interacts with the existing C library you install from source. It is not a Perl install, instead its an abstraction layer that allows people to use more features and options then the executable (abstractions in themselves) allow.

Image::Magick was also part of the ImageMagick source code base. So its not a case of one or the other, its a simple case of one being installed to make use of the other. Since you have the base you only need to have Image::Magick installed."


I logged into cpanel and saw no perl module installed for image magick

Reply With Quote
Sponsored Links
  #4  
Old 10-05-2006, 03:58 PM
Adam-AEC Adam-AEC is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: Canada
Posts: 935
From your shell:

perl -mCPAN -e 'install Image::Magick'

Reply With Quote
  #5  
Old 10-05-2006, 04:00 PM
r00t pAsSw0rd r00t pAsSw0rd is offline
Disabled
 
Join Date: Sep 2006
Posts: 209
root@server [~]# perl -mCPAN -e 'install Image::Magick'
Can't locate object method "install" via package "Image::Magick" (perhaps you forgot to load "Image::Magick"?) at -e line 1.

Reply With Quote
  #6  
Old 10-05-2006, 04:07 PM
Adam-AEC Adam-AEC is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: Canada
Posts: 935
It was probably the lowercase m after the hyphen that did it.

Perhaps load the CPAN shell and install from there.

perl -MCPAN -e shell
(wait for perl to load)
install Image::Magick

Reply With Quote
  #7  
Old 10-05-2006, 04:10 PM
r00t pAsSw0rd r00t pAsSw0rd is offline
Disabled
 
Join Date: Sep 2006
Posts: 209
Is this normal in the end of the install?


Magick.xs:7615: warning: assignment makes pointer from integer without a cast
Magick.xs:7627: warning: implicit declaration of function `AdaptiveResizeImage'
Magick.xs:7628: warning: assignment makes pointer from integer without a cast
Magick.xs:7655: error: void value not ignored as it ought to be
Magick.xs:7664: error: void value not ignored as it ought to be
Magick.c:4964: warning: unused variable `ref'
Magick.xs: In function `XS_Image__Magick_Montage':
Magick.xs:8060: warning: implicit declaration of function `MontageImageList'
Magick.xs:8060: warning: assignment makes pointer from integer without a cast
Magick.xs:8061: error: void value not ignored as it ought to be
Magick.c:7489: warning: unused variable `ref'
Magick.c:7482: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Morph':
Magick.c:7893: warning: unused variable `ref'
Magick.c:7886: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Mosaic':
Magick.c:8020: warning: unused variable `ref'
Magick.c:8013: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_OptimizeLayers':
Magick.c:8106: warning: unused variable `ref'
Magick.c:8099: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_Ping':
Magick.xs:8507: warning: implicit declaration of function `SetImageInfoBlob'
Magick.xs:8566: error: void value not ignored as it ought to be
Magick.c:8192: warning: unused variable `ref'
Magick.c:8185: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Preview':
Magick.c:8394: warning: unused variable `ref'
Magick.c:8387: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_QueryColor':
Magick.xs:8735: error: too many arguments to function `GetColorInfoList'
Magick.c:8490: warning: unused variable `ref'
Magick.c:8483: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_QueryColorname':
Magick.c:8569: warning: unused variable `ref'
Magick.c:8562: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_QueryFont':
Magick.xs:8886: error: too many arguments to function `GetTypeInfoList'
Magick.c:8642: warning: unused variable `ref'
Magick.c:8635: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_QueryFontMetrics':
Magick.xs:9310: error: void value not ignored as it ought to be
Magick.c:8760: warning: unused variable `ref'
Magick.c:8753: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_QueryMultilineFontMetrics':
Magick.xs:9656: warning: implicit declaration of function `GetMultilineTypeMetrics'
Magick.xs:9670: error: void value not ignored as it ought to be
Magick.c:9121: warning: unused variable `ref'
Magick.c:9114: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_QueryFormat':
Magick.xs:9725: error: too many arguments to function `GetMagickInfoList'
Magick.c:9482: warning: unused variable `ref'
Magick.c:9475: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Read':
Magick.c:9573: warning: unused variable `ref'
Magick.c:9566: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Remote':
Magick.c:9775: warning: unused variable `ref'
Magick.c:9768: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Set':
Magick.c:9825: warning: unused variable `ref'
Magick.c:9818: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Statistics':
Magick.c:9886: warning: unused variable `ref'
Magick.c:9879: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Transform':
Magick.c:10061: warning: unused variable `ref'
Magick.c:10054: warning: unused variable `ix'
Magick.c: In function `XS_Image__Magick_Write':
Magick.c:10205: warning: unused variable `ref'
Magick.c:10198: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_Mogrify':
Magick.xs:5650: warning: statement with no effect
Magick.xs:5811: warning: statement with no effect
Magick.xs:6177: warning: statement with no effect
Magick.xs:6405: warning: statement with no effect
Magick.xs:6782: warning: statement with no effect
make: *** [Magick.o] Error 1
/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
Failed during this command:
JCRISTY/PerlMagick-6.29.tar.gz : make NO

Reply With Quote
  #8  
Old 10-05-2006, 04:14 PM
Adam-AEC Adam-AEC is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: Canada
Posts: 935
The make failed. Not sure why.

There might be a distro package for it. You can try checking in the repo for your distribution for it.

Reply With Quote
  #9  
Old 10-05-2006, 04:25 PM
Website Rob Website Rob is offline
learning is in the doing
 
Join Date: Sep 2000
Location: Alberta, Canada
Posts: 3,109
Run this command: rpm -q ImageMagick

If any version shows then tell your Client the path to use is: /usr/bin or /usr/bin/

__________________
PotentProducts.com - for all your Hosting needs
Helping people Host, Create and Maintain their Web Site
ServerAdmin Services also available

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
eTail West 2013 Web Hosting Events 2013-02-01 10:35:53
Customer Feature: How EdgeCast Delivers One Billion Imgur Images Each Day Web Hosting News 2012-05-31 12:22:36
Hosts are the Most at theWHIR Networking Event Chicago Blog 2012-03-16 16:14:28
A First Look at cPanel’s new User Interface Web Hosting News 2011-09-15 19:35:40
Web Host SoftLayer Launches Public Image Repository for Cloud Templates Web Hosting News 2011-06-08 14:56:19


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?