Posts

install peacock, during ./configure missing libraries, but they are actually

Image
1 During ./configure I obtained this error: configure: error: Library requirements (libgnomeui-2.0 >= 2.2.0 libbonoboui-2.0 >= 2.2.0 libglade-2.0 >= 2.0.1 gtksourceview-1.0 >= 0.5.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Which I do not understand. I listed my packages using: /sbin/ldconfig -p and from many of them I have: libbonoboui-2.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0 libbonoboui-2.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libbonoboui-2.so libgnomeui-2.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0 libgnomeui-2.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libgnomeui-2.so Ideas? ...