LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-23-2004, 06:10 AM   #46
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46

Well, you are still ontopic, so you don't so much need to start another thread.

What would actually be useful in answering this question is to tell us:

1) What is the complete filename of the file you are trying to open (is it a tar, tar.gz or tar.bz2)

2) What is the exact command you used?

3) What is the text of the error you receive when running this command?

4) Also, what browser are you using... I was under the impression that current versions of many browsers install the Flash Plugin automatically under Mandrake to avoid this very problem, but I could be wrong about that.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 11-23-2004, 09:53 AM   #47
mostwanted
LQ Newbie
 
Registered: Nov 2004
Location: kansas city, MO
Distribution: mandrake 10.0
Posts: 8

Rep: Reputation: 0
1). install_flash_player_7_linux.tar.gz

2). tar -zxvf install_flash_player_7_linux.tar.gz

3). [cannot remember at this point, away from MDK machine. I post later]

4). mozzila

do you think that a newer version of mozzila (firefox) would have this program? I am using MDK 10.0
 
Old 11-23-2004, 10:41 AM   #48
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Well, of course, we still don't know what the problem actually is ;) , but no, you probably don't need to install another version of mozilla (although you could type about:plugins in the address bar and see if the Flash plugin actually got installed).

But I can probably figure out what's going on here, having installed the Flash plugin often enough.

OK, starting from the beginning:

tar -zxvf install_flash_player_7_linux.tar.gz would be the correct command to unpack the tarball. If this fails, it's because you either do not have write permission to the directory where you are unpacking (which is unlikely if you are the same user who downloaded the file), or you are trying to unpack the file while in a different directory than the tarball (in which case you would need to do tar -zxvf /full/path/to/install_flash_player_7_linux.tar.gz to unpack it).

