LinuxQuestions.org
Review your favorite Linux distribution.
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 06-14-2004, 04:59 AM   #1
bukich
LQ Newbie
 
Registered: Jun 2004
Location: Bulgaria
Posts: 7

Rep: Reputation: 0
How to install xvid codec in Suse 9.1 Pro


Hi Everyone, I want to know how to install Xvid video codec in Suse 9.1 Pro. To watch the movies.
 
Old 06-28-2004, 11:50 AM   #2
sharkcatcher
LQ Newbie
 
Registered: May 2004
Posts: 18

Rep: Reputation: 0
bump. I'd like to know, too.
 
Old 06-28-2004, 12:01 PM   #3
SBing
Member
 
Registered: Mar 2004
Posts: 519

Rep: Reputation: 35
Re: How to install xvid codec in Suse 9.1 Pro

Quote:
Originally posted by bukich
To watch the movies.
Just install Mplayer and their Essential codecs pack (go to the mplayer site, you'll see what I mean) and it'll play back XviDs fine

Steve
 
Old 07-08-2004, 10:00 AM   #4
sharkcatcher
LQ Newbie
 
Registered: May 2004
Posts: 18

Rep: Reputation: 0
Howdy,

I successfully bunzipped the player and the essential codecs. Are there DETAILED, step-by-step instructions anywhere on how to intall the player/codecs? I'm a total newb at this! Thanks,

sharky
 
Old 07-09-2004, 08:28 AM   #5
spariggio82
Member
 
Registered: Apr 2004
Location: Camporotondo Etneo, Sicily
Distribution: SuSE 8.2 SuSE 9.1 Fedora C1 Slackware 10.1 Knoppix 3.9
Posts: 174

Rep: Reputation: 30
Smile

I've had this problem and I've solved in this way:

1. Download from xvid site the file xvidcore-1.0.1.tar.gz . You can easily find typesetting xvid for linux under Google.

2. Copy it under the directory /tmp

3. decompress it using gzip

4. Extract the archive using tar

5. Read the file INSTALL and learn about how to install it

6. type make

7. type make install ( as root )

8. Finished

Now I can see the movie using for example Xine because SuSE in the 9.1 Pro don't provide MPlayer.

I hope to be helpful to you

Enjoy
 
Old 07-09-2004, 08:40 AM   #6
Ztyx
Member
 
Registered: Dec 2001
Location: Stockholm, Sweden
Distribution: Ubuntu, Kubuntu and Debian
Posts: 338

Rep: Reputation: 30
Quote:
Originally posted by sharkcatcher
Howdy,

I successfully bunzipped the player and the essential codecs. Are there DETAILED, step-by-step instructions anywhere on how to intall the player/codecs? I'm a total newb at this! Thanks,

sharky
There should be a readme file. Look into it because it says quite much step-by-step how to compile and where to put the codec files and all that. Good luck. /J
 
Old 07-09-2004, 08:50 AM   #7
sharkcatcher
LQ Newbie
 
Registered: May 2004
Posts: 18

Rep: Reputation: 0
Thanks, guys. That's what I was looking for. I'll try your suggestions and come back with questions, if necessary.
 
Old 09-07-2004, 10:04 AM   #8
Toysoldier
LQ Newbie
 
Registered: Sep 2004
Location: Melbourne, Australia
Distribution: Suse 9.1
Posts: 10

Rep: Reputation: 0
hi guys... i could not 'make' the xvid even after i followed the instructions on the install.
i downloaded the xvid codec from the website. i went to my suse 9.1 konsole and typed the following

using the tarball instruction:
cd Documents/xvid/build/generic
./configure
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 whether to use default CFLAGS... yes
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.
toysoldier@linux:~/Documents/xvid/build/generic> make
bash: make: command not found


what did i do wrong ?

thanks alot for your help. me super newB.
 
Old 09-07-2004, 10:48 AM   #9
tremor_tj
LQ Newbie
 
Registered: Aug 2003
Location: Kansas City, KS
Distribution: SuSE 9.1
Posts: 9

Rep: Reputation: 0
You need to install the development packages. You don't have the gcc compiler installed.
 
Old 09-07-2004, 06:15 PM   #10
Toysoldier
LQ Newbie
 
Registered: Sep 2004
Location: Melbourne, Australia
Distribution: Suse 9.1
Posts: 10

Rep: Reputation: 0
can you tell me where can i get the gcc compiler installed ?
many thanks.
 
Old 09-07-2004, 06:18 PM   #11
tremor_tj
LQ Newbie
 
Registered: Aug 2003
Location: Kansas City, KS
Distribution: SuSE 9.1
Posts: 9

Rep: Reputation: 0
You can do it from YaST, either from within the gui, or from the command line. Just search for gcc, make, etc....whatever it tells you you're missing when you try to compile.
 
Old 09-07-2004, 07:06 PM   #12
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Rep: Reputation: 30
yeah, as tremor said, go into YasT, go software, install remove software, then search gcc, and install it, even the devel packages (if they have them there)

then try doing it again

 
Old 09-08-2004, 03:44 AM   #13
Toysoldier
LQ Newbie
 
Registered: Sep 2004
Location: Melbourne, Australia
Distribution: Suse 9.1
Posts: 10

Rep: Reputation: 0
sorry i am a complete idiot to this thingey.

i went to YasT, software, install remove software, searched gcc, libgcc and cpp came up. both checked. i clicked on the accept button and nothing happened....

so what does it mean ? is it already installed ?
 
Old 09-08-2004, 08:14 AM   #14
spariggio82
Member
 
Registered: Apr 2004
Location: Camporotondo Etneo, Sicily
Distribution: SuSE 8.2 SuSE 9.1 Fedora C1 Slackware 10.1 Knoppix 3.9
Posts: 174

Rep: Reputation: 30
You should look for make command in YaST package installation.

Install it and try again.

Good luck

P.S. If it doesn't work post again the output as you have done
previously.
 
Old 09-08-2004, 08:58 AM   #15
Toysoldier
LQ Newbie
 
Registered: Sep 2004
Location: Melbourne, Australia
Distribution: Suse 9.1
Posts: 10

Rep: Reputation: 0
no help at all....
is it because i am using a suse9.1 PE ?

toysoldier@linux:~/Documents/xvidcore/build/generic> ./configure
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 whether to use default CFLAGS... yes
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.
toysoldier@linux:~/Documents/xvidcore/build/generic> make
bash: make: command not found
toysoldier@linux:~/Documents/xvidcore/build/generic> cd
toysoldier@linux:~> make
bash: make: command not found



when i type make in the search box, only xdg-menu came out and its already checked.

Last edited by Toysoldier; 09-08-2004 at 08:59 AM.
 
  


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
xine suddenly not finding xVid codec....why? R00ts Debian 10 01-10-2009 01:07 PM
using XVid codec with Kaffein on Suse 9.2 xelt Linux - Newbie 1 04-15-2005 02:45 PM
XVID codec help please deepdark SUSE / openSUSE 9 01-10-2005 03:28 PM
mencoder / xvid codec voodoochild117 Linux - Software 1 06-25-2004 02:00 AM
nothing I compile (xine, transcode, avifile, etc) can see the installed xvid codec ontherun Linux - Software 0 12-17-2003 03:29 AM

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

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