2012-01-16 148 views
1

當我使用./configure./autogen.sh安裝後依賴WebKit的配置它顯示了這種類型的錯誤:Webkitgtk生成錯誤

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,問題沒有解決。 我google了很多,也配置pkg-config和ld_library路徑。 但它給我的系統,即Fedora 16和Ubuntu 11.10的錯誤 請幫助我。

回答

2

錯誤信息非常清晰 - 您需要更新的libsoup版本!