LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-23-2004, 12:39 AM   #1
UmneyDurak
Member
 
Registered: Jun 2004
Posts: 178

Rep: Reputation: 30
Packages in FC2


Hi.
I'm trying to install bluefish .13 on my computer. It says it needs gtk+-2.2 for it. I went to their website, and it says it needs glib, and couple other packages. Before I go and install all of that. Does FC2 has those packages on the CD? I used to use Mandrake and it came with nifgy program that you could use to see which packages you have installed, and which ones are available. I seriously doubt something like this exists in FC2. Is there at least a command line program that does it?
Thx.
 
Old 08-23-2004, 01:29 AM   #2
liinux
LQ Newbie
 
Registered: Aug 2004
Location: US
Posts: 27

Rep: Reputation: 16
u can go to add/remove programs and install the gnome compile/ develop tools it will have gtk+ and all the libraries
 
Old 08-23-2004, 02:16 AM   #3
UmneyDurak
Member
 
Registered: Jun 2004
Posts: 178

Original Poster
Rep: Reputation: 30
Ah, I looked under gnome devel. package and found some references to GTK and glib. It didn't say what version it is.

Last edited by UmneyDurak; 08-23-2004 at 02:19 AM.
 
Old 08-23-2004, 04:00 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
do
rpm -qa|grep gtk
u will find the version of gtk installed from the packege name

FC 2
has gtk2-2.4.0-1
installed

regards
 
Old 08-23-2004, 04:06 AM   #5
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
its better to use a package manager like apt to let it automatically resolve the dependancies

e.g. in apt all u have to do is type : apt-get install bluefish
it will then check its dependacies and install any one u dont have like glib , gtk

and there is a gui program for it called synaptic
 
Old 08-23-2004, 04:24 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi

before installing packages from the internet it is always better to check if u have that packages in ur distributiuon CDs

regards
 
Old 08-23-2004, 01:05 PM   #7
UmneyDurak
Member
 
Registered: Jun 2004
Posts: 178

Original Poster
Rep: Reputation: 30
Thats what I'm trying to do.
Tried installing synaptic it said it needed xmlto, tried installing that and it couldn't install it.
 
Old 08-23-2004, 01:39 PM   #8
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi
what went wrong????

post ur eror msgs here

regards
 
Old 08-23-2004, 02:04 PM   #9
UmneyDurak
Member
 
Registered: Jun 2004
Posts: 178

Original Poster
Rep: Reputation: 30
Synaptic-0.53
checking for xmlto... no
configure: error: You need xmlto to build the documentation. Apt-get it or download it from http://cyberelk.net/tim/xmlto
xmlto-0.0.18
when I run make:
I/O error : Attempt to load network entity http://docbook.sourceforge.net/relea...es/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
compilation error: file /tmp/xmlto-xsl.R13869 line 4 element import
xsl:import : unable to load http://docbook.sourceforge.net/relea...es/docbook.xsl
I/O error : Attempt to load network entity http://docbook.sourceforge.net/relea...es/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
compilation error: file /tmp/xmlto-xsl.F13896 line 4 element import
xsl:import : unable to load http://docbook.sourceforge.net/relea...es/docbook.xsl

Q: I'm trying to build xmlto on my Debian box, but it doesn't work.

A: If you get `Attempt to load network entity' errors when building
xmlto, your system does not have the required support for XML
Catalogs
(http://www.oasis-open.org/committees...001-08-06.html).
In particular, Debian has no support for these. Try the Fedora
Project <http://fedora.redhat.com>.
make[1]: *** [man/man1/xmlto.1] Error 1
make[1]: Leaving directory `/home/umneydurak/xmlto-0.0.18'
make: *** [all] Error 2
Looked in to fedora website, but I'm not sure what I'm suppose to be looking for.
 
Old 08-23-2004, 02:21 PM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

xmlto is in the fedora CD, i have it installed by fealult

see the output

[root@gaurav root]# rpm -qa|grep xmlto
xmlto-0.0.18-2
[root@gaurav root]#


check out ur CDS or
go to system settings---->ads remove appliactions---authoring and publishing
and there check the xmlto package

regards
 
Old 08-24-2004, 03:10 PM   #11
UmneyDurak
Member
 
Registered: Jun 2004
Posts: 178

Original Poster
Rep: Reputation: 30
Ok. Now I'm getting this error message when installing syaptic
"checking for gtk+-2.0 >= 2.0.0, libglade-2.0 >= 2.0.0, pango >= 1.0.0, glib-2.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found"
When I try to install gtk+-2.2.4 I get this:
"checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found"
But I have glib installed. I installed glib-2.2.3 did ./configure, make, make install with no problems.
What gives?
 
Old 08-24-2004, 04:06 PM   #12
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi
why don't u install rpms from ur CD of the distribution(glib is there in fedora 2)
they install the files in the standard location

now u will have to see where is gtk installed,most probably in /usr/local/lib
so add the /usr/local/lib to the file
/etc/ld.so.conf

run ldconfig

or install packages from the distro's CD

regards
gaurav
 
Old 08-24-2004, 04:30 PM   #13
UmneyDurak
Member
 
Registered: Jun 2004
Posts: 178

Original Poster
Rep: Reputation: 30
Sorry I forgot to mention. When I tried to install Gnome dev. packages it said it couldn't do it because xorg-x11-libs are not installed. Even thought those libs are installed.
 
Old 08-24-2004, 04:39 PM   #14
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi
the best option for u is to go to
add remove appp. and install packages from there
that will take care of dependencies in ur packages

regards
gaurav
 
Old 08-24-2004, 04:49 PM   #15
UmneyDurak
Member
 
Registered: Jun 2004
Posts: 178

Original Poster
Rep: Reputation: 30
Yeah, thats what I tried to do. Thats when that error message is pops up.
Anyway I think I hosed the installation.
I added /usr/loclal/lib to the ld.so.conf file
then run ./ldconfig in /sbin. Now it hangs during boot. It boots fine till it hits login screen, but it doesn't get thee. It stops at black screen with an x cursor.
EDIT: Never mind booting with resuce disk removing /usr/local/bin and running ldconfig fixed it.

Anyway let me elaborate. I tried installing GNOME Software Development packages which contain the gtk+, I think, using the Add/Remove Applications program. And it gives me an error message Packages not Found: xorg-x11-libs.
I did rpm -qa|grep xorg-x11-libs, and I do have those packages insalled, so I don't know that a heck it's talking about.
Also I did try yum install and it said the same thing that xorg-x11-libs is installed.

Last edited by UmneyDurak; 08-24-2004 at 05:15 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
Fedora FC2 Arch= x86_64 install leaves duplicate packages in RPM database w8hrq Fedora - Installation 2 10-05-2004 01:14 PM
Why wont my KDE 3.2 FC2 setup run make commands w/KDE 1.x packages? rusty_slacker Linux - Newbie 1 09-19-2004 05:40 PM
apt-get cannot find packages in FC2 tarheel92x Fedora 6 08-25-2004 09:14 AM
Installing Packages from FC2 cd not working sloik2000 Linux - Software 5 08-19-2004 05:22 PM
Don't read FC2 instalation cd when add/remove packages marper Fedora 1 08-15-2004 09:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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