Re: [libxml++] Installation Problemo



Collin Scangarella wrote:
> Hey, I have been trying to install libxml++ for a
> while, and i keep having the same problem. Whenever I
> configure it and it checks for glibmm, it cant find
> it, despite how it is installed on my computer. It
> tells me to move a glibmm2.4.pc to my pkg_config_path.
> What? i found that file, now where do i move it to? 
> 
> I am running SuSE 9.3. 
> 
> Thanks,
> Collin
> 
> 
You don't have to move the file. What's probably happening is that your
glibmm2.4.pc was installed into /usr/local (did you install glibmm from
source?), but pkgconfig isn't automatically set up to look in
/usr/local/lib/pkgconfig or wherever the file is.

Fortunately, all you have to do is change the environment variable
PKG_CONFIG_PATH. My ~/.bashrc has:

PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig

And everything works. Good luck!

Rupert

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]