Download source code from http://ekiga.org/index.php?rub=5&path=sources/ekiga_3.2.4
過程如下
# tar jxvf opal-3.6.2.tar.bz2
# tar jxvf ptlib-2.6.2.tar.bz2
# tar zxvf ekiga-3.2.4.tar.gz
- 先安裝 ekiga-3.2.4
- ./configure 遇到
問題集 checking for SIGC... configure: error: Package requirements (sigc++-2.0) were not met:
No package 'sigc++-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SIGC_CFLAGS
and SIGC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details- 安裝libsigc++ http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/
libsigc++-2.2.3.tar.gz
./configure --prefix=/usr - 問題集
checking for AVAHI... configure: error: Package requirements (avahi-client >= 0.6 avahi-glib >= 0.6) were not met:
No package 'avahi-client' found
No package 'avahi-glib' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables AVAHI_CFLAGS
and AVAHI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
下載安裝 avahi_0.6.23.orig.tar.gz - 安裝AVAHI的問題集
安裝qt-devel找不到qt-mt
# yum -y install qt3-* - 安裝AVAHI的問題集
checking for LIBDAEMON... configure: error: Package requirements ( libdaemon >= 0.11 ) were not met:
No package 'libdaemon' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBDAEMON_CFLAGS
and LIBDAEMON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
安裝libdaemon-devel
# yum -y install libdaemon-devel - 安裝AVAHI的問題集
checking for MONODOC... configure: error: Package requirements (monodoc >= 1.1.8) were not met:
No package 'monodoc' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables MONODOC_CFLAGS
and MONODOC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
囧 最後我發現 我只要下
# yum install ekiga*
沒有留言:
張貼留言