当我在安装依赖项后使用./configure或./autogen.sh配置webkit时,它显示以下类型的错误:
checking for LIBSOUP... no
configure: error: Package requirements (libsoup-2.4 >= 2.37.2.1) were not met:
Requested 'libsoup-2.4 >= 2.37.2.1' but version of libsoup is 2.4.0
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBSOUP_CFLAGS
and LIBSOUP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.我也尝试过libsoup- 2.36,但它也给出了错误,当我将libsoup从2.36更新到2.4.0或2.4.1时,问题没有解决。我在谷歌上搜索了很多,还配置了pkg-config和ld_library路径。但它在我的两个系统上都出现错误,即fedora 16和ubuntu 11.10,请帮帮我。
发布于 2012-02-05 17:04:51
错误消息非常清楚-您需要更新的libsoup版本!
https://stackoverflow.com/questions/8877301
复制相似问题