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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-02-2005, 09:51 AM
|
#1
|
Member
Registered: Feb 2005
Location: South Carolina
Distribution: Ubuntu 6.06 LTS
Posts: 83
Rep:
|
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?
|
|
|
03-02-2005, 11:46 AM
|
#2
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
post what u get when u run this
rpm -qa|grep gcc
regards
|
|
|
03-02-2005, 04:17 PM
|
#3
|
Member
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669
Rep:
|
you need to goto add/remove then install development packages
|
|
|
03-02-2005, 09:53 PM
|
#4
|
Member
Registered: Feb 2005
Location: South Carolina
Distribution: Ubuntu 6.06 LTS
Posts: 83
Original Poster
Rep:
|
pharmd@linux:~> rpm -qa|grep gcc
libgcc-3.3.3-41
pharmd@linux:~>
|
|
|
03-03-2005, 12:18 PM
|
#5
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
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
|
|
|
11-06-2007, 12:32 AM
|
#6
|
LQ Newbie
Registered: May 2007
Posts: 3
Rep:
|
Quote:
Originally Posted by masand
hey "pharmd"
u need to do this
u do not have gcc packages installed
regards
|
I have also a same problem,pls help
|
|
|
02-02-2009, 12:47 AM
|
#7
|
LQ Newbie
Registered: Feb 2009
Posts: 1
Rep:
|
i need help abt VLC player installation
Quote:
Originally Posted by gaurav
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
|
|
|
02-02-2009, 07:11 AM
|
#8
|
Member
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386
Rep:
|
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.
|
|
|
02-02-2009, 12:07 PM
|
#9
|
Member
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87
Rep:
|
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
|
|
|
02-02-2009, 01:24 PM
|
#10
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
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.
|
|
|
02-02-2009, 02:43 PM
|
#11
|
Member
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87
Rep:
|
Quote:
Originally Posted by farslayer
|
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.
|
|
|
02-02-2009, 03:03 PM
|
#12
|
Member
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386
Rep:
|
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.
|
|
|
02-02-2009, 03:06 PM
|
#13
|
Member
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87
Rep:
|
Quote:
Originally Posted by stratotak
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
|
|
|
02-02-2009, 04:15 PM
|
#14
|
Member
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 12:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|