LinuxQuestions.org
Visit Jeremy's Blog.
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 06-28-2011, 11:37 AM   #1
doublealice
LQ Newbie
 
Registered: Mar 2011
Posts: 17

Rep: Reputation: 0
No 'perl-gd' and 'gd-devel' in yum


Hi, I am going to install perl GD. But when I run yum, it prompted no such packages.

Code:
# yum install perl-GD
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
No package perl-GD available.
Error: Nothing to do
# yum install gd-devel
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
No package gd-devel available.
Error: Nothing to do
I am using an Redhat EL6 with 2.6.32-71.18.2.el6.x86_64.

May I know if these two packages were merged or replaced by others? How can I get them installed? Thank you for all your help.

Alice

Last edited by doublealice; 06-28-2011 at 12:28 PM.
 
Old 06-28-2011, 11:58 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Looks like you are using Redhat EL 6 : Please ask Redhat, how to set up
all sections of the Redhat repos.


The packages 'perl-GD' and 'gd-devel' are in the "Redhat repo".


(( EPEL (6) is the "Extra Packages for Enterprise Linux" repo:
https://fedoraproject.org/wiki/EPEL ))

..
 
Old 06-28-2011, 12:30 PM   #3
doublealice
LQ Newbie
 
Registered: Mar 2011
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by knudfl View Post
Looks like you are using Redhat EL 6 : Please ask Redhat, how to set up
all sections of the Redhat repos.


The packages 'perl-GD' and 'gd-devel' are in the "Redhat repo".


(( EPEL (6) is the "Extra Packages for Enterprise Linux" repo:
https://fedoraproject.org/wiki/EPEL ))

..
Thanks Knudfl. Yes, I am using Redhat EL6. I looked for those packages in EPEL when I couldn't get them from yum. Thanks for correction. Then I will go to Rdehat repo and see if they are there.
 
Old 06-28-2011, 01:29 PM   #4
fl0
Member
 
Registered: May 2010
Location: Germany
Distribution: Slackware
Posts: 105

Rep: Reputation: 34
Hi,

you need to activate the "RHEL Server Optional" software channel on your system in the rhn .

rgds flo
 
1 members found this post helpful.
Old 06-28-2011, 05:16 PM   #5
doublealice
LQ Newbie
 
Registered: Mar 2011
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by fl0 View Post
Hi,

you need to activate the "RHEL Server Optional" software channel on your system in the rhn .

rgds flo
I am not very clear on how to 'activate the RHEL Server Optional software channel. Can you clarify?

I used CPAN to install GD, but it said:

Code:
  CPAN.pm: Going to build L/LD/LDS/GD-2.46.tar.gz

**UNRECOVERABLE ERROR**
Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher.
If you want to try to compile anyway, please rerun this script with the option --ignore_missing_gd.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
  LDS/GD-2.46.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
Failed during this command:
 LDS/GD-2.46.tar.gz                           : writemakefile NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512
I downloaded and tried to installed libgd2-2.0.33-2_11.el6.x86_64.rpm manually. However, it conflicts with gd-2.0.35 which was already installed by yum.
Code:
# rpm -ivh libgd2-2.0.33-2_11.el6.x86_64.rpm 
warning: libgd2-2.0.33-2_11.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 66534c2b: NOKEY
Preparing...                ########################################### [100%]
	file /usr/lib64/libgd.so.2.0.0 from install of libgd2-2.0.33-2_11.el6.x86_64 conflicts with file from package gd-2.0.35-10.el6.x86_64
I guess probably it needs libgd2-2.0.35, but no el6.x86_64.rpm available. I don't know what I can do now.

Last edited by doublealice; 06-28-2011 at 05:17 PM.
 
Old 06-29-2011, 06:40 AM   #6
fl0
Member
 
Registered: May 2010
Location: Germany
Distribution: Slackware
Posts: 105

Rep: Reputation: 34
Quote:
Originally Posted by doublealice View Post
I am not very clear on how to 'activate the RHEL Server Optional software channel. Can you clarify?
when your system is registred in the rhn (Red Hat Network), you can login to rhn.redhat.com , and activate the software channel on your system.

rgds flo
 
1 members found this post helpful.
  


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
x264-devel and lame-devel cannot be installed by yum yzhang738@hotmail.com Linux - Software 3 12-09-2010 07:19 PM
Need help with yum install kernel-devel buckwheat12 Fedora 9 12-28-2006 02:16 PM
kernel-devel not found with yum or yumex rrdavis Fedora 2 11-09-2006 10:51 PM
yum kernel-devel wrong source babysparrow Linux - Kernel 2 10-29-2006 03:48 AM
yum install mysql-devel.i386 jbhanc0125 Linux - Newbie 3 04-01-2006 02:21 PM

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

All times are GMT -5. The time now is 08:12 PM.

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