Results 1 to 10 of 11
I am just starting learnning Mandriva Linux 2007, and it is my first linux.
I tried to find from books and from internet how to install a non-KDE application, while ...
- 04-01-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 61
which file is for installation in a .tar.gz archive?
I am just starting learnning Mandriva Linux 2007, and it is my first linux.
I tried to find from books and from internet how to install a non-KDE application, while there is no useful material. for example, I just download the Mozilla firefox-2.0.0.3.tar.gz, and I don't know how to install?, just yesterday, I download Avast! linux home edition antivirus (RPM package), it was installed, but it didn't work automatically just like it does in Windows, and I still can not use it for the time being.
I like the Mandriva Linux 2007 and keen to be a linux user, but it seems too difficult and too complicated for a beginner, I need helps and hope someone can tell me how to do?
Thanks a lot!
Paul
from Taiwan
- 04-01-2007 #2
Hi chunchengch,
Welcome to the LinuxForums.
right click on firefox...tar.gz file and select Extract here. this will create a 'FireFox' folder. open folder and look for 'firefox' file. double click on it. FireFox 2 will pop up.
create symlink of 'firefox' file in Menu or on Desktop.
check this link, 'How to install Softwares in Linux' for other .tar.gz packages.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-02-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 61
hi devils_casper, need your help again !
hi devils_casper,
nice to meet you on linuxforums !
first, I want to thank you, second, I followed your advise to double click the file 'firefox', while nothing happened, did I miss something ?
these are the files in folder /home/chunchengch/firefox :
[root@so-net firefox]# ls
browserconfig.properties libnspr4.so* mozilla-xremote-client*
chrome/ libnss3.so* old-homepage-default.properties
components/ libnssckbi.so* plugins/
defaults/ libplc4.so* readme.txt
dictionaries/ libplds4.so* removed-files*
extensions/ libsmime3.so* res/
firefox* libsoftokn3.chk run-mozilla.sh*
firefox-bin* libsoftokn3.so* searchplugins/
greprefs/ libssl3.so* updater*
icons/ libxpcom_compat.so* updater.ini
libfreebl3.chk libxpcom_core.so* xpicleanup*
libfreebl3.so* libxpcom.so*
libmozjs.so* libxpistub.so*
need your help again, thanks!
paul
- 04-02-2007 #4Hi !firefox* libsoftokn3.chk run-mozilla.sh*
firefox file is listed in the output of 'ls' command. execute 'firefox' in terminal. post error message here if any.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-02-2007 #5Just Joined!
- Join Date
- Apr 2007
- Posts
- 61
Hi,
[root@so-net firefox]# firefox*
run-mozilla.sh: Cannot execute ./mozilla-firefox-bin.
[root@so-net firefox]#
- 04-02-2007 #6Just Joined!
- Join Date
- Apr 2007
- Posts
- 61
[root@so-net firefox]# ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
- 04-02-2007 #7
^^^ Looks like you need to install gcc. Or make sure your link to it is correct.
'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
--Abraham Lincoln
- 04-02-2007 #8
Originally Posted by chunchengch should solve that.Code:yum install libstdc++.so.5
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 04-02-2007 #9Just Joined!
- Join Date
- Feb 2007
- Posts
- 23
I had a really hard time trying to install firefox 2 I tried many different things but in the end it was very simple. First rename your firefox-bin file to mozilla-firefox-bin then type this into the terminal from your new firefox files dir.
cp * /usr/lib/mozilla-firefox-1.5.0.7
it should then ask if you are ok to overwrite about like 15 times. After this just click your little red fox on the bottom left or however you used to do it. I'm pretty sure that is all I did.
- 04-02-2007 #10Wrong distro
Originally Posted by antidrugue
.
You want to use urpmi to install libstdc++5. I'm not sure the exact package name Mandriva uses so try the following (as root):If that doesn't work, open up the Mandriva Control Center and use the package installer there.Code:urmpi libstdc++ 5
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.


Reply With Quote
