LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem using yum (https://www.linuxquestions.org/questions/linux-newbie-8/problem-using-yum-469685/)

coolguy_iiit 08-01-2006 07:18 AM

problem using yum
 
I am using fc4.I wanted to install vlc.but there is some problem.This is the log.

<code>
Setting up Install Process
Setting up repositories
livna 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package vlc.i386 0:0.8.4-0.lvn.10.a.4 set to be updated
--> Running transaction check
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.6) for package: vlc
--> Processing Dependency: libmodplug.so.0 for package: vlc
--> Processing Dependency: libavcodec.so.51 for package: vlc
--> Processing Dependency: libwx_gtk2-2.4.so.0(WXGTK2_2.4) for package: vlc
--> Processing Dependency: libwx_gtk2-2.4.so.0 for package: vlc
--> Processing Dependency: libgsm.so.1 for package: vlc
--> Processing Dependency: libavformat.so.50 for package: vlc
--> Processing Dependency: libfribidi.so.0 for package: vlc
--> Processing Dependency: libavutil.so.49 for package: vlc
--> Processing Dependency: libpostproc.so.51.0.0 for package: vlc
--> Processing Dependency: liba52.so.0 for package: vlc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package gsm.i386 0:1.0.10-0.lvn.9.4 set to be updated
---> Package a52dec.i386 0:0.7.4-0.lvn.7.4 set to be updated
--> Running transaction check
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.6) for package: vlc
--> Processing Dependency: libavcodec.so.51 for package: vlc
--> Processing Dependency: libwx_gtk2-2.4.so.0(WXGTK2_2.4) for package: vlc
--> Processing Dependency: libwx_gtk2-2.4.so.0 for package: vlc
--> Processing Dependency: libavformat.so.50 for package: vlc
--> Processing Dependency: libfribidi.so.0 for package: vlc
--> Processing Dependency: libavutil.so.49 for package: vlc
--> Processing Dependency: libpostproc.so.51.0.0 for package: vlc
--> Processing Dependency: libmodplug.so.0 for package: vlc
--> Finished Dependency Resolution
Error: Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.6) is needed by package vlc
Error: Missing Dependency: libmodplug.so.0 is needed by package vlc
Error: Missing Dependency: libavcodec.so.51 is needed by package vlc
Error: Missing Dependency: libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by package vlc
Error: Missing Dependency: libwx_gtk2-2.4.so.0 is needed by package vlc
Error: Missing Dependency: libavformat.so.50 is needed by package vlc
Error: Missing Dependency: libfribidi.so.0 is needed by package vlc
Error: Missing Dependency: libavutil.so.49 is needed by package vlc
Error: Missing Dependency: libpostproc.so.51.0.0 is needed by package vlc
</code>

I am getting many problems like this.

Here is my yum.conf
<code>
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
~

</code>

I enabled only livna.repo for yum.
Here is are the contents of livna.repo
<code>
[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/
http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/$basearch/
failovermethod=priority
#mirrorlist=http://rpm.livna.org/mirrorlist-5
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

</code>

Please help me.

With Regards,
COOLGUY

nevernamed 08-01-2006 07:53 AM

I have never had any problems with yum, and my config file is default from my fc4 install.
Have you edited the config file at all? If you haven't then maybe something is wrong with the remote host that is supplying the components for vlc. I would try going to the website of vlc and installing it manually.
Let me know if that worked or if you are still having problems.


All times are GMT -5. The time now is 04:36 PM.