LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-24-2005, 12:21 AM   #1
notooth
Member
 
Registered: Apr 2005
Posts: 192

Rep: Reputation: 15
Install ImageMagic


Hi all,
I have a Dedicated Server running RH Linux 9. Now I need to remotely install ImageMagic on it. I have tried to install it, but it required X lib. Can anyone tell me where to get X package in RPM form? I do not know how to install softwares in binaries form.
 
Old 04-24-2005, 01:38 AM   #2
ahwkong
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Fedora
Posts: 282

Rep: Reputation: 30
Have you installed yum in your system? If so, you can try
'yum install xorg-x11' and it will resolve the dependency for you.
 
Old 04-24-2005, 01:41 AM   #3
notooth
Member
 
Registered: Apr 2005
Posts: 192

Original Poster
Rep: Reputation: 15
No, I have not installed Yum. Where can I get it?
 
Old 04-24-2005, 02:29 AM   #4
ahwkong
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Fedora
Posts: 282

Rep: Reputation: 30
rpmfind.net
 
Old 04-24-2005, 03:19 AM   #5
notooth
Member
 
Registered: Apr 2005
Posts: 192

Original Poster
Rep: Reputation: 15
I got the errors when installing yum:

warning: yum-2.3.2-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
libxml2-python is needed by yum-2.3.2-1
python(abi) = 2.4 is needed by yum-2.3.2-1
python-elementtree is needed by yum-2.3.2-1
python-sqlite is needed by yum-2.3.2-1
rpm-python is needed by yum-2.3.2-1
urlgrabber is needed by yum-2.3.2-1
 
Old 04-24-2005, 05:56 AM   #6
ahwkong
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Fedora
Posts: 282

Rep: Reputation: 30
You have to satisfy these dependency by download all these packages,

then do something like
Code:
rpm -ivh yumXXX.rpm ibxml2-python-XXX.rpm ....
 
Old 04-24-2005, 06:06 AM   #7
notooth
Member
 
Registered: Apr 2005
Posts: 192

Original Poster
Rep: Reputation: 15
Downloading all the dependencies and installing them are complicated. I'd rather install X package in binaries form. But the command "./configure." always replies the message: "./configure: No such file or directory." Can anyone tell me which package the command "configure" belongs to?
 
Old 04-24-2005, 06:31 AM   #8
ahwkong
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Fedora
Posts: 282

Rep: Reputation: 30
Download and install would be far easier than you compile X11 on your computer. Even without your current configure problem, it is not a easy task in itself. Besides, after the installation of X11 you may need the desktop system such as KDE...


My advise is - pay this initial price and have yum installed.
 
Old 04-24-2005, 10:54 AM   #9
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Hi 'notooth', if you do not need the latest version of ImageMagic you can install the version that shipped with RH9, then possibly there may not be too many newer dependencies. Look here for the official packages shipped with RH9:

http://ftp.redhat.com/pub/redhat/lin...6/RedHat/RPMS/

If 'configure' is not running then you probably do not have the "Developer Packages" installed. These include the compiler, make system and multiple other components. This is just a possibility.
 
Old 04-24-2005, 12:37 PM   #10
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Ugh, ./configure is not part of a package at all! It's not part of development libraries or anything else - it is JUST a script that some developers include with their source code and some don't. If there is no configure script included in the source package then there is almost certainly a file called either README or INSTALL that will detail how to install the program.
 
Old 04-24-2005, 01:04 PM   #11
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Quote:
Originally posted by Komakino
Ugh, ./configure is not part of a package at all! It's not part of development libraries or anything else
Who said it was part of a package? There is a difference between development libraries and development tools.

ImageMagick uses a standard 'configure' script included in the tarball. Furthermore to compile after running the configure script you need make and gcc. The same packages I mentioned in my previous post.

I simply made a suggestion to have the compiler installed. Ugh, arrogance. Whatever.
 
Old 04-24-2005, 01:51 PM   #12
notooth
Member
 
Registered: Apr 2005
Posts: 192

Original Poster
Rep: Reputation: 15
Finally, I installed ImageMagick successfully with binary package, but it does not work correctly. It always replied "convert: no decode delegate for this image format 'pic2.png' " when I executed command "convert." I guess it required some packages to work perfectly, but I am not sure what they are.
 
Old 04-24-2005, 04:10 PM   #13
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Quote:
Originally posted by mjmwired
Who said it was part of a package? There is a difference between development libraries and development tools.

ImageMagick uses a standard 'configure' script included in the tarball. Furthermore to compile after running the configure script you need make and gcc. The same packages I mentioned in my previous post.

I simply made a suggestion to have the compiler installed. Ugh, arrogance. Whatever.
Quote:
Originally posted by notooth
Can anyone tell me which package the command "configure" belongs to?
and

Quote:
Originally posted by you
If 'configure' is not running then you probably do not have the "Developer Packages" installed.
.. the implication of the latter (to a new user) being that configure is part of the developer packages. This is something that comes up a lot: "Help! Configure not found!!" because people assume it's a program much like make.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
make install does not install daemons (clamd snortd). Is this a feature of tarball? Emmanuel_uk Linux - Newbie 3 11-15-2005 01:29 AM
Error: Unable to boot /install/2.6/linux when starting Etch Install BuckRogers01 Debian 4 08-06-2005 06:40 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM
ImageMagic mickeyboa Fedora 3 10-07-2004 07:05 PM
ImageMagic compile problems with libdps silversky Slackware 2 01-25-2004 08:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration