Results 1 to 4 of 4
I'm trying to install mplayer on Suse 10.1. I have:
- run yast (not yast2)
- via Software|Installation Source, added packman's US mirror (packman.unixheads.com/suse/10.1) to my software catalog
- via ...
- 01-15-2007 #1Just Joined!
- Join Date
- Jan 2007
- Location
- Calgary, Alberta, Canada
- Posts
- 1
mplayer installation
I'm trying to install mplayer on Suse 10.1. I have:
- run yast (not yast2)
- via Software|Installation Source, added packman's US mirror (packman.unixheads.com/suse/10.1) to my software catalog
- via Software|Software Management, done a search for "mplayer"; I see "MPlayer 1.0rc1, jMencode 0.62 and mplayerplug-in 3.31".
Trying to add Mplayer though, I am getting the Problem "MPlayer-1.0rc1-1.pm-1.x86_64[20070115-124206] cannot be installed due to missing dependencies." "Solve" doesn't seem to resolve the issue.
As I'd prefer not to start building this from source and manually resolving dependencies, any ideas on what could be the problem?
- 01-16-2007 #2Just Joined!
- Join Date
- Dec 2006
- Posts
- 60
I recommand you to try "smart" to install it~~~
- 01-18-2007 #3
just open a terminal login as root.
now type rug sa --type=yum http://packman.inode.at/suse/10.1/ packman
now type rug subscribe packman and you should see subscribed to packman
no type rug in Mplayer let it finish and Mplayer is now installed.
if you need mp3's to play just type rug in lame and rug in mad.
- 01-18-2007 #4After typing "rpm -q -R MPlayer" on my 32-bit SuSE-10.1 PC, I see that one needs the following dependencies satisfied first, in order to successfully install mplayer:
Originally Posted by futnuh
All of the above libraries can be obtained from Packman and from one's installation CD/DVD. Since you have a 64-bit SuSE-10.1 PC, yours will be a bit different, but it still should be reasonably similar.Code:rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/sh libGL.so.1 libSDL-1.2.so.0 libX11.so.6 libXext.so.6 libXinerama.so.1 libXrender.so.1 libXv.so.1 libXxf86dga.so.1 libXxf86vm.so.1 libaa.so.1 libartsc.so.0 libasound.so.2 libasound.so.2(ALSA_0.9) libasound.so.2(ALSA_0.9.0rc4) libasound.so.2(ALSA_0.9.0rc8) libatk-1.0.so.0 libaudiofile.so.0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libcaca.so.0 libcairo.so.2 libcdda_interface.so.0 libcdda_paranoia.so.0 libcucul.so.0 libdha.so.1.0 libdirectfb-0.9.so.24 libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libdv.so.4 libesd.so.0 libfaac.so.0 libfontconfig.so.1 libfreetype.so.6 libfribidi.so.0 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgif.so.4 libglib-2.0.so.0 libglitz.so.1 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgssapi.so.1 libgthread-2.0.so.0 libgtk-x11-2.0.so.0 libjack.so.0 libjpeg.so.62 libkrb5.so.3 libldap-2.3.so.0 liblirc_client.so.0 liblzo2.so.2 libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libmp3lame.so.0 libncurses.so.5 libogg.so.0 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpng.so.3 libpng12.so.0 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.2) libpthread.so.0(GLIBC_2.3.2) libsmbclient.so.0 libspeex.so.1 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libtheora.so.0 libtheora.so.0(libtheora.so.1.0) libtwolame.so.0 libx264.so.54 libxvidcore.so.4 libz.so.1 rpmlib(PayloadIsBzip2) <= 3.0.5-1
Note the convention for an application/library for Linux typically is the library libapplication is a library for application.rpm. This is not true for all cases, but it is true for many.
As noted by previous posters, the quickest way to solve one's dependency problems in SuSE, when installing a 3rd party application, is to use a software package manager with the appropriate repositories of SuSE rpms included in the repositories.
Good luck.


Reply With Quote