Find the answer to your Linux question:
Results 1 to 7 of 7
I downloaded firefox and tar -zxvf it and now I have Code: user@adminPC:~/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 ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    54

    Installing FireFox

    I downloaded firefox and tar -zxvf it
    and now I have
    Code:
    user@adminPC:~/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
    now what???
    how to start installation?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    there is no need to do anything. firefox comes as pre-compiles binary. type firefox and FireFox will pop-up. create symlink of firefox file in Menu OR on Desktop.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Posts
    54
    if I type firefox, it says u can install it from sudo apt-get....
    and there are many things there and I cant figure out which one is the firefox installation

    anyway, I did this
    user@adminPC:~/FireFox/firefox$ ./firefox
    ./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    user@adminPC:~/FireFox/firefox$

    what should I do?

  4. #4
    Linux User nalg0rath's Avatar
    Join Date
    Sep 2004
    Location
    Stockholm
    Posts
    303
    You need to install libstdc++:
    Code:
    # apt-get install libstdc++5

  5. #5
    Just Joined!
    Join Date
    Aug 2005
    Posts
    54
    ok... but what is libstdc++?

  6. #6
    Linux User nalg0rath's Avatar
    Join Date
    Sep 2004
    Location
    Stockholm
    Posts
    303
    I believe it is a runtime library for C++ programs compiled with GCC (g++).

    Read:
    Standard C++ Library v3 - GNU Project - Free Software Foundation (FSF)
    or google it.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    i would suggest you to install firefox through apt-get or Adept only. it will install all dependencies and create symlinks automatically.
    Code:
    sudo apt-get install firefox
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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