求助:在linux下装Ethereal出错
那位高手帮一下忙:
我下载了Ethereal-0.10.3的代码,在SUSe下安装遇到如下问题:
checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package atk was no
t found in the pkg-config search path.
Perhaps you should add the directory containing `atk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'atk' found
configure: error: Library requirements (glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >=
1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
开始我怀疑可能SUSE的原因,于是尝试在RadHat上安装,出现同样的问题,根据错误的提示,好象系统缺少atk,我就下载了atk,但安装atk时遇到了错误:
*** 'pkg-config --modversion glib-2.0' returned 2.2.1, but GLIB (2.0.6)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
我装的glib是2.2.1版本,为什么系统还会发现glib2.0.6版本,请高手帮忙,很急,谢谢!
:confused: :confused: