LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-02-2005, 09:51 AM   #1
pharmd
Member
 
Registered: Feb 2005
Location: South Carolina
Distribution: Ubuntu 6.06 LTS
Posts: 83

Rep: Reputation: 15
trying to install vlc


Code:
pharmd@linux:~/vlc-0.8.1> ./configure --prefix=/usr --enable-wxwindows
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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)... no
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.
pharmd@linux:~/vlc-0.8.1> make install
bash: make: command not found
pharmd@linux:~/vlc-0.8.1> ./vlc
bash: ./vlc: No such file or directory
any idea what i did wrong and how to fix it?
 
Old 03-02-2005, 11:46 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
post what u get when u run this

rpm -qa|grep gcc

regards
 
Old 03-02-2005, 04:17 PM   #3
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
you need to goto add/remove then install development packages
 
Old 03-02-2005, 09:53 PM   #4
pharmd
Member
 
Registered: Feb 2005
Location: South Carolina
Distribution: Ubuntu 6.06 LTS
Posts: 83

Original Poster
Rep: Reputation: 15
pharmd@linux:~> rpm -qa|grep gcc
libgcc-3.3.3-41
pharmd@linux:~>
 
Old 03-03-2005, 12:18 PM   #5
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by Boow
you need to goto add/remove then install development packages
hey "pharmd"
u need to do this
u do not have gcc packages installed

regards
 
Old 11-06-2007, 12:32 AM   #6
yogemathur
LQ Newbie
 
Registered: May 2007
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by masand View Post
hey "pharmd"
u need to do this
u do not have gcc packages installed

regards
I have also a same problem,pls help
 
Old 02-02-2009, 12:47 AM   #7
geniusgaurav2
LQ Newbie
 
Registered: Feb 2009
Posts: 1

Rep: Reputation: 0
i need help abt VLC player installation

Quote:
Originally Posted by gaurav View Post
Code:
pharmd@linux:~/vlc-0.8.1> ./configure --prefix=/usr --enable-wxwindows
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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)... no
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.
pharmd@linux:~/vlc-0.8.1> make install
bash: make: command not found
pharmd@linux:~/vlc-0.8.1> ./vlc
bash: ./vlc: No such file or directory
any idea what i did wrong and how to fix it?
thanks in advance
 
Old 02-02-2009, 07:11 AM   #8
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
If you want to install the packages required to build VLC..try apt-get build-dep vlc
it will install the packages required to build VLC...It should install most if not all what you need to build.It says you are using Ubuntu right?should work on any debian based system thats uses apt.

Last edited by stratotak; 02-02-2009 at 07:17 AM.
 
Old 02-02-2009, 12:07 PM   #9
vasmakk
Member
 
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87

Rep: Reputation: 16
You surely need to install gcc and make.
use

# apt-get install gcc make
and try again,
or use the solution proposed by stratotak.

Vas
 
Old 02-02-2009, 01:24 PM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
What is wrong with simply doing it the way it says on vlc's website ?
http://www.videolan.org/vlc/download-ubuntu.html
Quote:
Ubuntu Dapper Drake LTS 6.06

Dapper will be supported until June 2009 by Canonical. However, its VLC version is very old, so use our packages to get the latest version.

You can add our repository this way:

Be sure to have a universe repository enabled. Type these commands in a terminal:

echo "deb ftp://ftp.videolan.org/pub/videolan/ubuntu dapper universe" > /etc/apt/sources.list.d/vlc.list
sudo apt-get update
sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc libdvdcss2

Last edited by farslayer; 02-02-2009 at 01:26 PM.
 
Old 02-02-2009, 02:43 PM   #11
vasmakk
Member
 
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87

Rep: Reputation: 16
Quote:
Originally Posted by farslayer View Post
What is wrong with simply doing it the way it says on vlc's website ?
http://www.videolan.org/vlc/download-ubuntu.html
I don't know. It probably works fine.
I use Debian/Lenny. This distro doesn't have the latest version, and when I tried to Install it from vlc website according to Sid's instructions ...

Debian unstable (sid)

VLC's latest packaged version is always in the official Debian unstable branch. However you should still use our apt-get line if you need libdvdcss:

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

For a normal install, do:

# apt-get update
# apt-get install vlc libdvdcss2


... it simply couldn't update my sources.list file

So I had to compile from source

Vas

Last edited by vasmakk; 02-02-2009 at 02:47 PM.
 
Old 02-02-2009, 03:03 PM   #12
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
How would it not update??or do you mean you couldnt edit the source.list file?
Im running lenny to..and only issue i had when compiling latest vlc was at./config it said live555 was to old..and to either update it or disable it..i choose to disable it..other issue was a libavcodec issue..it said it wasnt built with img_swcale..if i rember right.i had to disable it too ./configure..those were the only 2 issues..it built and installed fine.Like i said if you still want the latest and want to build just use apt-get build-dep vlc..and it will install all the lib-dev files you need..there are alot of them...

Last edited by stratotak; 02-02-2009 at 03:19 PM.
 
Old 02-02-2009, 03:06 PM   #13
vasmakk
Member
 
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87

Rep: Reputation: 16
Quote:
Originally Posted by stratotak View Post
How would it not update??or do you mean you couldnt edit the source.list file?
No i edit it alright..
# nano /etc/apt/sources.list
added those two lines,

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

saved the file and then
# apt-get update

and errors occurred!
Did i missed something ?

Vas
 
Old 02-02-2009, 04:15 PM   #14
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
I dont know..post your apt.source list..see what it looks like..
And what kind of errors is it giving..kind of helps to narrow down the problem if we know the errors your getting

Last edited by stratotak; 02-02-2009 at 04:20 PM.
 
Old 02-02-2009, 05:07 PM   #15
vasmakk
Member
 
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87

Rep: Reputation: 16
Quote:
Originally Posted by stratotak View Post
I dont know..post your apt.source list..see what it looks like..
And what kind of errors is it giving..kind of helps to narrow down the problem if we know the errors your getting
sources.list file:

deb http://ftp.us.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.us.debian.org/debian/ lenny main contrib non-free

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

errors:
...
Ign http://download.videolan.org sid/main Sources
Err http://download.videolan.org sid/main Packages
404 Not Found
...

W: Failed to fetch http://download.videolan.org/pub/vid...amd64/Packages 404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
VLC v0.8.2 on XandrOS 3, install? EliasAlucard Linux - Software 2 07-07-2009 01:59 AM
VLC install... Poolen Linux - Software 1 09-23-2005 07:20 AM
VLC Install failed seanmaggs Linux - Software 1 04-16-2004 07:19 AM
install vlc on mandrake 9.2 dave13 Linux - Software 0 01-26-2004 01:45 PM
please help me install VLC player mercutio Linux - Newbie 11 11-03-2003 10:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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