LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-02-2007, 05:04 AM   #1
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Rep: Reputation: 30
installing Xine player


After extract xine(engine) player, i configure and get the following error
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... no
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Any idea ? Thanks

Rgds
Daniel
 
Old 01-02-2007, 05:15 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Have you installed a C compiler?
Which distro is this? FC3 or Solaris?
 
Old 01-02-2007, 07:11 AM   #3
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
No C compiler installed. How and where to install it ? This is FC3
 
Old 01-02-2007, 09:02 AM   #4
maal
LQ Newbie
 
Registered: Apr 2006
Location: Lisbon (PT)
Distribution: Fedora Core 6 - Fedora 8
Posts: 23

Rep: Reputation: 15
yum install gcc
 
Old 01-03-2007, 01:19 AM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
maal - he's using fedora core three ... he's going to have to point his yum.conf at the fedora legacy project first. gcc is also available on the install dvd...

However - I will suggest you (DanielTan) upgrade the entire distro to at least FC5 and read the fedora faq. When you take on fedora you understand you are taking on a rapid-development distro which will have a major release every six-eight months. Your distro will be out of date pretty quickly.

Also look at www.mjmwired.net for the install notes.

On the Xine Player - there are several... they can be installed via yum, i.e.

yum install totem-xine

Last edited by Simon Bridge; 01-03-2007 at 01:24 AM.
 
Old 01-03-2007, 03:56 AM   #6
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
ok i've installed gcc and extract xine, then i ./configure and then what else i need to do ? i'll soon upgrade it.

Rgds
Daniel
 
Old 01-03-2007, 04:40 AM   #7
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
I tried yum install totem-xine but it didnt work.
 
Old 01-03-2007, 05:08 AM   #8
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Sorry for posting many times but I got some error like zlib and libjs not found when i use ./configure . Why ?

Rgds
Daniel
 
Old 01-03-2007, 05:19 AM   #9
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
When a package doesn't install because of missing dependencies, it is just as the error message says. You need to install more packages.

You might try going to the http://rpm.pbone.net website. Select "Advanced Search", clear all of the items, and then click on "Fedora Core 3". Now you can search for totem-xine. Click on one of the links. The next page will also show all of the dependencies. You can also use the site to examine your system and tell you which dependencies your still need. Clicking on one of the dependcies listed will take you to the package that supplies it.

Another option is to use the web address to one of the packages to locate a repository that you can add, and then use yum to install xine-totem and the dependencies.
 
Old 01-03-2007, 05:34 AM   #10
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
I tried yum install totem-xine but it didnt work.
Did you visit the fedora legacy site like I told you? Did you use their suggestions for setting up yum to use their repositories?
Quote:
I got some error like zlib and libjs not found when i use ./configure . Why ?
Because zlib and libjs are not installed... that's why.

Please consider the advice in our other thread, I think you should just install a recent distro before worrying about your incomplete server-install FC3. Then you will find yum will work.

All your problems are related - you are using a legacy OS which is not installed correctly. Correct the installation, your problems will go away (to be replaced by new and interesting problems for your entertainment )

(Aside)
Lets see, we're neighbors: I should be able to do this...
Membetulkan sistem pengendalian anda.
Puki mak! - that can't be right! Oh well - Saya teruji...

Last edited by Simon Bridge; 01-03-2007 at 05:56 AM.
 
Old 01-03-2007, 08:27 AM   #11
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
jschiwal, when it shows all the Requires list (check requires button) are they the dependencies and everyone should be in the system ? Do i have to click on every dependencies to check whether my system have or not ?

Rgds
Daniel
 
Old 01-03-2007, 08:34 AM   #12
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Simon, yes i did configure yum.conf accordingly point to the Fedora Legacy site server. But when i use yum install totem-xine, the result is
Parsing package install arguments
No Match for argument: totem-xine
Nothing to do

Rgds
Daniel
 
Old 01-03-2007, 07:04 PM   #13
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Drat - then totem-xine isn't in their repository.

You'll need a gui frontend for yum to see what they do have. (yum install yumex ... maybe?) But your best bet is still to reinstall.
 
Old 01-03-2007, 07:50 PM   #14
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
yum install yumex also cannot. It just need the libjs (java script) and zlib but after i download several rpm , it still cannot recognise it. any idea ?

Rgds
Daniel
 
Old 01-03-2007, 09:48 PM   #15
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Is this still the old server installation of FC3?
 
  


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
error when installing the xine player. HELP breezeofheaven Linux - Software 1 06-14-2005 08:24 AM
install xine player navaladi Mandriva 1 01-02-2005 01:19 AM
installing xine player in RH9 viperkt400 Linux - Newbie 4 02-22-2004 12:22 PM
xine player ronss Linux - Software 1 08-04-2002 04:34 AM
xine player ronss Linux - Software 5 05-15-2002 08:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:52 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