|
|
我的用的是gaim1.2.1,用源码包安装的,一切过程都是默认的。因为装openq的时候要指定gaim的安装文件夹,我用whereis gaim显示如下:
debian:/etc# whereis gaim
gaim: /usr/bin/gaim /etc/gaim /usr/lib/gaim /usr/share/man/man1/gaim.1.gz
debian:/etc/gaim# ls
prefs.xml
debian:/usr/lib/gaim# ls
autorecon.so history.so libmsn.so notify.so statenotify.so
docklet.so iconaway.so libnapster.so relnot.so tcl.so
extplacement.so idle.so libnovell.so spellchk.so ticker.so
gaim-remote.so libgg.so liboscar.so ssl-gnutls.so timestamp.so
gestures.so libirc.so libyahoo.so ssl-nss.so
gevolution.so libjabber.so libzephyr.so ssl.so
安装OpenQ时指定PKG_CONFIG_PATH为上面的两个路径,./configure时都提示如下错误:
checking for gaim... Package gaim was not found in the pkg-config search path. Perhaps you should add the directory containing `gaim.pc' to the PKG_CONFIG_PATH environment variable No package 'gaim' found
configure: error: Library requirements (gaim) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
另外问一下,你们都把应用程序安装在那个目录下? |
|