|
本人用的是fedora14,无网络环境,不能yum,只有手动编译安装audacious2.5.1,从官网下载了,audacious2.5.1.tgz和audacious-plugins-2.5.1.tgz,解压后,先是编译安装audacious2.5.1,先是在目录下./configure --enable-chadet 结果提示无libmowgli和libmcs,于是下载了 libmowgli-0.7.1-2.fc14.i686.rpm 、libmowgli-devel-0.9.50-1.fc16.i686.rpm 和libmcs-0.7.2-4.fc15.i686.rpm 、libmcs-devel-0.7.2-4.fc15.i686.rpm四个包给装上,再次./configure通过了,接着make;make install,此过程中,无错误提示。接着重启,在菜单上也出现了audacious图标,但点击打开却什么反应没有,连界面都出不来,用命令行打开提示错误信息如下:
[root@xzdd-68 audacious-2.4.5]# /usr/local/bin/audacious
** (audacious:5481): WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported
** (audacious:5481): CRITICAL **: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
** (audacious:5481): CRITICAL **: dbus_g_proxy_call: assertion `DBUS_IS_G_PROXY (proxy)' failed
** (audacious:5481): WARNING **: Unable to connect to dbus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
ALL OUTPUT PLUGINS FAILED TO INITIALIZE.
** (audacious:5481): CRITICAL **: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
No interface plugin found.
[root@xzdd-68 audacious-2.4.5]# /usr/local/bin/audacious
** (audacious:5685): WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported
** (audacious:5685): CRITICAL **: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
** (audacious:5685): CRITICAL **: dbus_g_proxy_call: assertion `DBUS_IS_G_PROXY (proxy)' failed
** (audacious:5685): WARNING **: Unable to connect to dbus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
ALL OUTPUT PLUGINS FAILED TO INITIALIZE.
** (audacious:5685): CRITICAL **: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
No interface plugin found.
[root@xzdd-68 bin]$ rpm -qa|grep libmow gli
libmowgli-devel-0.9.50-1.fc16.i686
libmowgli-0.9.50-1.fc16.i686
本来以为要安装plugins插件,但编译安装时又报错,提示找不到安装的audacious,信息如下:
[root@xzdd-68 audacious]# cd audacious-plugins-2.5.1
[root@xzdd-68 audacious-plugins-2.5.1]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 whether byte ordering is bigendian... no
checking for gcc... gcc
checking version of gcc... 4.5.1, ok
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for cp... /bin/cp
checking for ar... /usr/bin/ar
checking for tr... /usr/bin/tr
checking for ranlib... /usr/bin/ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for fcntl... yes
checking for fsync... yes
checking for mkdtemp... yes
checking for strnlen... yes
checking for strtoul... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AUDACIOUS... no
configure: error: Cannot find Audacious 2.5 or later, have you installed audacious yet?
向大家虚心求教,请问这到底是为什么?怎么排除? |
|