LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xmms installation (https://www.linuxquestions.org/questions/linux-newbie-8/xmms-installation-304431/)

charnel 03-21-2005 04:50 PM

xmms installation
 
I am trying to install xmms to mandrake 10.0 but it requires packages glib-1.2.0... I succesfully installed the glib package but xmms doesnt reckognise it... Still I got the error message glib-1.2.0 is required after the command ./configure in xmms-1.2.10 folder...
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
here is the out put of the glib instalation
after the ./configure command

loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... (cached) yes
checking for _ prefix in compiled symbols... (cached) no
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking whether to enable memory checking... no
checking whether to enable memory profiling... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a BSD compatible install... /usr/bin/install -c
checking for extra flags to get ANSI library prototypes... none needed
checking for extra flags for POSIX compliance... none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for on_exit... (cached) yes
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of long... (cached) 4
checking size of int... (cached) 4
checking size of void *... (cached) 4
checking size of long long... (cached) 8
checking for working const... (cached) yes
checking for __inline... (cached) yes
checking for __inline__... (cached) yes
checking for inline... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for float.h... (cached) yes
checking for limits.h... (cached) yes
checking for pwd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for lstat... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for memmove... (cached) yes
checking for vsnprintf... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for poll... (cached) yes
checking for sys_errlist... yes
checking for sys_siglist... yes
checking for sys_siglist declaration... yes
checking for fd_set... yes, found in sys/types.h
checking for wchar.h... yes
checking for wctype.h... yes
checking for iswalnum... (cached) yes
checking if iswalnum() and friends are properly defined... yes
checking for an implementation of va_copy()... (cached) yes
checking for an implementation of __va_copy()... (cached) yes
checking whether va_lists can be copied by value... (cached) yes
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for dlsym in -ldl... (cached) yes
checking for preceeding underscore in symbols... (cached) no
checking for dlerror... (cached) yes
checking for pthread.h... (cached) yes
checking for thread implementation... posix
checking for pthread_attr_init in -lpthread... (cached) yes
checking necessary linker options... -lpthread
checking necessary compiler options... -D_REENTRANT
checking for localtime_r... (cached) yes
checking for rand_r... (cached) yes
checking for getpwuid_r... (cached) yes
checking whether getpwuid_r is posix like... yes
checking whether pthread_getspecific is posix like... yes
checking size of pthread_mutex_t... (cached) 24
checking byte contents of pthread_mutex_t... (cached) 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
checking system definitions for POLLIN POLLOUT POLLPRI POLLERR POLLHUP POLLNVAL... done
creating ./config.status
creating glib.spec
creating Makefile
creating glib-config
creating gmodule/gmoduleconf.h
creating gmodule/Makefile
creating gthread/Makefile
creating docs/Makefile
creating tests/Makefile
creating config.h
config.h is unchanged
creating glibconfig.h
glibconfig.h is unchanged

and then tke make command output

make all-recursive
make[1]: Entering directory `/root/xmms/glib-1.2.0'
Making all in .
make[2]: Entering directory `/root/xmms/glib-1.2.0'
CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=glibconfig.h ./config.status
creating glibconfig.h
glibconfig.h is unchanged
echo timestamp > stamp-gc-h
make[2]: Leaving directory `/root/xmms/glib-1.2.0'
Making all in gmodule
make[2]: Entering directory `/root/xmms/glib-1.2.0/gmodule'
make[2]: `all' için hiçbir şey yapılmadı.
make[2]: Leaving directory `/root/xmms/glib-1.2.0/gmodule'
Making all in gthread
make[2]: Entering directory `/root/xmms/glib-1.2.0/gthread'
make[2]: `all' için hiçbir şey yapılmadı.
make[2]: Leaving directory `/root/xmms/glib-1.2.0/gthread'
Making all in docs
make[2]: Entering directory `/root/xmms/glib-1.2.0/docs'
make[2]: `all' için hiçbir şey yapılmadı.
make[2]: Leaving directory `/root/xmms/glib-1.2.0/docs'
Making all in tests
make[2]: Entering directory `/root/xmms/glib-1.2.0/tests'
make[2]: `all' için hiçbir şey yapılmadı.
make[2]: Leaving directory `/root/xmms/glib-1.2.0/tests'
make[1]: Leaving directory `/root/xmms/glib-1.2.0'

and the make install command output

Making install in .
make[1]: Entering directory `/root/xmms/glib-1.2.0'
make[2]: Entering directory `/root/xmms/glib-1.2.0'
/bin/sh ./mkinstalldirs /usr/local/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c libglib.la /usr/local/lib/libglib.la
/usr/bin/install -c .libs/libglib-1.2.so.0.0.0 /usr/local/lib/libglib-1.2.so.0.0.0
(cd /usr/local/lib && rm -f libglib-1.2.so.0 && ln -s libglib-1.2.so.0.0.0 libglib-1.2.so.0)
(cd /usr/local/lib && rm -f libglib.so && ln -s libglib-1.2.so.0.0.0 libglib.so)Creating .libs/libglib.lai
/usr/bin/install -c .libs/libglib.lai /usr/local/lib/libglib.la
rm -f .libs/libglib.lai
/usr/bin/install -c .libs/libglib.a /usr/local/lib/libglib.a
ranlib /usr/local/lib/libglib.a
chmod 644 /usr/local/lib/libglib.a
PATH="\/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

To link against installed libraries in a given directory, LIBDIR,
you must use the `-LLIBDIR' flag during linking.

You will also need to do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./mkinstalldirs /usr/local/bin
/usr/bin/install -c glib-config /usr/local/bin/glib-config
/bin/sh ./mkinstalldirs /usr/local/lib/glib/include
/usr/bin/install -c -m 644 ./glibconfig.h /usr/local/lib/glib/include/glibconfig.h
/bin/sh ./mkinstalldirs /usr/local/share/aclocal
/usr/bin/install -c -m 644 ./glib.m4 /usr/local/share/aclocal/glib.m4
/bin/sh ./mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 glib.h /usr/local/include/glib.h
make[2]: Leaving directory `/root/xmms/glib-1.2.0'
make[1]: Leaving directory `/root/xmms/glib-1.2.0'
Making install in gmodule
make[1]: Entering directory `/root/xmms/glib-1.2.0/gmodule'
make[2]: Entering directory `/root/xmms/glib-1.2.0/gmodule'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libgmodule.la /usr/local/lib/libgmodule.la
/usr/bin/install -c -m 644 .libs/libgmodule-1.2.so.0.0.0 /usr/local/lib/libgmodule-1.2.so.0.0.0
(cd /usr/local/lib && rm -f libgmodule-1.2.so.0 && ln -s libgmodule-1.2.so.0.0.0 libgmodule-1.2.so.0)
(cd /usr/local/lib && rm -f libgmodule.so && ln -s libgmodule-1.2.so.0.0.0 libgmodule.so)
Creating .libs/libgmodule.lai
/usr/bin/install -c -m 644 .libs/libgmodule.lai /usr/local/lib/libgmodule.la
rm -f .libs/libgmodule.lai
/usr/bin/install -c -m 644 .libs/libgmodule.a /usr/local/lib/libgmodule.a
ranlib /usr/local/lib/libgmodule.a
chmod 644 /usr/local/lib/libgmodule.a
PATH="\/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

To link against installed libraries in a given directory, LIBDIR,
you must use the `-LLIBDIR' flag during linking.

You will also need to do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 gmodule.h /usr/local/include/gmodule.h
make[2]: Leaving directory `/root/xmms/glib-1.2.0/gmodule'
make[1]: Leaving directory `/root/xmms/glib-1.2.0/gmodule'
Making install in gthread
make[1]: Entering directory `/root/xmms/glib-1.2.0/gthread'
make[2]: Entering directory `/root/xmms/glib-1.2.0/gthread'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libgthread.la /usr/local/lib/libgthread.la
/usr/bin/install -c .libs/libgthread-1.2.so.0.0.0 /usr/local/lib/libgthread-1.2.so.0.0.0
(cd /usr/local/lib && rm -f libgthread-1.2.so.0 && ln -s libgthread-1.2.so.0.0.0 libgthread-1.2.so.0)
(cd /usr/local/lib && rm -f libgthread.so && ln -s libgthread-1.2.so.0.0.0 libgthread.so)
Creating .libs/libgthread.lai
/usr/bin/install -c .libs/libgthread.lai /usr/local/lib/libgthread.la
rm -f .libs/libgthread.lai
/usr/bin/install -c .libs/libgthread.a /usr/local/lib/libgthread.a
ranlib /usr/local/lib/libgthread.a
chmod 644 /usr/local/lib/libgthread.a
PATH="\/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

To link against installed libraries in a given directory, LIBDIR,
you must use the `-LLIBDIR' flag during linking.

You will also need to do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: `install-data-am' için hiçbir şey yapılmadı.
make[2]: Leaving directory `/root/xmms/glib-1.2.0/gthread'
make[1]: Leaving directory `/root/xmms/glib-1.2.0/gthread'
Making install in docs
make[1]: Entering directory `/root/xmms/glib-1.2.0/docs'
make[2]: Entering directory `/root/xmms/glib-1.2.0/docs'
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
/bin/sh ../mkinstalldirs /usr/local/info
/usr/bin/install -c -m 644 ./glib.info /usr/local/info/glib.info
install-info --info-dir=/usr/local/info /usr/local/info/glib.info
make install-man1
make[3]: Entering directory `/root/xmms/glib-1.2.0/docs'
/bin/sh ../mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m 644 ./glib-config.1 /usr/local/man/man1/glib-config.1
make[3]: Leaving directory `/root/xmms/glib-1.2.0/docs'
make[2]: Leaving directory `/root/xmms/glib-1.2.0/docs'
make[1]: Leaving directory `/root/xmms/glib-1.2.0/docs'
Making install in tests
make[1]: Entering directory `/root/xmms/glib-1.2.0/tests'
make[2]: Entering directory `/root/xmms/glib-1.2.0/tests'
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
make[2]: `install-data-am' için hiçbir şey yapılmadı.
make[2]: Leaving directory `/root/xmms/glib-1.2.0/tests'
make[1]: Leaving directory `/root/xmms/glib-1.2.0/tests'

I couldnt solve the problem thank you for you patience

morneo 03-21-2005 04:59 PM

You installed glib-1.2.0

U need GLIB >= 1.2.2

Download and install GLIB >= 1.2.2 version. That should work

charnel 03-21-2005 05:03 PM

ı have installed it wrote the outupts glib iis installed on my computer now I am asking why xmms cannot reckognise it...

morneo 03-21-2005 05:09 PM

what version of GLIB did you install?

charnel 03-21-2005 05:21 PM

glib-1.2.0

is the name of the forlder and I think it is the latest version

reddazz 03-21-2005 05:23 PM

xmms uses gtk 1.x and glib 1.x, so you need to install gtk+ and glib versions (and their devel packages) 1.x even if you have version 2.x installed.

charnel 03-21-2005 05:41 PM

I downloaded the tar.gz file from
ftp://ftp.gtk.org/pub/gtk/v1.2/
where can I find the devel packages ,?

reddazz 03-21-2005 06:18 PM

If you are using Mandrake, just do as root
Code:

#urpmi gtk+-devel
It may not necessarily be named gtk+devel but it will be similar (e.g libgtk+-devel) and for glib it'll be similar. You can also install the packages using rpmdrake which is a gui frontend to urpmi.


All times are GMT -5. The time now is 10:01 AM.