LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 665|回复: 6

xmms-1.2.10 安装问题

[复制链接]
发表于 2004-3-31 12:58:06 | 显示全部楼层 |阅读模式
我的系统是rh9。系统自带的xmms让俺搞坏了。重装系统自带的rpm包
也不行。下面是 重装的过程
[root@nkwz xmms]# ls
glib-1.2.3-2.i386.rpm  xmms-1.2.10.tar.bz2  xmms-1.2.10-wellexp.tar.bz2  xmms-mpg123-1.2.7-21.i386.rpm
glib-1.2.6-3.i386.rpm  xmms-1.2.10-wellexp  xmms-1.2.7-21.p.i386.rpm
[root@nkwz xmms]# rpm -ivh --force xmms-1.2.7-21.p.i386.rpm
Preparing...                ########################################### [100%]
   1:xmms                   ########################################### [100%]
[root@nkwz xmms]# rpm -ivh xmms-mpg123-1.2.7-21.i386.rpm
Preparing...                ########################################### [100%]
        package xmms-mpg123-1.2.7-21 is already installed
[root@nkwz xmms]# rpm -e xmms-mpg123
[root@nkwz xmms]# rpm -ivh xmms-mpg123-1.2.7-21.i386.rpm
Preparing...                ########################################### [100%]
   1:xmms-mpg123            ########################################### [100%]
[root@nkwz xmms]#

装那个xmms-1.2.10-wellexp 也是不行
下面是过程
[root@nkwz xmms-1.2.10-wellexp]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for xmms... /usr/bin/xmms
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... mkdir: cannot create directory `conftest.dir': File exists
mkdir: cannot create directory `sub': File exists
rm: cannot open current directory: Stale NFS file handle
gcc3
checking for strerror in -lcposix... no
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... no, using cp -p
checking whether make sets $(MAKE)... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... rm: cannot open current directory: Stale NFS file handle
/bin/sed
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... _libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... chmod: changing permissions of `.' (requested: 0577, actual: 0555): Operation not permitted
chmod: changing permissions of `.' (requested: 0755, actual: 0777): Operation not permitted
yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
[root@nkwz xmms-1.2.10-wellexp]#

看提示要求glib-1.2.2以上的版本。
我装了glib-1.2.6的版本也不行
[root@nkwz xmms]# rpm -ivh --force glib-1.2.6-3.i386.rpm
Preparing...                ########################################### [100%]
   1:glib                   ########################################### [100%]
[root@nkwz xmms]# cd xmms-1.2.10-wellexp

我的机子是amd athlon 1700+

各位多谢了,这是啥原因nie? 难道真的没法听mp3了?
;(
发表于 2004-3-31 17:34:43 | 显示全部楼层
www.xmms.org 下载rpm直接update吧,没多少问题的.不行就用beep,我用那个完美tarball也没有编译成功,不爽ing.....
发表于 2004-3-31 19:10:23 | 显示全部楼层
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***

不是很清楚吗,
GLIB要高于1.2.2版本。
 楼主| 发表于 2004-3-31 21:37:58 | 显示全部楼层
最初由 aaccdd 发表
不是很清楚吗,
GLIB要高于1.2.2版本。


嗯那,所以我装了glib-1.2.6的版本。可也不行
[root@nkwz xmms]# rpm -ivh --force glib-1.2.6-3.i386.rpm
Preparing... ########################################### [100%]
1:glib ########################################### [100%]
[root@nkwz xmms]# cd xmms-1.2.10-wellexp

难道要装2.*.*版本的?
奇怪
发表于 2004-4-1 14:27:28 | 显示全部楼层
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
他没有找到glib-config,即使你装了glib1.2.6。估计要装glib的开发包。你看看河glib有关的包里面含有glib-config的包装上。
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
发表于 2004-4-1 16:31:24 | 显示全部楼层
楼上说的是~~~

注意,安装了,但是系统没有设置好,你的有些编译程序就没有办法用~~


*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.


解决这里说的配置问题一般就没问题,,,,,


记得安装开发程序包,很多软件安装用~~~哦~~~
 楼主| 发表于 2004-4-1 20:31:31 | 显示全部楼层
多谢楼上诸位了。可是编译不行,为什么用rpm包就可以呢?
用linux这么长时间了,印象中还没编译成功过,ft阿
都不好意思说在用linux  ;(
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表