
Am Mittwoch, 17. November 2004 04:03 schrieb Jamie - Ink:
I use slackware 10 and have seen a similar message. You need to download and compile the libs referred to (Google will help) and then what I found I needed to do was export the pkgconfig path because some of the package files are put in /usr/local/... instead of where pkgconfig normally looks. I suspect changing the install path for the packages themselves would also fix this but ... I didn't.
'urpmi' says, all this is installed: 'configure: error: Library requirements (gtk+-2.0 >= 2.4.0 libxml-2.0 >= 2-2.4.24 sigc++-2.0 >= 2.0.3 gtkmm-2.4 )'
but no information about the version number. Where can i find information about it, and get actual numbers? I would like to do it with 'urpmi'. I don't have good/ succesfull experiences with Google.
#!/usr/bin/bash PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ export PKG_CONFIG_PATH
why this?
Regards: Istvan