- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unable to install mondoarchive on older Mandrake L...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2007 01:37 AM
тАО01-25-2007 01:37 AM
I have an old Mandrake Linux box on which I want to install Mondo.
I assume I need the version related to 8.2 from
# rpm -qa | grep -i mandrake
mandrake_desk-8.2-13mdk
mandrake-release-8.2-1mdk
When I try to install Mondo I get:
# rpm -ivh mondo-1.63-1mdk82.i586.rpm
error: failed dependencies:
mindi >= 0.80 is needed by mondo-1.63-1mdk82
mindi < 0.90 is needed by mondo-1.63-1mdk82
I had already installed other dependencies like afio, cdrtools.
The only packages I could find in the 0.8 to 0.9 range were tarballs; so I chose mindi-0.83.tgz.
I installed it and IтАЩm still receiving the above errors when trying to install mondo.
# find / -name 'mindi*'
/usr/local/sbin/mindi
/usr/local/share/mindi
/usr/local/share/mindi/mindi
/usr/local/share/mindi/mindi-0.83.spec
/home/boucherr/Mondo/mindi-0.83.tgz
/home/boucherr/Mondo/mindi-0.83
/home/boucherr/Mondo/mindi-0.83/mindi-0.83.spec
/home/boucherr/Mondo/mindi-0.83/mindi
Any idea how I can solve the problem?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2007 02:06 AM
тАО01-25-2007 02:06 AM
SolutionAlternative 1:
copy /home/boucherr/Mondo/mindi-0.83.tgz to /usr/src/
copy /home/boucherr/Mondo/mindi-0.83.spec to /usr/src/
run rpmbuild -bb /usr/src/
A resulting rpm file to install with rpm -ivh will be placed in /usr/src/
Alternative 2:
Install mindo from the source and then mondo using:
rpm -ivh mondo*.rpm --nodeps
Alternative 3:
Try to find the mindo rpm package in google.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2007 05:32 AM
тАО01-25-2007 05:32 AM
Re: Unable to install mondoarchive on older Mandrake Linux
The rpm message is requiring rpm packages from mondorescue.org
All of these should be available on that site.
If you try and use an unpacked tarball to meet dependencies you will have to use the --nodeps option to install the software.
I would not rely on the software or its backups under these circumstances.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2007 05:49 AM
тАО01-25-2007 05:49 AM
Re: Unable to install mondoarchive on older Mandrake Linux
I initially tried the first solution provided but could not find "rpmbuild" on the system so I used the --nodeps option.
This seemed to work but executing mondoarchive resulted in hanging the system and forcing a reboot.
Or maybe it's because there is only 64K of memory in the thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2007 01:48 PM
тАО01-25-2007 01:48 PM
Re: Unable to install mondoarchive on older Mandrake Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2007 02:07 AM
тАО01-26-2007 02:07 AM
Re: Unable to install mondoarchive on older Mandrake Linux
I have since successfully built the pachage and run mondoarchive without noticeable errors.
Now I have to test the recovery portion.
Thanks for the help.
Rayb