|
Home > Archive > Red Hat General > January 2004 > Compiling/Library newbie question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Compiling/Library newbie question
|
|
| Bob Chmara 2004-01-23, 7:08 pm |
| I have a new installation of RedHat 9. When I run ./configure for
libmrproject-0.9.1, I get the following error:
Package libgsf-1 was not found in the pkg-config search path. Perhaps
you should add the directory containing 'libgsf-1.pc' to the
PKG_CONFIG_PATH environment variable
No package 'libgsf-1' found
I don't see any libgsf-1.pc file in the /usr/lib directory, though I do
find libgsf-1.so.1.6.0 and libgsf-gnome-1.so.1.6.0 .
I'm not sure where to go from here. Any suggestions would be appreciated.
--
Thanks,
Bob Chmara
| |
| J.O. Aho 2004-01-23, 7:08 pm |
| Bob Chmara wrote:quote:
> I have a new installation of RedHat 9. When I run ./configure for
> libmrproject-0.9.1, I get the following error:
>
> Package libgsf-1 was not found in the pkg-config search path. Perhaps
> you should add the directory containing 'libgsf-1.pc' to the
> PKG_CONFIG_PATH environment variable
> No package 'libgsf-1' found
>
> I don't see any libgsf-1.pc file in the /usr/lib directory, though I do
> find libgsf-1.so.1.6.0 and libgsf-gnome-1.so.1.6.0 .
>
> I'm not sure where to go from here. Any suggestions would be appreciated.
It's in the libgsf-devel and the location will be the following after you
installed that package: /usr/lib/pkgconfig/libgsf-1.pc
//Aho
|
|
|
|
|