Koozali.org: home of the SME Server

Has anyone installed ImageMagick-6.3.4-9.i386

Offline cvlcc

  • ****
  • 102
  • +0/-0
    • http://Cvlcc.com
Has anyone installed ImageMagick-6.3.4-9.i386
« on: June 22, 2007, 05:10:26 AM »
I've been trying to install ImageMagick-6.3.4-9.i386.rpm from the root. But I need to install a number of upgrades that are not on my SME7.0 Server now. I found some in Software installer. But not All. I'm trying to install a PHP blog
program on my Server and more and more PHP programs require a lot of updates. Here is the program @ http://cvlcc.com/Dolphin/install/index.php I sure could use some help to getting all the rpm updates or maybe Mitel Networks Corporation come up with a solution for this?
Any ways I could use some help? Or if someone has a little time to make an rpm with all the other updates in one rpm program to install everything that is needed at one time.

Thank You For Your Time

William
My we all be so humbled, To ask the questions and get straight answers. Sooner than later. Thank You For Your Time

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Has anyone installed ImageMagick-6.3.4-9.i386
« Reply #1 on: June 22, 2007, 08:58:16 AM »
There was another post on this.

Remove local from your paths.

Use mysql_setpermission to create a DB and user.

Update the slocate db - updatedb

Find the files you want and their path.

locate mogrify
Regards,
William

IF I give advise.. It's only if it was me....

Offline okepc

  • ****
  • 118
  • +0/-0
    • http://www.okepc.nl

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Has anyone installed ImageMagick-6.3.4-9.i386
« Reply #3 on: June 22, 2007, 09:23:46 AM »
Yes.

And that version on ImageMagick could be the Fedora Core 7 one from the ImageMagick site. A world of pain.
Regards,
William

IF I give advise.. It's only if it was me....

Offline paulfung

  • **
  • 38
  • +0/-0
    • http://www.datayard.com
Has anyone installed ImageMagick-6.3.4-9.i386
« Reply #4 on: June 23, 2007, 06:17:34 PM »
I have "ImageMagick-5.4.9-1.i386.rpm" installed, it work OK for me.

You need to install :

/bin/rpm -Uvh libungif-*.rpm
/bin/rpm -Uvh ImageMagick-*.rpm
/bin/rpm -Uvh ImageMagick-devel-*.rpm
/bin/rpm -Uvh ImageMagick-Magick++-*.rpm
/bin/rpm -Uvh ImageMagick-per-*.rpm
Best Regards,

Paul T.C.Fung
  :lol:  :hammer:

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Has anyone installed ImageMagick-6.3.4-9.i386
« Reply #5 on: June 24, 2007, 01:07:50 AM »
YUM is your friend....

Code: [Select]

[root@tiger ~]# yum install ImageMagick
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
smeaddons                 100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
updates                   100% |=========================|  951 B    00:00
smeos                     100% |=========================|  951 B    00:00
smeupdates                100% |=========================|  951 B    00:00
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
primary.xml.gz            100% |=========================|  186 B    00:00
Added 0 new packages, deleted 0 old in 0.01 seconds
primary.xml.gz            100% |=========================| 580 kB    00:00
base      : ################################################## 1518/1518
Added 1518 new packages, deleted 0 old in 28.44 seconds
primary.xml.gz            100% |=========================|  57 kB    00:00
updates   : ################################################## 202/202
Added 202 new packages, deleted 0 old in 4.05 seconds
primary.xml.gz            100% |=========================| 230 kB    00:00
smeos     : ################################################## 481/481
Added 481 new packages, deleted 0 old in 13.12 seconds
primary.xml.gz            100% |=========================|  78 kB    00:00
smeupdates: ################################################## 112/112
Added 112 new packages, deleted 0 old in 5.50 seconds
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for ImageMagick to pack into transaction set.
ImageMagick-6.0.7.1-17.i3 100% |=========================|  43 kB    00:00
---> Package ImageMagick.i386 0:6.0.7.1-17 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 ImageMagick             i386       6.0.7.1-17       base              2.4 M

Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 2.4 M
Is this ok [y/N]:
Regards,
William

IF I give advise.. It's only if it was me....