| Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-08-2011, 06:48 PM
|
#1
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 369
Rep:
|
Handbrake Install
Hello, I want to install handbrake on Mandriva 2010.1. Here is the output when I query for it:
Code:
[david@localhost ~]$ urpmq handbrake
No package named handbrake
Does anyone know of a repo I can add to be able to install it?
Thanks,
David
|
|
|
|
01-08-2011, 07:20 PM
|
#2
|
|
Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Debian
Posts: 5,485
|
I haven't used Mandriva for a while, but you can download it from the maintainers and install it locally.
http://handbrake.fr/downloads.php
|
|
|
|
01-08-2011, 07:32 PM
|
#3
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 369
Original Poster
Rep:
|
I am not very good with resolving dependencies and what not. It appears that in earlier versions of Mandriva, it was in the repos. Is there a way I can add 2009 repos for instance and install the old one on Mandriva 2010? Is there anything else I can do?
Or, if anyone wants to help me with dependency hell, that would be cool to. Here is what happens when I try to install the rpm:
Code:
[root@localhost Desktop]# rpm -ivh HandBrake-0.9.5-Fedora_GUI_i686.rpm
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.14) is needed by HandBrake-gui-0.9.5-1.fc14.i686
libwebkitgtk-1.0.so.0 is needed by HandBrake-gui-0.9.5-1.fc14.i686
libz.so.1(ZLIB_1.2.2.3) is needed by HandBrake-gui-0.9.5-1.fc14.i686
libz.so.1(ZLIB_1.2.3.3) is needed by HandBrake-gui-0.9.5-1.fc14.i686
Last edited by CincinnatiKid; 01-08-2011 at 07:40 PM.
|
|
|
|
01-09-2011, 06:06 AM
|
#4
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,142
Rep: 
|
Hi, try the urpmi and the absolute address of the package,
eg. urpmi /home/glenn/Programs/HandBrake-0.9.5-Fedora_GUI_i686.rpm
If your running mandriva, you won't want the fedora stuff.
If you have the correct versions of std libc++ libz (compression?) and webkit try to install it with rpm -ivh --nodeps --force package-name.rpm
You may have better results installing from source instead of using a different distro package.
http://linux.softpedia.com/get/Multi...ake-3051.shtml
http://sourceforge.net/settings/mirr...-0.9.5.tar.bz2
Need help, just ask here. 
cheers Glenn
Last edited by GlennsPref; 01-09-2011 at 06:10 AM.
|
|
|
|
01-09-2011, 06:51 AM
|
#5
|
|
Member
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653
Rep: 
|
|
|
|
1 members found this post helpful.
|
01-09-2011, 09:27 AM
|
#6
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,759
|
Post # 5 : The i586 package works OK, using the command 'ghb'.
The installed link /usr/bin/HandBrakeGUI is not working :
/usr/bin/HandBrakeGUI -> ../../home/oli/rpm-build/rpm/2010.1/ \
BUILDROOT/handbrake-0.9.4-1mud2010.1.i386/usr/bin/ghb
About version 0.9.5 :
I used RPMBUILD to provide version 0.9.5 with a spec file from
the Mandriva lookalike handbrake-0.9.4-4pclos2010.src.rpm
http://ftp.uwsg.indiana.edu/linux/pc...os2010.src.rpm
modified to version 0.9.5 : rpmbuild -bb handbreake095.spec
The result, handbrake-0.9.5-4m2010.1.i586.rpm is here
https://docs.google.com/uc?id=0B7S25...download&hl=en
Menu >> Sound & Video > Handbrake.
..
|
|
|
|
01-10-2011, 08:40 AM
|
#7
|
|
Member
Registered: Jul 2010
Distribution: Mageia-2,LFS-7.1
Posts: 369
Original Poster
Rep:
|
Quote:
Originally Posted by reed9
|
This worked! Thanks.
|
|
|
|
07-26-2011, 08:48 PM
|
#8
|
|
Member
Registered: Aug 2004
Distribution: Fedora, Debian
Posts: 276
Rep:
|
Quote:
Originally Posted by lewisforlife
if anyone wants to help me with dependency hell, that would be cool to. Here is what happens when I try to install the rpm:
Code:
[root@localhost Desktop]# rpm -ivh HandBrake-0.9.5-Fedora_GUI_i686.rpm
error: Failed dependencies:
libnotify.so.4 is needed by HandBrake-gui-0.9.5-1.fc15.i686
libstdc++.so.6(GLIBCXX_3.4.14) is needed by HandBrake-gui-0.9.5-1.fc14.i686
libwebkitgtk-1.0.so.0 is needed by HandBrake-gui-0.9.5-1.fc14.i686
libz.so.1(ZLIB_1.2.2.3) is needed by HandBrake-gui-0.9.5-1.fc14.i686
libz.so.1(ZLIB_1.2.3.3) is needed by HandBrake-gui-0.9.5-1.fc14.i686
|
If I having Centos6.
I checked the required library in /usr/lib what I got was:
libnotify.so.1
libwebkitgtk-1.0.so.2
libz.so.1
So the version of my library is higher than the required dependency.
Anyone know how to solve above dependency hell?
Last edited by fhleung; 07-26-2011 at 09:28 PM.
|
|
|
|
07-27-2011, 05:55 AM
|
#9
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,759
|
Post # 8, @fhleung.
If you are trying to install a Fedora 14(15) handbrake package into the Fedora 12
based CentOS 6: That's not a real dependency issue. It's just an impossible action.
As you can see from other handbrake posts, the application is easy to build :
The CentOS 6 package, handbrake-0.9.5-2el6.i686.rpm can be downloaded here ..
https://docs.google.com/uc?id=0B7S25...nload&hl=en_US
..
|
|
|
|
08-01-2011, 11:40 PM
|
#10
|
|
Member
Registered: Aug 2004
Distribution: Fedora, Debian
Posts: 276
Rep:
|
The file from your link works like a charm! Thank you so much!
Sorry, I still not understand the dependency concept. If I having latest/higher version of package (Fedora 15), is it possible to install into (Fedora 12) ?
for example, if I already having python 2.6
Code:
rpm -ivh package-Python2.4.noarch.rpm
error: Failed dependencies:
/usr/bin/python2.4 is needed by package.noarch
Last edited by fhleung; 08-02-2011 at 05:20 AM.
|
|
|
|
08-02-2011, 09:13 AM
|
#11
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,759
|
rpm -Uvh application-Python2.4.noarch.rpm :
It's a package built by using python version 2.4 .
May or may not depend on python-2.4.
Using rpm to install packages should be an exception.
And using packages from another OS : A few will work.
But why are you trying to install alien packages ? ?
Generally : Use only # 'yum install' for package installs.
The most used 10,000 packages are avilable from CentOS or EPEL :
https://fedoraproject.org/wiki/EPEL
Other repositories, which you can add (temporarily) :
http://wiki.centos.org/AdditionalResources/Repositories
→ Some 3rd party repositories must be disabled at update, to avoid conflicts.
Yum-Priorities : http://wiki.centos.org/PackageManagement/Yum/Priorities
..
|
|
|
|
11-28-2012, 10:52 PM
|
#12
|
|
Member
Registered: Aug 2004
Distribution: Fedora, Debian
Posts: 276
Rep:
|
Dear knudfl,
Frist of all, thank you for help last time, sorry for my stupid, I got similar question again.
Quote:
|
That's not a real dependency issue. It's just an impossible action.
|
Inside /usr/lib directory, there was many, and one of the files like
/usr/lib/libstdc++.so.6
but application (IBM DB2) require version libstdc++.so.5
Question: can several library fileS be TOGETHER ? like libstdc++.so.6, libstdc++.so.5, libstdc++.so.4 etc...
Last edited by fhleung; 11-28-2012 at 10:55 PM.
|
|
|
|
11-29-2012, 04:02 AM
|
#13
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,759
|
Quote:
Can several library fileS be TOGETHER ?
like libstdc++.so.6, libstdc++.so.5, libstdc++.so.4 etc.
|
Of course they can. Different file names = No conflicts.
There are many libraries, that you can have in different versions.
libstdc++.so.5 package names :
Mandriva, Debian : libstdc++5
Fedora, CentOS : compat-libstdc++-33
.
|
|
|
|
11-29-2012, 04:37 AM
|
#14
|
|
Member
Registered: Aug 2004
Distribution: Fedora, Debian
Posts: 276
Rep:
|
Please Please help me UNTIL I can get through it: install IBM DB2 version 9.5 which require
libstdc++.so.5
OS: Centos 6
current library file: /usr/lib/libstdc++.so.6
So I need to find the older version of this library? Thank you
Last edited by fhleung; 11-29-2012 at 04:38 AM.
|
|
|
|
11-29-2012, 04:53 AM
|
#15
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,759
|
Post # 14
Please see post # 13 :
The package name 'compat-libstdc++-33' provides libstdc++.so.5 :
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7
Solution : # yum install compat-libstdc++-33
.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:57 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|