E-Mail:
Get our new Windows 7 eBook (PDF) for $7 with 70+ Tips. Download Now!

Compiling Software from Source, Part XI

  • No Related Post

Compiling Software from Source, Part XI

Isn’t this a long series? Let’s see if we can get past the vexing problem that pounced me last time. It hit when I was trying to autoconfigure gnome-media. Since I’m a glass-half-full optimist, I’ll give that another try. Dang, of course it doesn’t work.

The confusing thing is that the configuration tool is looking for gstreamer-0.5.pc, but the gstreamer I installed is 0.6. It’s also looking for gstreamer-libs-0.6.pc, however. I try locate gstreamer-libs-0.6 and only find them mentioned in the docs directory of the gstreamer tool. I wonder if somehow the packages weren’t installed properly, or I forgot to install it after compiling? Stranger things have happened. I’ll try compiling and installing gstreamer once again. I do the ./configure and then a make clean to make sure I’ve got a clean slate, and then make and make install.

Once this process is complete, I try configuring gnome-media once again. Once again, it fails. Now I try the following:

In frustration, I look into my RPMs:

So, I could solve this by installing the gstreamer libraries via RPM. I check on my Red Hat CDs and there’s a gstreamer-devel package (devel packages often contain libraries), so I use:

Now to try auto-configuring gnome-media once again. That doesn’t fix it either! I try the following:

So, the RPM doesn’t even contain a gstreamer-libs file. Grumble. Okay, there were some other gstreamer RPMs I think I don’t have installed: gstreamer-plugins, gstreamer-plugins-devel, and gstreamer tools. Let’s try:

Ah ha! Now I’ll be lazy:

Oops, guess it’s in gstreamer-plugins-devel:

Now, I’ll try configuring gnome-media yet again. Yay, I got past that finally. Now it wants the gail tool. After uncompressing it and unpacking it, that one configures and compiles without a fuss.

Time to try gnome-media again. The configuration actually completes! Now I compile and install it. Phew.

Next week: Will this series ever end?

What Do You Think?

 
35 queries / 0.367 seconds.