View Full Version : [ubuntu] need help in installing gstreamer
NO2
June 17th, 2008, 04:57 PM
i am new to linux. i am having problems installing gstreamer. i cannot install the modem as no drivers are available for it. i had downloaded the file gstreamer-0.10.19.tar.bz2. where and how do i have to extract it? i extracted it on the desktop and then executed the following command in shell:
./configure
which gave an error which was related to C(cannot compile or something.. i don't remember it exactly.).
do i have to extract the folder to usr/local/src? if so how to do it. i currently know very few shell commands. i am using ubuntu 8.04.
cozmicharlie
June 17th, 2008, 05:19 PM
What exactly are you trying to install? You mention a modem? Gstreamer are mainly various codecs so you can play music etc. You do need them but I am not sure how that fits with setting up a modem.
You are trying to compile from a source file and that maybe a little more than you want to take on until you become more familiar with Linux. The easiest way to install gstreamer is through synaptic. You first want to add the Medibuntu repository to your source list then you can add gstreamer from Synaptic or using apt-get.
This post should help you http://ubuntuforums.org/showthread.php?t=766683
If you have problems post back.
Also, this will help you become familiar with the different methods for adding packages (programs) in Linux http://monkeyblog.org/ubuntu/installing/
Inxsible
June 17th, 2008, 05:21 PM
i am new to linux. i am having problems installing gstreamer. i cannot install the modem as no drivers are available for it. i had downloaded the file gstreamer-0.10.19.tar.bz2. where and how do i have to extract it? i extracted it on the desktop and then executed the following command in shell:
./configure
which gave an error which was related to C(cannot compile or something.. i don't remember it exactly.).
do i have to extract the folder to usr/local/src? if so how to do it. i currently know very few shell commands. i am using ubuntu 8.04.
gstreamer is available in the repos. you do not need to compile from the source. Go to Applications>>add/Remove. Search for "gstreamer" without the quotes and install all of the gstreamer packages. That should do it.
NO2
June 18th, 2008, 01:09 PM
i cannot install the modem so i cannot use the internet on ubuntu. i downloaded the mentioned file using windows. how can i paste or extract a file or folder in usr/local/src?
cozmicharlie
June 18th, 2008, 04:06 PM
i cannot install the modem so i cannot use the internet on ubuntu. i downloaded the mentioned file using windows. how can i paste or extract a file or folder in usr/local/src?
OK - I see your problem. You most likely are missing some dependencies. In the extracted folder their is usually a "readme" or "install" file that has directions for compiling. Check this for any necessary dependencies and then go into Synaptic and install them.
the commands for compiling are:
./configure
make
sudo make install
First open a terminal.
Change directory to the untar folder
# cd /home/yourname/desktop/gstreamer-0.10.19 (just drag the folder into the terminal window after you type cd)
# ./configure
# make
# sudo make install
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.