LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-03-2010, 05:14 AM   #1
cnsoft
LQ Newbie
 
Registered: Jul 2010
Posts: 11

Rep: Reputation: 0
How to install pango?


Hi all,

When i install pango, i get the following error:

$ rpm -i pango-1.10.3-1.1.fc4.nr.i386.rpm
error: Failed dependencies:
glib2 >= 2.6.0 is needed by pango-1.10.3-1.1.fc4.nr.i386

$rpm -i glib2-2.8.4-0.110.1asp.i386.rpm
warning: glib2-2.8.4-0.110.1asp.i386.rpm: V3 DSA signature: NOKEY, key ID 9b3c94f4
file /usr/lib/libglib-2.0.so.0 from install of glib2-2.8.4-0.110.1asp conflicts with file from package glib2-2.4.7-1
file /usr/lib/libgmodule-2.0.so.0 from install of glib2-2.8.4-0.110.1asp conflicts with file from package glib2-2.4.7-1
file /usr/lib/libgobject-2.0.so.0 from install of glib2-2.8.4-0.110.1asp conflicts with file from package glib2-2.4.7-1
file /usr/lib/libgthread-2.0.so.0 from install of glib2-2.8.4-0.110.1asp conflicts with file from package glib2-2.4.7-1

$rpm -U glib2-2.8.4-0.110.1asp.i386.rpm
warning: glib2-2.8.4-0.110.1asp.i386.rpm: V3 DSA signature: NOKEY, key ID 9b3c94f4
error: Failed dependencies:
glib2 = 2.4.7 is needed by (installed) glib2-devel-2.4.7-1.i386

Any one can help me? Thanks!
 
Old 07-03-2010, 05:33 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ. .. ..

Your logo indicates a Redhat Linux.
http://linuxsilo.net/docs/smart-questions_en.html

So why are you trying to install a Fedora 4 package
to EL 4 / CentOS 4 ? ?
Glib-2.4.7 is default and cannot be changed.
'pango-1.6.0' is probably already installed ?
Please try : rpm -qa | grep pango

The command : cat /etc/redhat-release
.. will tell, which OS you have.
..

Last edited by knudfl; 07-03-2010 at 05:38 AM.
 
Old 07-03-2010, 08:02 AM   #3
cnsoft
LQ Newbie
 
Registered: Jul 2010
Posts: 11

Original Poster
Rep: Reputation: 0
Hi knudfl,

"Your logo indicates a Redhat Linux."
logo? you mean $? Other linux systems dont use $? Sorry for i dont know other linux systems except redhat.

So why are you trying to install a Fedora 4 package
to EL 4 / CentOS 4 ? ?

how do you know it is a Fedora 4 package? I dont know how to tell a package belongs to Fedora, redhat or CentOS. Can you tell me how to do this? Thanks a lot!

"'pango-1.6.0' is probably already installed ?
Please try : rpm -qa | grep pango"

$ rpm -qa | grep pango
pango-1.6.0-9
pango-devel-1.6.0-9

I want to use firefox, but i got the following error, somebody tell me that i need install the pango and some other libs.

error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory

"The command : cat /etc/redhat-release
.. will tell, which OS you have."

$ cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 6)

Thanks very much!
 
Old 07-03-2010, 08:04 AM   #4
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
cnsoft

Please read the following link:
http://www.linuxquestions.org/questi....php?do=bbcode
 
Old 07-03-2010, 08:32 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Can you see the red hat and the penguin ?
( under your name )
That's a Redhat logo.

pango-1.10.3-1.1.fc4.nr.i386.rpm
i.e. fc4 means Fedora 4.
RH EL4 ( AS4 ) is based on Fedora 2, but has
glib-2.4.7 like Fedora 3.

Firefox can be installed, why not ask Redhat ?
And if you have no support / Redhat account,
then CentOS4.8 packages can be used.
The library package names are evolution28-<name>
and installs to /usr/evolution28/lib/
and will thus not destroy your system.
( Installing the way you try, will trash Gnome
and other gtk / glib applications.)
http://www.linuxquestions.org/questi...teps-743908/#6

The new links, CentOS 4.8 : 1) updates ( includes firefox-3.0.19 )
http://mirror.centos.org/centos/4.8/updates/i386/RPMS/
2) OS
http://mirror.centos.org/centos/4.8/...6/CentOS/RPMS/
..

Last edited by knudfl; 07-03-2010 at 10:22 AM.
 
Old 07-03-2010, 01:16 PM   #6
cnsoft
LQ Newbie
 
Registered: Jul 2010
Posts: 11

Original Poster
Rep: Reputation: 0
Hi knudfl,

Thanks very much!

Can i use the CentOS4.8 packages in redhat es4? and need i install all those evolution28 packages in the two links you provide? Thanks again!
 
Old 07-03-2010, 01:29 PM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Yes, the packages are OK.
The OP in the other thread is also using AS 4.

And yes, you need the five evolution28* packages
shown in post # 6. http://www.linuxquestions.org/questi...dora-812306/#6
+ Of course the firefox that works with those.
..

Last edited by knudfl; 07-03-2010 at 01:31 PM.
 
  


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
error in the creation of `etc/pango/pango.modules` okeyla Linux - Newbie 3 07-02-2011 08:06 PM
pango-1.16.4 compile error (pango-querymodules) nigel_1820 Linux - Software 1 07-23-2007 01:10 AM
pango install fails on make install Seph64 Linux From Scratch 1 10-15-2005 11:17 PM
Can't install pango-1.6.0 ns_sanish Linux - Software 3 10-20-2004 07:29 AM
Trying to install pango... psyklops Linux - General 8 08-26-2003 06:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:00 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