Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: joeyjoejoey1 on August 10, 2005, 08:31:14 PM

Title: Installing ImageMagick
Post by: joeyjoejoey1 on August 10, 2005, 08:31:14 PM
Hi,
I have installed coppermine photo gallery but it requires imagemagick to convert the pictures etc but I have had alot of trouble installing it.
I have found a good guide from here:
http://www.imagefolio.com/users/docs/pro31/imagemagick.shtml
But I get stuck when its looking for gcc
[root@server1 jpeg-6b]# ./configure --enable-shared
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

I'm stumped!!
If anyone knows I would really appreciate any help,
Joe
Title: Re: Installing ImageMagick
Post by: gordonr on August 11, 2005, 07:37:09 AM
Quote from: "joeyjoejoey1"
Hi,
I have installed coppermine photo gallery but it requires imagemagick to convert the pictures etc but I have had alot of trouble installing it.
I have found a good guide from here:
http://www.imagefolio.com/users/docs/pro31/imagemagick.shtml
But I get stuck when its looking for gcc


Compilers and other development tools are not installed on the SME Server. They are not required on a gateway, and there are pre-built packages for almost anything you need.

Install ImageMagick from an RPM built for RedHat 7.3 from one of these locations or a RedHat mirror:

http://www.freshrpms.net

http://www.rpmfind.net

Specifically, ImageMagick RPMs can be found here:

http://rpmfind.net/linux/redhat/7.3/en/os/i386/RedHat/RPMS/

It will have some dependencies, which you'll also have to download.

With 7.0alpha, you can just run "yum install ImageMagick" and it all just happens :-)
Title: Re: Installing ImageMagick
Post by: duncan on August 11, 2005, 09:29:00 AM
Quote from: "gordonr"

With 7.0alpha, you can just run "yum install ImageMagick" and it all just happens :-)


Great isnt it. Ive just done a test box and yummed my way to a Mythtv install on alpha26.
Title: Re: Installing ImageMagick
Post by: gordonr on August 11, 2005, 09:32:37 AM
Quote from: "duncan"
Quote from: "gordonr"

With 7.0alpha, you can just run "yum install ImageMagick" and it all just happens :-)


Great isnt it. Ive just done a test box and yummed my way to a Mythtv install on alpha26.


Glad you like it. Many thanks to everyone who's helped with the testing.
Title: Installing ImageMagick
Post by: joeyjoejoey1 on August 11, 2005, 10:03:18 AM
Thanks for that I will try the rpm, version 7 sounds alot easier to install programs on! When will it be ready for non testing purposes?
Also how would I install the rpm?http://rpmfind.net/linux/redhat/7.3/en/os/i386/RedHat/RPMS/ImageMagick-5.4.3.11-1.i386.rpm

Sorry to be so dum but I'm trying to move to linux as windows has more holes than swiss cheese!
Cheers
Title: Installing ImageMagick
Post by: duncan on August 11, 2005, 10:05:33 AM
Quote from: "joeyjoejoey1"
When will it be ready for non testing purposes?


When its ready. ;-)
Title: Installing ImageMagick
Post by: joeyjoejoey1 on August 11, 2005, 11:45:37 AM
Haha any hints tho??
Title: Installing ImageMagick
Post by: raem on August 11, 2005, 12:02:36 PM
joeyjoejoey1

How about just after when it's ready !

It is a work in progress and I have never heard any mention of specific release or finalisation dates for any sme releases for the very reason that no one knows, until when it is ready !

An educated guess.
At current rate of progress if we are all lucky perhaps this year.
Title: Installing ImageMagick
Post by: duncan on August 11, 2005, 12:14:04 PM
I knew I had installed ImageMagick for my Drupal site.

The packages you need are.

freetype-devel-2.0.1-1.i386.rpm
ImageMagick-perl-5.4.9-1.i386.rpm
ImageMagick-5.4.9-1.i386.rpm
libtiff-3.5.5-10.i386.rpm
ImageMagick-devel-5.4.9-1.i386.rpm
XFree86-libs-4.0.3-5.i386.rpm
ImageMagick-Magick++-5.4.9-1.i386.rpm

Regards Duncan
Title: Installing ImageMagick
Post by: joeyjoejoey1 on August 11, 2005, 12:24:07 PM
Thats great thanks duncan, I will try and install that lateron when I have access to the server.
Could you tell me the commands that I need to install the rpm's. I'm still very new to linux!
Thanks
Title: Installing ImageMagick
Post by: duncan on August 11, 2005, 12:26:09 PM
rpm -ivh *.rpm
Title: Installing ImageMagick
Post by: joeyjoejoey1 on August 11, 2005, 12:38:25 PM
Ah simple! Thanks!
Title: Installing ImageMagick
Post by: gordonr on August 11, 2005, 01:59:51 PM
Quote from: "RayMitchell"

It is a work in progress and I have never heard any mention of specific release or finalisation dates for any sme releases for the very reason that no one knows, until when it is ready !


We're hoping 7.0 isn't too far off, but we can't commit to a timetable. Everyone is doing this in the time they have available.

7.0alpha26 is looking very good indeed. Most of the bugs in the bug tracker have fixes, but there are a few important ones which still need to be squashed. If you think you can help, please look through the bug list:

https://sourceforge.net/tracker/?group_id=96750&atid=615772

I've been running 7.0alpha for some time, but you should only do so if you know what to look for, will report bugs in the bug tracker, and ideally could help investigate how to fix them. We don't need code for that, but someone else spending time Googling really helps. Clear bug reports are wonderful. Ones with pointers to fixes are gold.

There are lots of ways people can help - bug reporting, testing fixes, documentation, spreading the word, contributing/releasing code to expand the product.

If you can, please give 7.0alpha26 a run. But, please check the bug tracker, and remember it's called "Alpha" for a reason  - bugs are expected in Alphas. Please, please, only reports bugs in the bug tracker linked above - it's the best use of our limited development cycles.
Title: Installing ImageMagick
Post by: gordonr on August 11, 2005, 02:02:53 PM
Quote from: "duncan"
rpm -ivh *.rpm


Unless you are installing kernel RPMs, it is better to use

Code: [Select]
rpm -Uvh *.rpm

This upgrades existing packages, and will not normally allow you  to install two packages of the same name.
Title: Installing ImageMagick
Post by: gregswallow on November 27, 2005, 08:46:28 AM
New option since SME7 Beta6 :-)

Code: [Select]
yum localinstall *.rpm

This will install the rpms you have locally, and if they require any dependancies from the Centos repository, it will automatically find whats needed and prompt you with a Y/N to install everything.  Neat huh?
Title: Installing ImageMagick
Post by: thefff-fr on December 30, 2005, 12:07:56 AM
Hello,

On a SME 7 Beta 9, i'm trying to install ImageMagick, with "yum install ImageMagick", but my SMe say "nothing to do.

Can you tell me what can i do ?

Where i can find a RPM for SME ?

Thanks a lot !



And Happy New Year
Title: Installing ImageMagick
Post by: Robert on December 30, 2005, 02:25:09 PM
See this thread: http://forums.contribs.org/index.php?topic=30043.0

Note that the CentOS base repository has been disabled in SME 7b9 as well.

Robert
Title: Installing ImageMagick
Post by: thefff-fr on December 30, 2005, 03:29:16 PM
Hey, it work.

Thanks.