LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 01-18-2009, 05:57 PM   #1
latinpr0phet
LQ Newbie
 
Registered: Mar 2006
Posts: 2

Rep: Reputation: 0
Cool Unable to compile gstreamer from source


I am a complete NOOB when it comes to linux.

Im running Fedora8

I get this error.
checking for LIBOIL... configure: error: liboil-0.3.8 or later is required


rpm -qa|grep liboil
liboil-0.3.12-11.fc8

rpm -ql liboil
/usr/lib/liboil-0.3.so.0
/usr/lib/liboil-0.3.so.0.1.0
/usr/share/doc/liboil-0.3.12
/usr/share/doc/liboil-0.3.12/ChangeLog+

yum install liboil
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.6 kB 00:00
Setting up Install Process
Parsing package install arguments
Package liboil - 0.3.12-11.fc8.i386 is already installed.
Nothing to do

So I see the latest version is installed as per YUM. But the system is not seeing it.

Any help would be appreciated.
 
Old 01-18-2009, 07:38 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
hi ,you do know that on Jan. 7 fedora 8 reached it's End Of Life and there will be no more software updates - EVER .

you need the liboil-devel.rpm
Code:
yum search liboil
su -
yum install liboil-devel
-------- and why not install the gstreamer.rpm
yum install gstreamer
 
Old 01-19-2009, 11:36 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to Linux Questions.

Quote:
checking for LIBOIL.. configure: error: liboil-0.3.8 or later is required
When "configure" asks for a library, it always means
"library-devel", in order to have /usr/include/files.h
and /usr/lib/library.so .

Method to look for liboil : # yum search liboil
( Will return : liboil, liboil-devel )

Also try : # yum search gstreamer
No need to compile gstreamer, should be available
as packages. ( If all support hasn't ended yet ? )
....

Last edited by knudfl; 01-19-2009 at 02:11 PM.
 
Old 01-19-2009, 03:28 PM   #4
latinpr0phet
LQ Newbie
 
Registered: Mar 2006
Posts: 2

Original Poster
Rep: Reputation: 0
I think I did search for rpm, but I will try again.
Thank You for the quick reply.
 
Old 01-19-2009, 04:36 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
liboil may no longer be available for fedora 8 .Livna moved to rpmfusion install that repo
the rpmfusion repo.rpm should be in livna
Code:
yum repolist
to see what repos are running
and
Code:
yum search rpmfusion
but fedora 8 is NO LONGER SUPPORTED !
 
Old 01-24-2009, 01:31 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
*
gstreamer Fedora 8

http://download.fedora.redhat.com/pu...6/os/Packages/

....
 
Old 02-09-2009, 08:25 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
More ( 12,000 ) packages for Fedora 8

http://download.fedora.redhat.com/pu...6/os/Packages/

Last edited by knudfl; 02-09-2009 at 12:28 PM.
 
Old 02-09-2009, 11:27 AM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
More ( 20,000 ) packages for Fedora 8
and THERE WILL NEVER BE ANY UPDATES TO THEM EVER
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to compile module source FC4 abk4523 Fedora 3 07-06-2007 04:52 AM
Unable to compile a madwifi from source paulsiu Linux - Wireless Networking 3 06-15-2007 09:02 PM
unable to compile source files Hallowedpoint Linux - Newbie 6 11-19-2005 08:02 AM
First Post! Unable to compile source code J--Lew Linux - Newbie 5 08-16-2005 03:17 PM
Completely unable to compile anything from source, 9.1 Personal Baddox SUSE / openSUSE 3 12-03-2004 11:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 09:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration