Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 25
hi there i have just finsh the instlation of kubuntu but it does not have realplayer and firefox when i try to install them this problem happened [ahmed@linux:~/Linux programs/FireFox/firefox-1.0.7.installer/firefox-installer$ ./firefox-installer-bin ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Posts
    18

    ubuntu installation programs problem

    hi there

    i have just finsh the instlation of kubuntu but it does not have
    realplayer and firefox

    when i try to install them this problem happened

    [ahmed@linux:~/Linux programs/FireFox/firefox-1.0.7.installer/firefox-installer$ ./firefox-installer-bin
    ./firefox-installer-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    ahmed@linux:~/Linux programs/FireFox/firefox-1.0.7.installer/firefox-installer$]
    and with realplayer the same thing
    please how can i solve this problem
    please help me with the detials
    thank you

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    To me this seems to imply you don't have certain c++ libraries installed.

    To explain,
    Installations in linux work differently from installations in windows. Instead of having EVERYTHING in the installation file, linux assumes that you have (or can get) certain common libraries and other files. This cuts down on the size of the file you have to download, but it does cause people headaches when they find they don't have some necessary files.

    But don't worry there is a way to fix this. First I'll go through the slightly more difficult way,
    To install firefox it is telling you that you need to have libstdc++.so.5 installed. I just did a quick search and found that you need to install this file. Just download it, save it to your home directory and type the following code at the command line,
    Code:
    rpm -U filename.rpm
    After that everything should work ok. Or..... You'll get a complaint saying that it need yet another dependency installed In that case you'll just have to repeat this process.

    I'm not that familiar with ubuntu, so I don't know if there is an easier way of doing this. I know with suse I'd click on "install using yast" and let it do all the hard work. There's quite likely an similar way to do this with ubuntu, but I'll have to leave that to the ubunut experts!!!
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  3. #3
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    You need root permissions to install programs, do the following:
    Code:
    sudo ./firefox-installer
    Since k/ubuntu is based on debian, you should read up about installing programs using apt. See this tutorial, scroll down a bit tilll it talks about installing programs via apt.

    @ smolloy
    Since the OP is using ubuntu, installing via rpm won't do the trick as Ubuntu is based on debian, and Debian can't understand rpm's unless you use a third party program called alien.
    Life is complex, it has a real part and an imaginary part.

  4. #4
    Just Joined!
    Join Date
    Oct 2005
    Posts
    18
    oh

    it does not work

  5. #5
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    Since Ubunto is Debian-based, try

    $su
    (type in your password)
    #apt-get mozilla-firefox

  6. #6
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Quote Originally Posted by sahaf
    oh

    it does not work
    so you are saying that sudo firefox-installer doesn't work? Hmm if it gives the same error, you are going to download that lib and install it (don't download an rpm).

    Or you can see the tutorial that I linked to, read up about apt and install using apt. The advantage of using apt is that if there is any dependancy, apt will download and install it for you.

    To install using apt, just do this command (after setting it up)
    Code:
    sudo apt-get install mozilla-firefox
    Life is complex, it has a real part and an imaginary part.

  7. #7
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Quote Originally Posted by AlexK
    @ smolloy
    Since the OP is using ubuntu, installing via rpm won't do the trick as Ubuntu is based on debian, and Debian can't understand rpm's unless you use a third party program called alien.
    Apologies, I didn't know that. Well, you learn something new everyday don't you?!
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  8. #8
    Just Joined!
    Join Date
    Jun 2005
    Location
    GA
    Posts
    14
    Code:
    sudo apt-get install realplayer

  9. #9
    Just Joined!
    Join Date
    Oct 2005
    Posts
    18
    oh
    please help me how can i solve it

  10. #10
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Quote Originally Posted by sahaf
    oh
    please help me how can i solve it
    Did you try any of the above suggestions?? What happened when you did?? What exactly did you do?? What (if any) were the error messages??
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •