gearjunkie
03-30-2004, 03:00 AM
I am running mandrake 9.2, and I am trying to install Rhythmbox 0.7.1 from source. I found an RPM for 0.7.0, but 0.7.1 has ipod support which I would like to try out, but I'm running into some problems and am a bit lost.
Basically, when I do a "./configure", it fails with the following message:
checking for gstreamer-0.7 >= 0.7.4 gstreamer-libs-0.7 >= 0.7.4
gstreamer-control-0.7 >= 0.7.4 gstreamer-gconf-0.7 >= 0.7.4... Package gstreamer-libs-0.7 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-libs-0.7.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-libs-0.7' found
configure: error: GStreamer not found, or older than version 0.7.4
So, I did a little search using urpmf and found out that gstreamer-libs-0.7.pc is located in /usr/lib/pkgconfig. I googled for PKG_CONFIG_PATH environment variable and successfully set it so that it was equal to /usr/lib/pkgconfig.
echo $PKG_CONFIG_PATH
returns
/usr/lib/pkgconfig
but the ./configure still exits with the same error.
I have also tried adding the final slash to the PKG_CONFIG_PATH variable (setting it /usr/lib/pkgconfig/ ) and that was similar results.
Can anyone suggest any other ideas, I'm a bit stumped on this one. It seems to me that I've had this problem once or twice in the past when trying to install from source as well, but I can't remember what other program it was.
Thanks in advance,
Nathan
Basically, when I do a "./configure", it fails with the following message:
checking for gstreamer-0.7 >= 0.7.4 gstreamer-libs-0.7 >= 0.7.4
gstreamer-control-0.7 >= 0.7.4 gstreamer-gconf-0.7 >= 0.7.4... Package gstreamer-libs-0.7 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-libs-0.7.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-libs-0.7' found
configure: error: GStreamer not found, or older than version 0.7.4
So, I did a little search using urpmf and found out that gstreamer-libs-0.7.pc is located in /usr/lib/pkgconfig. I googled for PKG_CONFIG_PATH environment variable and successfully set it so that it was equal to /usr/lib/pkgconfig.
echo $PKG_CONFIG_PATH
returns
/usr/lib/pkgconfig
but the ./configure still exits with the same error.
I have also tried adding the final slash to the PKG_CONFIG_PATH variable (setting it /usr/lib/pkgconfig/ ) and that was similar results.
Can anyone suggest any other ideas, I'm a bit stumped on this one. It seems to me that I've had this problem once or twice in the past when trying to install from source as well, but I can't remember what other program it was.
Thanks in advance,
Nathan