LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error compiling a package: "configure: error: no gstreamer-1.0 >= 1.0.0" (https://www.linuxquestions.org/questions/linux-newbie-8/error-compiling-a-package-configure-error-no-gstreamer-1-0-%3D-1-0-0-a-4175486309/)

padalia.rushabh 11-29-2013 10:40 PM

Error compiling a package: "configure: error: no gstreamer-1.0 >= 1.0.0"
 
I am trying to compile a package, which requires gstreamer-1.0 >= 1.0.3. I think I have an older vesion installed on my system. So I downloaded and compiled gstreamer-1.0.4 and it got installed in /usr/local/lib/gstreamer-1.0.

After I did that, I again tried to compile the package but it still gives the same error that I dont have "gstreamer-1.0 >= 1.0.3" .

I also tried to export the path
"export LD_LIBRARY_PATH=/usr/local/lib/gstreamer-1.0"


"whereis gstreamer-1.0" outputs
gstreamer-1: /usr/lib64/gstreamer-1.0 /usr/local/lib/gstreamer-1.0 /usr/libexec/gstreamer-1.0 /usr/share/gstreamer-1.0

Actual Error Message
.....
.....
.....
checking for ORC... no
checking for GST... no
configure: No package 'gstreamer-1.0' found
configure: error: no gstreamer-1.0 >= 1.0.0 (GStreamer) found




I am using Fedora 19 64 bit

I need help because I am still trying to learn the basics!!
Thank you!!

knudfl 11-30-2013 12:16 AM

Quote:

configure: No package 'gstreamer-1.0' found
The exact meaning is :
Not found = /usr/lib64/pkgconfig/gstreamer-1.0.pc ,
.. I.e. "package" means `package configuration file' : "gstreamer-1.0.pc" .

Solution : # yum install gstreamer1-devel
.. Which will provide version 1.0.7 :
/usr/lib64/pkgconfig/gstreamer-1.0.pc
http://dl.fedoraproject.org/pub/fedo...os/Packages/g/

Remark : All packages required for compiling must be <name>-devel.

-

rebncs 02-28-2014 09:06 AM

Exact same problem in Ubuntu
 
I'm having this exact issue in Ubuntu 13.10. Any chance of translating your excellent answer from Fedora to Ubuntu?

Thank you!

//Reid

knudfl 02-28-2014 09:38 AM

Post #3, @rebncs : Welcome to LQ.

No "gstreamer-1.0.pc" ?

Ubuntu 13.10 : $ sudo apt-get install libgstreamer1.0-dev


All times are GMT -5. The time now is 10:37 PM.