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 12-19-2006, 12:07 PM   #16
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77

Quote:
Originally Posted by cucolin@
Yes I have i386. So for glib is also similar? Which are the dependencies? Did I write the right format for installing the packages? apt-get install [packagename]

Thanks
Use apt to check for all dependencies for xmms (as I indicated above). The syntax for using apt is correct. You can list multiple packages in the same command. To find out how apt works, do "man apt-get".
 
Old 12-22-2006, 08:12 AM   #17
cucolin@
Member
 
Registered: Nov 2003
Location: USA
Distribution: Ubuntu, CentOS, RedHat
Posts: 416

Original Poster
Rep: Reputation: 31
Sorry it took me so long to respond, this is what I got:

I tried: apt-get install --simulate xmms and got:
Reading package list...Done
Building dependency tree...Done
E:Couldn't find package xmms

I installed these packages:
libglib1.2.-dbg_1.2.10-10ubuntu1_386.deb
libgtk1.2-common_1.2.10-18_all.deb

After installing these packages I tried to install the following: libpng,cairo and pango and this is what I got:

libpng
configure error: zlib not installed

Cairo-1.2.0
configure:WARNING:Could not find libpng in the pkg-config search path checking whether cairo's PNG backend could be enabled.....no
configure: error: requested PNG backend could not be enabled.

pango-1.14.0
Checking for CAIRO...configure: error:
***Didn't find any of FreeType, X11, AT SUI or Win32.
***Must have at least one backend to build Pango.

Thanks for the help!!
 
Old 12-22-2006, 02:23 PM   #18
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
reddazz or someone else will have to help you with installing xmms using apt-get. I'm sure xmms is in some repo somewhere. And I would agree at this point that apt is probably your best bet.

If you want to continue installing from source, since you installed glib1 and GTK1, you should be able to build and install xmms. The longer dependency chain was for GTK2 which is NOT what xmms uses. If you're using Ubuntu, you have GNOME. If you have GNOME, you have GTK2. If you have GTK2, you have to have glib2, Cairo, Pango, and ATK.

libpng won't install because you're missing zlib. I'm surprised zlib isn't installed on your system already. In any event, make sure zlib is installed or install it before trying to install libpng. Look for a library file called libz. If it is installed, and I'll bet it is, you'll need to set the environment variable PKG_CONFIG_PATH before compiling libpng.
Code:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/path/to/libz
Cairo won't install because libpng isn't there, Pango won't install because Cairo isn't there.

For Cairo
Quote:
configure: error: requested PNG backend could not be enabled.
Looks like you can disable the PNG backend with a switch to the configure script. Type
Code:
./configure --help
to see if there is a switch like --disable-png or something.
 
Old 12-31-2006, 03:52 PM   #19
cucolin@
Member
 
Registered: Nov 2003
Location: USA
Distribution: Ubuntu, CentOS, RedHat
Posts: 416

Original Poster
Rep: Reputation: 31
Arow, problem is solved!! I went to the Ubuntu packages site and got the packages for libglib1.2,libgtk1.2 and xmms. I installed libgilib1.2 first then libgtk1.2 and last xmms. When I installed xmms I got a error that said something like: "Conflict with package" but everything works fine. It is the best option for people that don't have Internet at their Linux PC to use this option.

Thanks for all your help.
 
  


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
Errors using TB or FF (gtk?) BroX Slackware 3 07-15-2005 12:26 PM
problems installing bluefish (gtk-config errors) a_morgan Linux - Software 3 09-05-2003 08:58 PM
GTK+-2.2: errors during ./configure Scruff Linux - Software 11 08-31-2003 10:05 AM
gtk errors chrismiceli Linux - General 1 03-12-2003 03:59 AM
gtk errors chrismiceli Linux - Software 0 03-10-2003 07:49 AM

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

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