Install package for Firefox 30.0 on Sun Solaris 10 SPARC?

Looking for the latest Sun Solaris 10 SPARC package for Firefox 30. It appears it either has not been posted yet or development of Firefox on Sun Solaris has halted.
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/contrib/
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/contrib-localized/
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/30.0/contrib/
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/30.0/contrib-localized/
Package name should be similar to "firefox-30.0.en-US.solaris-10-fcs-sparc-pkg.bz2".
Thank you!

Mozilla does not tar packages for all linux platforms, but some third party repositories do. I did find: [http://unixpackages.com/packages/mozilla]
[http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/30.0/linux-i686/en-US/] AND [http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/30.0/linux-x86_64/en-US/]
How to build Firefox [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Linux_Prerequisites]

Similar Messages

  • How to install Apache Web Server with PHP on Sun Solaris Sparc machine

    Hi,
    We are trying to install the Apache Web Server and the PHP package on a Sun Solaris Sparc machine running on SunOS 5.8. We are having compilation problems with the source code of both these packages.
    Does anybody know if there are ready solaris packages for Apache and PHP available from where we can download and install instead of source code compilation?
    Or any instructions / things to watch for when installing Apache with PHP (if anybody has tried installing Apache with PHP on Sun Solaris earlier) is most welcome.
    Thanks,
    Harish

    Apache should be bundled along with Solaris check in "/var/apache" in Solaris 8 and Solaris 9
    php is available at www.php.net
    I found an old document for installing PHP maybe this will help.
    Cheers
    -Dhruva
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++Installing PHP 3.x for Apache 1.x.x on Solaris
    Introduction
    This document describes how to install PHP for Apache on Solaris.
    You should have Apache installed before trying to install PHP.
    If you want to use PHP with MySQL then you must install MySQL first.
    Before we Begin
    1. These instructions assume that you have Apache installed according to instructions.
    Getting PHP
    1. You must be logged in as root to perform this installation.
    su root
    2. I save all my downloads in:
    /usr/local/dist
    If you don't already have one, you may need to create that directory now:
    mkdir /usr/local/dist
    3. You can get PHP 3.0.14 from here(www.php.net).
    cd /usr/local/dist
    ftp ftp.php.net
    cd pub/distributions
    bin
    get php-3.0.14.tar.gz
    bye
    Installing PHP
    1. We will install PHP in /usr/local/build, but use a tricky tar command
    to do it in on hit from the download directory:
    cd /usr/local/dist
    tar xvfz php-3.0.12.tar.gz -C ../build
    Compiling PHP
    1. First let's get where the action is:
    cd /usr/local/build/php-3.0.14
    2. You now have 3 options:
    * Simple PHP install without MySQL - goto step 3
    * Simple PHP install with MySQL - goto step 4
    * Custom PHP install - goto step 5
    3. Simple PHP install without MySQL. Next, jump to step 6.
    ./configure --with-apache=../apache_1.3.12
    4. Simple PHP install with MySQL. MySQL must be installed before you can configure PHP to use it. I recommend that MySQL should always be reachable with /usr/local/mysql. Even if you install it else where you
    should create a symbolic link from /usr/local/mysql. Otherwise the compiler can have problems finding the mysqlclient library. The command
    should look like this:
    ./configure with-mysql=/usr/local/mysql with-apache=../apache_1.3.12
    Next, jump to step 6.
    5. Custom PHP install. Take a look at the available configuration directives by using this command:
    ./configure --help
    6. Now we can make the PHP executable. This may take a while.
    make
    7. Now we install the PHP module with:
    make install
    Adding the PHP Module to Apache
    1. Now we have to setup Apache to include the PHP module:
    cd ../apache_1.3.12
    2. Re-configure Apache to use the PHP module. You should use your previous Apache configure command along with the PHP activate module directive.
    You can see your previous Apache configure command by doing:
    cat config.status
    You can configure Apache using the previous command with the added PHP module by doing:
    ./config.status --activate-module=src/modules/php3/libphp3.a
    If you used the simple Apache install from instructions the command will look like this:
    ./configure prefix=/usr/local/apache activate-module=src/modules/php3/libphp3.a
    3. Make and install Apache with PHP enabled:
    make
    4. We need to stop the server before installing the files:
    /usr/local/apache/bin/apachectl stop
    5. Now we can install the new binaries:
    make install
    6. Start apache again (now running the new php enabled version):
    /usr/local/apache/bin/apachectl start
    Setting Up PHP
    1. We have to tell Apache to pass certain file extensions to PHP. We do this in Apache's httpd.conf file.
    cd /usr/local/apache/conf
    2. Edit the httpd.conf file. If you do a search for php you will find a couple of commented out lines telling Apache to use the PHP module. You should uncomment them to look like this.
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    3. I prefer to use the extension .phtml, you can use whatever extension you like (even .html) by adding lines to httpd.conf like this:
    AddType application/x-httpd-php3 .phtml
    Check that it Works
    1. We have to restart Apache to make these changes take effect on the running server.
    cd /usr/local/apache/bin
    ./apachectl restart
    2. Apache should now be running with PHP enabled. The server version should include PHP/3.0b2.
    ./apachectl status
    Apache Server Status for dev.synop.com
    Server Version: Apache/1.3.9 (Unix) PHP/3.0.12
    Server Built: Oct 25 1999 00:37:07
    3. Now it is time to test PHP with a page. The simplest thing to do is create a page called test.php3. My file is here. This file contains the
    following text:
    <?php phpinfo(); ?>
    4. Point your browser at this file on the virtual host which you used:
    http://localhost/test.php3

  • Can't create a silent install package for Captivate 7 with AAMEE

    I'm trying to create a silent install package for Captivate 7. It doesn't appear that this works with AAMEE. Has anyone been able to do this? If it won't be possible with AAMEE, is there a way to do it with cmd line switches?

    Hi,
    You would need to use Adobe Creative Cloud Packager to create a deployment package and deploy Captivate 7 as AAMEE does not supports Captivate 7.
    Please refer the documentation available at - http://helpx.adobe.com/creative-cloud/packager.html
    Hope this helps.
    Regards,
    Sharad
    P.S - Creative Cloud Packager would be deployed under your Adobe LWS account. In case you do not have it available in LWS, then please P.M me your email address and I will get that processed.
    Regards,
    Sharad

  • Can't Install Flash for Firefox

    I was prompted today by Firefox to install the latest version of Flash. Unfortunately, the installer says I have insufficient permissions for the file C:\Windows\SysWOW64\Macromed\Flash\NPSWF32.dll. As I understand it, that would mean I don't have administrative permissions, but I do. I am on the only account on this computer, an administrator account.
    I downloaded the uninstaller to try to start fresh. It uninstalled successfully, but when I tried to install, I get the same error. Now I have no flash at all for Firefox.
    I tried to use IE instead, and that worked perfectly. I can view flash content in IE now fine. Unfortunately, I guess I have to install it for Firefox separately, because I still can't view flash content in Firefox.
    I am using the latest version of Firefox on Windows 7 64 bit. Does anyone have any idea what to do?

    alliaphagist wrote:
     NPSWF32.dll has a modified date of 7/17/2009.
    That sounds quite old!  Can I assume that all other files in that folder are newer?
    Can you try the following:
    open a Command Prompt (Start | Run | type cmd )
    in the Command Prompt window type this sequence of commands
    cd \
    cd Windows\SysWOW64\Macromed\Flash
    regsvr32 /u NPSWF32.dll
    exit
    (You can copy and paste, or type everything in just lowercase characters.)
    Next open Windows Explorer, go to C:Windows\SysWOW64\Macromed\Flash and delete NPSWF32.dll (also install.txt, as it is probably also old).
    If you cannot delete that file, what error message do you get?
    P.S. there should be no web browsers running when you do all the above.
    P.P.S. see next post...

  • Install package for NTFS-3G STABLE Version 2012.1.15

    Hi,
    I've had NTFS-3G installed for quite a while in order to be able to read and write to and from NTFS formatted hard disks. I just realized my version is very old and I wanted to install the latest version (NTFS-3G STABLE Version 2012.1.15). When I go to the download page (http://www.tuxera.com/community/ntfs-3g-download/) however I see that the link for the Mac OS X install package
    NTFS-3G for Mac OS X
    takes you to an old blog page with an old version of the software. The main link (http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz) takes you to a .tgz file which, when uncompressed, shows the source code with instructions to be compiled within the Linux platform. I have been googling for quite a while and I can't find a .dmg, .pkg or .mpkg install packages for the latest version. Has anybody been able to install this version on a Mac? If so, can you give me a hand to install it myself? Any pointers to a .dmg, .pkg or .mpkg install package would be really appreciated. Thanks in advance.
    JM

    But they did in the past. You can find the .dmg files for previous versions. In the official user guide you find the following instructions for installation:
    "Installing NTFS-3G is not more complicated than installing any other program, as it uses the standard Mac OS X package format to install itself.
    Just double click the package NTFS-3G.pkg and follow instructions. "
    As I said before, they also provide a link for the current Mac OS X version of the latest stable build of NTFS-3G, not the Tuxera NTFS (which is their commercial product). The link just happens to take you to an outdated page. This makes me think that there must be some compiled package somewhere.
    In case that is not possible, can anybody provide a pointer to instructions on how to compile it from source?
    JM

  • Link to downoad the OBIEE software for Sun Solaris sparc 64 bit

    Guys,
    Help me out to know from where i can get software of OBIIEE(Siebel) for installation on Sun Solaris sparc 64 bit.? Its's urgent
    reards
    Prashant

    Such specific software is not available on OTN, you have to contact an Oracle sales representative.
    Werner

  • When is OSM 7.0 available on Sun Solaris Sparc 64 bit ?

    Hi
    Does anyone know when is version 7.0 of OSM will be available for download for Sun Solaris SPARC (64bit) ?
    Currently, only version 6.3.1 is available from edeliver.oracle.com for Sparc 64bit, as far as I can see, I can only find "Oracle Communications Order and Service Management 6.x Media Pack".
    For Linux, version 7.0 was made available on edelivery.oracle.com early this year.
    Regards
    Alf Hogemark

    It is available now.
    OSM 7.0 for Solaris Sparc 64-bit and for HP-UX Itanium were both made available on Oracle E-Delivery (www.edelivery.oracle.com) as of earlier this week.

  • Installing oracle 10.2.0.2 x86 on solaris sparc 64bit

    hi,
    Can i install oracle 10.2.0.2 x86 on solaris sparc 64 bit server.
    Regards,
    Veeresh S

    Can i install oracle 10.2.0.2 x86 on solaris sparc 64 bit server.No as x86 and SPARC are different architectures.

  • Can't Install Quicktime for Firefox under W2K

    I am unable to install Quicktime with Firefox. I am running W2K.
    The current version doesn't support Quicktime. I'm not able to find a version that does.
    Any suggestions?
    Fred

    http://www.apple.com/support/quicktime/
    Click the "Older versions" link and search for 7.1.6. I believe it is the last version to run on your OS.

  • Problem installing packages for SQL monitoring activites - in OEM dbcontrol

    hi guys,
    possible to reinstall the OEM (dbconsole)component as i am having alot of running issues with it.
    i do not intend to emca drop repository as the repository cannot be drop successfully as well.
    ( base on the emca log - i am stuck at
    Getting temporary tablespace from database ) - log just stop at there.
    so i went my own way and drop the sysman user
    drop the MGMT_VIEW , the public synonyms and recreate the repository.
    While configuring SQL activity Monitoring, i am suppose required to install packages but i keep getting the <i> cannot compute dynamic properties in time </i> error.
    Went to metalink, search for this error [ID 739993.1], follow the fixed - but is of no help. (any other logs i can look at ?)
    So i just want to reinstall this whole piece of thing again, but not sure whelther it is possible or not (as i think the dbconsole comes with the oracle software installation).
    What should i do ?~~ I been trying this for days and hours .
    any advices, gurus
    - Desperate and angry noob.
    Regards,
    Noob

    Solved....
    Although I add the same ILOM versions on both servers (2.0.2.6) I updated the ILOM to 3.0.6.15 and everything was installed successfully.

  • Where can I find the quick install package for EBS extensions for Endeca?

    I want to install EBS extension for Oracle Endeca 12.1.3.4.
    Where can I find the quick install package in the edelivery.oracle.com site? Which Product Pack should I select in the site?

    If you're getting a "This update requires Mac OS X version 10.7" message, than you have the updater and not the full installer. Go to your Purchases section of the Mac App Store and you should see the full version there. But it may be 10.7.5, though in my system is shows as being from 2011 which would appear to be the original version.
    As to Mountain Lion, that's supported only on the Early 2008 Mac Pro or newer.
    Regards.

  • Which install package for Safari 3.1?

    Hi: DL Safari 3.1 and have 2 install packages: one for Universal and other for PPC. I dl Safari 3.1 for Tiger, have a MBP running 10.4.11. Is the PPC version the one I should use?
    Thanks

    Hi: Thank you to both Quicktime Kirk and Klaus1 for your replies that solved my question. I was going to mark both as solvers but see that I can only do one. Quicktime Kirk: your answer was more than helpful.
    Thanks again!

  • Where can I find Flash and Acrobat Install packages for Mac OS X?

    I'm managing over 200 Macs, and I need the Package Installs for Flash and Acrobat, and I need them everytime you decide to release an update.
    Our Department has licenses for 50 copies CS 6 Design & Web Premium, but the Adobe Manager doesn't manage Flash or Acrobat updates.
    Do you have Mac OS X Packages for these Apps?

    Technical resources for IT
    Adobe Reader Enterprise Deployment
    Flash Player enterprise deployment
    Mylenium

  • Installation,Patching and cloning for 11.5.10 on sun solaris

    Can anyone guide on complete installation , patching and cloning of EBS 11.5.10 on sun solris environment
    Sun solaris command reference would be added advantage.
    Manish

    Hi,
    Can anyone guide on complete installation , patching and cloning of EBS 11.5.10 on sun solris environment
    Installation:
    Installing Oracle Applications: A Guide to Using Rapid Install
    http://download.oracle.com/docs/cd/B25284_01/current/acrobat/r115102ins.pdf
    Note: 316806.1 - Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    Note: 294932.1 - Recommendations to Install Oracle Applications 11i
    Patching:
    Maintaining Oracle Applications Documentation Set
    http://download.oracle.com/docs/cd/B25284_01/current/html/docset.html
    Note: 457566.1 - Oracle Applications Patching FAQ for Release 11i
    Note: 130608.1 - adpatch Basics
    Sun solaris command reference would be added advantage.System Administration Commands
    http://docs.sun.com/app/docs/doc/816-5166
    Regards,
    Hussein

  • Installing and Conifuguring Oracle 9i/10g on Sun Solaris

    Hi,
    I am planning to install Oracle 9i/10g on Sun Solaris. Below are the activities I need to do. Can some body provide me Step-by-Step procedure to be followed for below activities.
         Pre-Installation Activities
         Creating a install User
         Configuring OS Memory and shared memories
         Creating distinct file systems for Oracle -- Capacity planning
         Installing the product
         Post product installations
    Thanks in Advance
    Sampath

    Please have a look in the document "Installation Guide" found here on Oracle Technology Network (OTN). All your questions are answered there!!!

Maybe you are looking for