So we will assume that the unpacking went OK. This should result in a script being unpacked (plus possibly some other files, but I don't have time atm to actually download this tarball again and look at it). The first thing you would have to do is chmod +x the script file (whatever_it_is.sh), as scripts packed in tarballs are traditionally not set executable, so you won't be able to run it as-is.

Once you have the script set as executable, you most likely want to open a terminal (the Flash plugin install script must be run from a terminal, because you must accept the licence before it will install, and the licence is displayed in standard terminal output, not a cute popup GUI dialog), then su to root, cd to the directory containing the script, and run the script (./script_name.sh).

IIrc, I also had to create a directory-- /usr/lib/nsbrowser/plugins -- for the plugin to install. It's a bit behind the times, apparently; it seems that older versions of Mozilla/Firefox did create some shell Netscape directories, whether or not you had the Netscape browser installed, but current versions do not. However, the stupid Flash plugin is living in some past paradise where the standalone Netscape browser still is relevant. Don't ask me. In any case, this old version didn't seem to recognize /usr/lib/mozilla/plugins as a valid directory (much less /usr/lib/MozillaFirefox/plugins), so I gave it what it wanted. However, both Mozilla and Firefox have this folder set as a default plugin search path, so the plugin should be properly found once installed.

Hope this helps, despite not having the actual error output (though of course you are certainly welcome to provide it, if I've guessed wrong).
 
Old 12-01-2004, 02:59 PM   #49
faada
LQ Newbie
 
Registered: Dec 2004
Distribution: Mandrake 10.1 Dual Boot with WinXP
Posts: 5

Rep: Reputation: 0
motub, i read your second post on this thread and almost stood up and clapped I was completely frustrated after being told not to d/l and install tar.gz files, and to use the software manager instead.

I googled for software repositories forever and was about to give up when I had to ask a buddy of mine who knows linux.

I was shocked at the lack of info in these repositories on mandrake's sites.

What you said captured my frustrations so precisely.

Oh, and thank for hte how-to post as well
 
Old 12-01-2004, 03:16 PM   #50
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46


(You're welcome, glad to help.)
 
Old 12-01-2004, 03:16 PM   #51
faada
LQ Newbie
 
Registered: Dec 2004
Distribution: Mandrake 10.1 Dual Boot with WinXP
Posts: 5

Rep: Reputation: 0
I have a related question, I originally had 2 CD drives in my pc on the second controller, I removed the primary drive (hdc) and upon trying to install a piece of software I was prompted to insert mandrake cd2 into hdd, I did so but somehow the installation would not accept it.

I then shut down and switched the jumper to make the remaining cd drive primary, tried some stuff, including editing the installation CD2 URL in the software manager but had problems when I saved the changes.

I eventually set the jumper back to slave and used the drive as HDD tried to set the url for cd2 in software manager back to what it was before but i'm having no luck.

Currently the entries for cd2 (which is not working) are

URL: removable://mnt/cdrom/media/main2
Relative path...: ../../media/media_info/hdlist2.cz

for cd3, (which seems to be ok, i haven't touched this one)

URL: removable://mnt/cdrom/media/main3
Relative path...: ../../media/media_info/hdlist3.cz

Can anyone help here?

thanks much
 
Old 12-01-2004, 03:22 PM   #52
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
OK, as stupid as this sounds, have you checked the CD itself (i.e., is it perfectly clean)? If CD3 is OK when it uses exactly the same entry as CD2, that suggests that the CD itself is not readable, which suggests that it is physically dirty.

You'd be surprised how many such errors can be solved with a little warm water/dishwashing liquid+warm water/glass cleaner (just make sure you dry the CD completely before use).
 
Old 12-01-2004, 09:01 PM   #53
faada
LQ Newbie
 
Registered: Dec 2004
Distribution: Mandrake 10.1 Dual Boot with WinXP
Posts: 5

Rep: Reputation: 0
yep, checked it and it seems to be fine.
 
Old 12-02-2004, 12:22 PM   #54
ben_build#2.1.0
Member
 
Registered: Apr 2004
Distribution: Fedora Core 3
Posts: 240

Rep: Reputation: 30
time for me to jump in here. thank you for giving this tutorial, and I tried adding one server to my urpmi list. This went fine. I tried adding the /devel/10.1/ server, but the list file it downloads is 25 MB large. As some of you know, I am on dialup and it would take me 3.5 hours to download that list. Can anybody point me to a website where I can download the list on?

Also, can anybody tell me how I could transfer the list (from a USB flash drive to the Linux box)?
 
Old 12-02-2004, 12:34 PM   #55
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Does the server you are trying to add not have a synthesis.hdlist.cz (in addition to the hdlist.cz)? The synthesis.hdlist.cz is the same info but a smaller file, suitable for dial-up users. If you're using Easy URPMI (which website can now be found at http://easyurpmi.zarb.org/ ), there is a checkbox to output the server commands using the synthesis list rather than the "full service" list.

Sorry, no USB drives, so I couldn't reliably help you with that.

I'll change the Easy URPMI link in the original post to avoid confusion.

Hope this helps.

Last edited by motub; 12-02-2004 at 12:59 PM.
 
Old 12-02-2004, 12:43 PM   #56
ben_build#2.1.0
Member
 
Registered: Apr 2004
Distribution: Fedora Core 3
Posts: 240

Rep: Reputation: 30
sweetness. Thanks. I will try using that option tonight.

(now we don't have to worry about transferring files to and from my USB flash drive


**update: thank you again. I'm currently installing gcc-c++ (which was missing in my devel isos. )


Last edited by ben_build#2.1.0; 12-02-2004 at 02:50 PM.
 
Old 12-15-2004, 12:16 AM   #57
bmagnois
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
Question Need Help Mandrake 10.1 RPM install bind-9.3.0

Hi there,

Can you please help me why I am getting this error message on an RPM install? I have Linux Mandrake 10.1 running under VMWare version 4.5.2 and SSH Secure Shell version 3.2.9. My PC is running Windows XP/SP2 as main OS (virtual machine). Trying to install bind-9.3.0 via rpm or urpmi. Appreciate your help...

BobM
Here are details of my problem:

[root@localhost downloads]#
[root@localhost downloads]# ls -l
total 16812
-rw-r--r-- 1 bmagnois bmagnois 4341525 Dec 14 2004 bind-9.2.3-6mdk.i586.rpm
-rw-r--r-- 1 bmagnois bmagnois 3982775 Dec 14 2004 bind-9.3.0-3mdk.i586.rpm
-rw-r--r-- 1 root root 8854208 Dec 13 22:42 webmin-1.170-1.noarch.rpm
[root@localhost downloads]#
[root@localhost downloads]# urpmi bind-9.3.0-3mdk.i586.rpm
error: bind-9.3.0-3mdk.i586.rpm: MD5 digest: BAD Expected(4ebd7624d4cde29de38f8ed54bca1a3c) !=

(47d709684fd6ca4cec4cde254cb132a0)
unable to register rpm file
Everything already installed
[root@localhost downloads]#
 
Old 12-15-2004, 12:21 AM   #58
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
It means there is a bad checksum on your rpm. Try downloading it again or using an official Mandrake repository via urpmi. The instruction are available at the easyurpmi website.
 
Old 12-15-2004, 12:23 AM   #59
bmagnois
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
Problem with RPM install in Mandrake 10.1

Please provide help if anyone has a solution to this error/problem (bind-9.3.0 rpm install under Mandrake 10.1):

[root@localhost downloads]#
[root@localhost downloads]# ls -l
total 16812
-rw-r--r-- 1 bmagnois bmagnois 4341525 Dec 14 2004 bind-9.2.3-6mdk.i586.rpm
-rw-r--r-- 1 bmagnois bmagnois 3982775 Dec 14 2004 bind-9.3.0-3mdk.i586.rpm
-rw-r--r-- 1 root root 8854208 Dec 13 22:42 webmin-1.170-1.noarch.rpm
[root@localhost downloads]#
[root@localhost downloads]# urpmi bind-9.3.0-3mdk.i586.rpm
error: bind-9.3.0-3mdk.i586.rpm: MD5 digest: BAD Expected(4ebd7624d4cde29de38f8ed54bca1a3c) !=

(47d709684fd6ca4cec4cde254cb132a0)
unable to register rpm file
Everything already installed
[root@localhost downloads]#

Last edited by bmagnois; 12-15-2004 at 12:24 AM.
 
Old 12-15-2004, 03:52 AM   #60
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Did you understand my post? Your rpm is somehow corrupt, hence the bad (checksum) so you need to download it again or try and install it using urpmi. Also to make sure that it's not already installed as your error report is implying, do

$rpm -qa | grep -i bind

This will print the version of bind thats currently installed on your system.

To forcefully install it (which I wouldn't recommend since it seems corrupt) you can do

$rpm -Uvh --force packagname.rpm
 
  


Reply

Tags
rpmdrake



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing an RPM or Tar.GZ package on CDROM in Command Line. mr.linux.noob Linux - General 10 10-28-2008 01:04 AM
.tar.gz and .tar.bz and .src.rpm how to rpms gadekishore Linux - Software 2 10-13-2005 12:51 AM
Is there a way to transform tar.gz into rpm or is there a GUI for tar.gz MElipse Linux - Newbie 2 04-11-2004 04:31 AM
.rpms, .tar.gz, .tgz, .src.rpm, & .tar.bz2 whoots Mandriva 10 10-18-2003 12:08 PM
Diferance between rpm, tar, tar.gz, scr.tar, etc mobassir Linux - General 12 08-21-2003 06:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 01:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration