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 08-10-2004, 12:04 AM   #1
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Rep: Reputation: 30
where to get+install xmms-infopipe


Hey, I remember i tried downloading this xmms-infopipe, but i don't think it is working, so does anyone know where to get the xmms-infopipe rpm and how would i go about installing it if i'm forced to use untar it, etc..


It wouldn't work for me ;(
 
Old 08-10-2004, 05:18 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
beastwithin.org/users/wwwwolf/code/xmms/infopipe.html at least seems to have a download link..found easily with google. it's a tar package, and the installation goes like this I think:

tar -xf [package name].tar
(you got a directory called xmms-infopipe-something, so cd into it now)
./configure
make
su
(now give the root password)
make install

and that should be it. after you've done this, open Xmms and right-click with mouse, choose Options > Prefences > General Plugins, select InfoPipe and click the "Enable Plugin" box. that should be it...

also, using rpm.pbone.net search engine I was able to find some rpm packages, altough I don't know if they suit your distribution...but the tar version works just fine, so go and get it.
 
Old 08-10-2004, 10:40 AM   #3
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
ok, here is the error i'm getting :S

it does a bunch of stuff then at the end it says

configure: error: You need glib 1.2 or later to build this plug-in.


how do i check if i have that, i'm sure i do :S
 
Old 08-10-2004, 10:42 AM   #4
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
i jsut checked and i do have it installed... hmmm
 
Old 08-10-2004, 12:41 PM   #5
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
well that sounds weird..could you try installing a newer glib? mine xmms-infopipe configured without problems..
 
Old 08-12-2004, 12:30 AM   #6
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
i tried, still not working
 
Old 08-12-2004, 06:03 AM   #7
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
ok...well, I just came up with this thought (I don't know extremely well how SuSE handles stuff so this might too be useless, but try out if you can't figure anything else): what if your glib files aren't found by the configure script? are they in some "extraordinary" place? could you try and set the path to glib files when executing the configure script?

I'm not sure how it works (I don't edit these compile configs that much) but I assume if you do

./configure --help

you'll get a list of options you can give to the script..look for some path-setting and try running configure with it so you define the glib path manually...if nothing else helps.
 
Old 08-12-2004, 09:12 AM   #8
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
How would i find out where glib is installed?
 
Old 08-12-2004, 09:14 AM   #9
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
when i type locate glib i get this

Code:
mark@linux:~/xmms-infopipe-1.3> locate glib
/etc/profile.d/glib2.csh
/etc/profile.d/glib2.sh
/opt/gnome/bin/glib-genmarshal
/opt/gnome/bin/glib-gettextize
/opt/gnome/bin/glib-mkenums
/opt/gnome/include/gconf/1/gconf/gconf-glib-public.h
/opt/gnome/include/glib-2.0
/opt/gnome/include/glib-2.0/glib
/opt/gnome/include/glib-2.0/glib-object.h
/opt/gnome/include/glib-2.0/glib.h
/opt/gnome/include/glib-2.0/glib/galloca.h
/opt/gnome/include/glib-2.0/glib/garray.h
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h
/opt/gnome/include/glib-2.0/glib/gbacktrace.h
/opt/gnome/include/glib-2.0/glib/gcache.h
/opt/gnome/include/glib-2.0/glib/gcompletion.h
/opt/gnome/include/glib-2.0/glib/gconvert.h
/opt/gnome/include/glib-2.0/glib/gdataset.h
/opt/gnome/include/glib-2.0/glib/gdate.h
/opt/gnome/include/glib-2.0/glib/gdir.h
/opt/gnome/include/glib-2.0/glib/gerror.h
/opt/gnome/include/glib-2.0/glib/gfileutils.h
/opt/gnome/include/glib-2.0/glib/ghash.h
/opt/gnome/include/glib-2.0/glib/ghook.h
/opt/gnome/include/glib-2.0/glib/giochannel.h
/opt/gnome/include/glib-2.0/glib/glist.h
/opt/gnome/include/glib-2.0/glib/gmacros.h
/opt/gnome/include/glib-2.0/glib/gmain.h
/opt/gnome/include/glib-2.0/glib/gmarkup.h
/opt/gnome/include/glib-2.0/glib/gmem.h
/opt/gnome/include/glib-2.0/glib/gmessages.h
/opt/gnome/include/glib-2.0/glib/gnode.h
/opt/gnome/include/glib-2.0/glib/gpattern.h
/opt/gnome/include/glib-2.0/glib/gprimes.h
/opt/gnome/include/glib-2.0/glib/gprintf.h
/opt/gnome/include/glib-2.0/glib/gqsort.h
/opt/gnome/include/glib-2.0/glib/gquark.h
/opt/gnome/include/glib-2.0/glib/gqueue.h
/opt/gnome/include/glib-2.0/glib/grand.h
/opt/gnome/include/glib-2.0/glib/grel.h
/opt/gnome/include/glib-2.0/glib/gscanner.h
/opt/gnome/include/glib-2.0/glib/gshell.h
/opt/gnome/include/glib-2.0/glib/gslist.h
/opt/gnome/include/glib-2.0/glib/gspawn.h
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h
/opt/gnome/include/glib-2.0/glib/gstring.h
/opt/gnome/include/glib-2.0/glib/gthread.h
/opt/gnome/include/glib-2.0/glib/gthreadpool.h
/opt/gnome/include/glib-2.0/glib/gtimer.h
/opt/gnome/include/glib-2.0/glib/gtree.h
/opt/gnome/include/glib-2.0/glib/gtypes.h
/opt/gnome/include/glib-2.0/glib/gunicode.h
/opt/gnome/include/glib-2.0/glib/gutils.h
/opt/gnome/include/glib-2.0/glib/gwin32.h
/opt/gnome/include/glib-2.0/gmodule.h
/opt/gnome/include/glib-2.0/gobject
/opt/gnome/include/glib-2.0/gobject/gboxed.h
/opt/gnome/include/glib-2.0/gobject/gclosure.h
/opt/gnome/include/glib-2.0/gobject/genums.h
/opt/gnome/include/glib-2.0/gobject/gmarshal.h
/opt/gnome/include/glib-2.0/gobject/gobject.h
/opt/gnome/include/glib-2.0/gobject/gobjectnotifyqueue.c
/opt/gnome/include/glib-2.0/gobject/gparam.h
/opt/gnome/include/glib-2.0/gobject/gparamspecs.h
/opt/gnome/include/glib-2.0/gobject/gsignal.h
/opt/gnome/include/glib-2.0/gobject/gsourceclosure.h
/opt/gnome/include/glib-2.0/gobject/gtype.h
/opt/gnome/include/glib-2.0/gobject/gtypemodule.h
/opt/gnome/include/glib-2.0/gobject/gtypeplugin.h
/opt/gnome/include/glib-2.0/gobject/gvalue.h
/opt/gnome/include/glib-2.0/gobject/gvaluearray.h
/opt/gnome/include/glib-2.0/gobject/gvaluecollector.h
/opt/gnome/include/glib-2.0/gobject/gvaluetypes.h
/opt/gnome/include/gnucash/glib-helpers.h
/opt/gnome/lib/glib-2.0
/opt/gnome/lib/glib-2.0/include
/opt/gnome/lib/glib-2.0/include/glibconfig.h
/opt/gnome/lib/libglib-1.2.so.0
/opt/gnome/lib/libglib-1.2.so.0.0.10
/opt/gnome/lib/libglib-2.0.a
/opt/gnome/lib/libglib-2.0.la
/opt/gnome/lib/libglib-2.0.so
/opt/gnome/lib/libglib-2.0.so.0
/opt/gnome/lib/libglib-2.0.so.0.200.3
/opt/gnome/lib/pkgconfig/glib-2.0.pc
/opt/gnome/share/aclocal/glib-2.0.m4
/opt/gnome/share/aclocal/glib-gettext.m4
/opt/gnome/share/glib-2.0
/opt/gnome/share/glib-2.0/gettext
/opt/gnome/share/glib-2.0/gettext/po
/opt/gnome/share/glib-2.0/gettext/po/Makefile.in.in
/opt/gnome/share/locale/am/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/az/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/be/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/bg/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/bn/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ca/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/cs/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/cy/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/da/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/de/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/el/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/eo/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/es/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/et/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/eu/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/fa/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/fi/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/fr/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/gl/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/he/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/hi/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/id/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/is/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/it/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ja/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ko/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/li/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/lv/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/mk/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ml/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/mn/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ms/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/nl/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/nn/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/no/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/pl/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/pt/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/pt_BR/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ro/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ru/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/sk/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/sl/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/sq/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/sr/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/sr@Latn/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/sv/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/ta/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/tr/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/uk/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/vi/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/yi/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/zh_CN/LC_MESSAGES/glib20.mo
/opt/gnome/share/locale/zh_TW/LC_MESSAGES/glib20.mo
/opt/gnome/share/man/man1/glib-genmarshal.1.gz
/opt/gnome/share/man/man1/glib-mkenums.1.gz
/opt/kde3/bin/mpeglibartsplay
/opt/kde3/lib/libarts_mpeglib-0.3.0.so.0
/opt/kde3/lib/libarts_mpeglib-0.3.0.so.0.0.3
/opt/kde3/lib/libarts_mpeglib.la
/opt/kde3/lib/libarts_mpeglib.so
/opt/kde3/share/services/ksvglibartcanvas.desktop
/opt/mozilla/lib/components/imglib2.xpt
/opt/mozilla/lib/components/libimglib2.so
/usr/include/g-wrap/g-wrap-glib.h
/usr/include/jpeglib.h
/usr/lib/libgw-glib.a
/usr/lib/libgw-glib.la
/usr/lib/libgw-glib.so
/usr/lib/libgw-glib.so.0
/usr/lib/libgw-glib.so.0.0.0
/usr/lib/libgwrap-glib.a
/usr/lib/libgwrap-glib.la
/usr/lib/libgwrap-glib.so
/usr/lib/libgwrap-glib.so.1
/usr/lib/libgwrap-glib.so.1.0.0
/usr/lib/transgaming_point2play/lib/glib-2.0
/usr/lib/transgaming_point2play/lib/glib-2.0/include
/usr/lib/transgaming_point2play/lib/glib-2.0/include/glibconfig.h
/usr/lib/transgaming_point2play/lib/libglib-2.0.la
/usr/lib/transgaming_point2play/lib/libglib-2.0.so
/usr/lib/transgaming_point2play/lib/libglib-2.0.so.0
/usr/lib/transgaming_point2play/lib/libglib-2.0.so.0.200.3
/usr/share/aclocal/glibc21.m4
/usr/share/doc/packages/glib
/usr/share/doc/packages/glib/AUTHORS
/usr/share/doc/packages/glib/ChangeLog
/usr/share/doc/packages/glib/COPYING
/usr/share/doc/packages/glib/NEWS
/usr/share/doc/packages/glib/README
/usr/share/doc/packages/glib2
/usr/share/doc/packages/glib2/AUTHORS
/usr/share/doc/packages/glib2/ChangeLog
/usr/share/doc/packages/glib2/COPYING
/usr/share/doc/packages/glib2/NEWS
/usr/share/doc/packages/glib2/README
/usr/share/doc/packages/glibc
/usr/share/doc/packages/glibc-devel
/usr/share/doc/packages/glibc-devel/BUGS
/usr/share/doc/packages/glibc-devel/CONFORMANCE
/usr/share/doc/packages/glibc-devel/COPYING
/usr/share/doc/packages/glibc-devel/COPYING.LIB
/usr/share/doc/packages/glibc-devel/ctype_b.c
/usr/share/doc/packages/glibc-devel/FAQ
/usr/share/doc/packages/glibc-devel/FAQ-threads.html
/usr/share/doc/packages/glibc-devel/INSTALL
/usr/share/doc/packages/glibc-devel/INTERFACE
/usr/share/doc/packages/glibc-devel/NEWS
/usr/share/doc/packages/glibc-devel/NOTES
/usr/share/doc/packages/glibc-devel/README
/usr/share/doc/packages/glibc-devel/README.threads
/usr/share/doc/packages/glibc/LICENSES
/usr/share/doc/packages/taglib
/usr/share/doc/packages/taglib/AUTHORS
/usr/share/doc/packages/taglib/COPYING
/usr/share/doc/packages/taglib/README
/usr/share/doc/packages/taglib/TODO
/usr/share/guile/g-wrap/gw-glib-spec.scm
/usr/share/guile/g-wrap/gw-glib.scm
/usr/share/susehelp/meta/Development/Libraries/glibc-devel.desktop
/usr/share/susehelp/meta/Development/Libraries/glibc-html.desktop
 
  


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
xmms-infopipe can't find xmms.. minm Linux - Software 9 10-18-2004 10:00 PM
installing xmms-infopipe minm Linux - Software 6 09-27-2004 10:40 PM
Mpg321/Mpg123 -- Infopipe like XMMS? Adrohak Linux - Software 2 08-19-2004 05:48 PM
xmms-infopipe on SuSE 9.0 personal YewnEEk Linux - Software 0 07-25-2004 04:12 AM
xmms-infopipe gazza Linux - Software 0 10-29-2003 01:00 PM

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

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