LinuxSir.cn,穿越时空的Linuxsir!

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

opensusea安装openfetion为什么总是提示缺少库文件呢?这些库文件明明是有的。

[复制链接]
发表于 2011-6-26 10:11:46 | 显示全部楼层 |阅读模式
LD:/home/ldonger/下载/openfetion-2.2.0/build # cmake ..
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- checking for module 'gtk+-2.0'
--   package 'gtk+-2.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  CMakeLists.txt:60 (pkg_check_modules)


-- checking for module 'gdk-pixbuf-2.0'
--   package 'gdk-pixbuf-2.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  CMakeLists.txt:61 (pkg_check_modules)


-- checking for module 'glib-2.0'
--   package 'glib-2.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  CMakeLists.txt:62 (pkg_check_modules)


-- checking for module 'ofetion'
--   package 'ofetion' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  CMakeLists.txt:63 (pkg_check_modules)


-- checking for module 'libnotify'
--   package 'libnotify' not found
-- checking for module 'gstreamer-0.10'
--   package 'gstreamer-0.10' not found
-- checking for module 'xscrnsaver'
--   package 'xscrnsaver' not found
-- checking for module 'NetworkManager'
--   package 'NetworkManager' not found
-- checking for module 'dbus-glib-1'
--   package 'dbus-glib-1' not found
-- checking for module 'indicate'
--   package 'indicate' not found
-- checking for module 'indicate-gtk'
--   package 'indicate-gtk' not found
-- checking for module 'indicate-gtk-0.5'
--   package 'indicate-gtk-0.5' not found
==========================================
-- Libnotify support:        NO
-- GStreamer support:        NO
-- Xscreensaver support:     NO
-- NetworkManager support:   NO
-- Ubuntu Indicator support: NO
==========================================
-- Native language support:  NO
-- Configuring incomplete, errors occurred!



LD:/home/ldonger/下载/openfetion-2.2.0/build # ls /usr/lib/libnotify.so.1
/usr/lib/libnotify.so.1

LD:/home/ldonger/下载/openfetion-2.2.0/build # rpm -qa|grep gstreamer
libgstreamer-0_10-0-0.10.35-1.pm.57.2.i586
gstreamer-0_10-plugins-bad-0.10.22-1.pm.127.1.i586
phonon-backend-gstreamer-0_10-4.4.4-3.1.i586
gstreamer-0_10-plugins-base-lang-0.10.35-1.pm.46.1.noarch
gstreamer-0_10-libnice-0.1.0-0.pm.2.21.i586
gstreamer-0_10-0.10.35-1.pm.57.2.i586
gstreamer-0_10-lang-0.10.35-1.pm.57.2.noarch
python-gstreamer-0_10-0.10.20-2.1.i586
gstreamer-0_10-plugins-good-0.10.27-3.3.i586
gstreamer-0_10-plugin-gnomevfs-0.10.32-4.1.i586
gstreamer-0_10-fluendo-mp3-12-2.1.i586
gstreamer-0_10-plugins-ugly-0.10.18-1.pm.27.4.i586
gstreamer-0_10-plugins-ugly-lang-0.10.18-1.pm.27.4.noarch
gstreamer-0_10-plugins-base-0.10.35-1.pm.46.1.i586
gstreamer-0_10-ffmpeg-0.10.11-999.pm.1000.8.i586
PackageKit-gstreamer-plugin-0.6.14-0.2.1.i586
gstreamer-0_10-plugins-farsight-0.12.11-8.1.i586







LD:/home/ldonger/下载/openfetion-2.2.0/build # rpm -qa|grep NetworkManager
NetworkManager-pptp-lang-0.8.2-4.1.noarch
NetworkManager-kde4-0.9.svn1192577-7.2.i586
NetworkManager-pptp-0.8.2-4.1.i586
NetworkManager-pptp-kde4-0.9.svn1192577-7.2.i586
NetworkManager-openvpn-0.8.2-6.1.i586
NetworkManager-0.8.2-15.24.1.i586
NetworkManager-kde4-libs-0.9.svn1192577-7.2.i586
NetworkManager-openvpn-kde4-0.9.svn1192577-7.2.i586
NetworkManager-vpnc-lang-0.8.2-4.1.noarch
NetworkManager-vpnc-0.8.2-4.1.i586
NetworkManager-glib-0.8.2-15.20.1.i586
NetworkManager-vpnc-kde4-0.9.svn1192577-7.2.i586
NetworkManager-openvpn-lang-0.8.2-6.1.noarch
LD:/home/ldonger/下载/openfetion-2.2.0/build #
发表于 2011-6-26 10:18:00 | 显示全部楼层
http://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_11.4/

有现成的,不用编译的。
32bit:
http://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_11.4/i586/
64bit:
http://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_11.4/x86_64/
回复 支持 反对

使用道具 举报

发表于 2011-6-26 10:18:11 | 显示全部楼层
源里有啊
为什么要自己编译?
回复 支持 反对

使用道具 举报

发表于 2011-6-26 13:19:06 | 显示全部楼层
麻烦我们都为你解决了,何必自己麻烦自己。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-6-27 13:07:51 | 显示全部楼层
Post by 逍遥游510;2143389
麻烦我们都为你解决了,何必自己麻烦自己。

Post by 逍遥游510;2143389
麻烦我们都为你解决了,何必自己麻烦自己。

谢谢楼上的!
回复 支持 反对

使用道具 举报

发表于 2011-6-28 12:21:21 | 显示全部楼层
需要的是devel包
回复 支持 反对

使用道具 举报

发表于 2011-9-15 19:32:06 | 显示全部楼层
Post by winland;2143376
http://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_11.4/

有现成的,不用编译的。
32bit:
http://download.opensuse.org/rep ... openSUSE_11.4/i586/
64bit:
http://download.opensuse.org/rep ... enSUSE_11.4/x86_64/


谢谢。我也不用这么麻烦自己去手工编译了。现成的我喜欢。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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