How to install VideoLan 0.7 on Suse 9
Posted: 07 Feb 2004 19:19
I noticed there were a lot of postings asking how to install VLC on Suse. It took me about 4 days to work out all of the details. I have posted the steps I went though to save the next guy some time. This will probably not work for everyone, and I am sure that there are better ways to do it. The only issue I have noticed so far with this install is that I can not get VLC to use other skins. When I try it crashes.
If you run into dependences that I did not cover there are list of extra librarys you may need at :
http://developers.videolan.org/vlc/
http://download.videolan.org/pub/videol ... 9-fc1/vlc/
Here are the steps :
1.First I wanted to make sure that ALL of the development and multimedia libraries that came with my distribution were installed. To do this
- Start YAST
- Select Install and remove software
- From the drop down menu marked filter select package groups
- If any of the packages under development or multimedia are not checked install them.
2.Install libdvdcss and libdvdplay from : http://developers.videolan.org/
3. Download vlc-binary.tar.gz, redhat9-updates.tar.gz http://www.videolan.org/vlc/download-redhat.html
4.Unzip and untar these files. They are placed in a directory called vlc When I tried to install these files a list of broken dependencies was returned. I installed the following list of files to satisfy all of the dependences.
popt-1.6.4-31.i586.rpm
popt-1.6.4-7x.i386.rpm
desktop-file-utils-0.3.0.cvs20030807-96.i586.rpm
indexhtml-9.1-8mdk.noarch.rpm
freetype-2.1.7-2.athlon.rpm
freetype2-2.1.4-66.i586.rpm
mozilla-nspr-1.4.1-17.i386.rpm
mozilla-nss-1.4.1-17.i386.rpm
Xfree86-compat-libs-4.2.0-187.i586.rpm
popt-1.7-76.i586.rpm
5.When I tried to run the installation again I got an error stating there was a conflict with the existing Mozilla installation. I was using firebird any way so I uninstalled mozilla.
rpm -e mozilla
6.When I ran the installation this time it was successful!!
rpm -U *.rpm
7.Type in vlc at the command line VideoLan started. Now I can use my AAC, MP3, and AVI files!!
8.LESSONS LEARNED : I made this MUCH harder than it needed to be by not reading enough up front. The vlc team did a great job of providing most of the libraries I needed if I had taken the time to look. Also on the VLC redhat download page http://www.videolan.org/vlc/download-redhat.html there is a file called vlc-devel.tar.gz that most likely had many of the files I needed.
I hope this helps..........
If you run into dependences that I did not cover there are list of extra librarys you may need at :
http://developers.videolan.org/vlc/
http://download.videolan.org/pub/videol ... 9-fc1/vlc/
Here are the steps :
1.First I wanted to make sure that ALL of the development and multimedia libraries that came with my distribution were installed. To do this
- Start YAST
- Select Install and remove software
- From the drop down menu marked filter select package groups
- If any of the packages under development or multimedia are not checked install them.
2.Install libdvdcss and libdvdplay from : http://developers.videolan.org/
3. Download vlc-binary.tar.gz, redhat9-updates.tar.gz http://www.videolan.org/vlc/download-redhat.html
4.Unzip and untar these files. They are placed in a directory called vlc When I tried to install these files a list of broken dependencies was returned. I installed the following list of files to satisfy all of the dependences.
popt-1.6.4-31.i586.rpm
popt-1.6.4-7x.i386.rpm
desktop-file-utils-0.3.0.cvs20030807-96.i586.rpm
indexhtml-9.1-8mdk.noarch.rpm
freetype-2.1.7-2.athlon.rpm
freetype2-2.1.4-66.i586.rpm
mozilla-nspr-1.4.1-17.i386.rpm
mozilla-nss-1.4.1-17.i386.rpm
Xfree86-compat-libs-4.2.0-187.i586.rpm
popt-1.7-76.i586.rpm
5.When I tried to run the installation again I got an error stating there was a conflict with the existing Mozilla installation. I was using firebird any way so I uninstalled mozilla.
rpm -e mozilla
6.When I ran the installation this time it was successful!!
rpm -U *.rpm
7.Type in vlc at the command line VideoLan started. Now I can use my AAC, MP3, and AVI files!!
8.LESSONS LEARNED : I made this MUCH harder than it needed to be by not reading enough up front. The vlc team did a great job of providing most of the libraries I needed if I had taken the time to look. Also on the VLC redhat download page http://www.videolan.org/vlc/download-redhat.html there is a file called vlc-devel.tar.gz that most likely had many of the files I needed.
I hope this helps..........