How to upgrade Php Version in solaris 10 SPARC ?

How to upgrade php  Version 5.4.7 to latest version 5.5.3?
Do we need to uninstall current version(5.4.7) and install latest version(5.5.3)?
Or is there any way to upgrade directly.

I'm suggesting to remove the initial package and then install a new version that is in the same package format.
You can also compile it and modify the target installation directory during the compilation.

Similar Messages

  • How to upgrade SAPCAR version?

    Hi gurus,
    I am trying to apply support packages using SPAM. But whenever i am
    trying to upload the Support Packages through frontend i am getting
    following error:
    "CAR error message: SAPCAR: can not change date
    for /usr/sap/trans/EPS/in/CSR0120031469_0034275.ATT"
    I down;loaded again the support package but still getting the same
    error.
    I tried to uncar the same in the application server but i still got the
    error while doing SAPCAR -xvf.
    I have got a solution to upgrade the version of SAPCAR. but i dont know how to do it?
    how to upgrade the version OF SAPCAR.
    Thanks & Regards,
    Priya

    Hi Priya..
    You don't need downtime to change permissions...
    You can run "/sapmnt/IRQ/exe/saproot.sh" script as ROOT user to set the permissions on Kernel Directory.
    OR
    Do as follow:
    # chown -R irqadm:sapsys /sapmnt/IRQ/exe
    # chmod -R 755 irqadm:sapsys /sapmnt/IRQ/exe
    # chmod 4755 /sapmnt/IRQ/exe/saposcol
    # chown root:sapsys /sapmnt/IRQ/exe/saposcol
    After that don't forget to set the permissions of BRTools (brbackup, brrestore, brarchive, brspace etc.) according to below note.
    [113747 - Permissions for DBA tools BRTools and SAPDBA.pdf|https://service.sap.com/sap/support/notes/113747]
    Regards.
    Rajesh Narkhede
    Edited by: Rajesh Narkhede on May 14, 2010 3:51 PM

  • How to upgrade labview version 7 to version 8

    Hi,
    1. I wish to know how to upgrade labview version 7 to version 8?
    2. If I save my VI under labview 7, how can I run in labview 8 and back to labview 7. What are the steps needed?
    Ridwan

    Yes, the option that Mike is speaking of is called File » Save for Previous Version ....
    LabVIEW 7 files will automatically open with LabVIEW 8, you don't need to do anything special.
    Kameralina
    Ask NI (ni.com/ask)
    Search The KnowledgeBase
    NI Developer Zone
    Measure It. Fix It. ni.com/greenengineering/
    NI Vision ni.com/vision/

  • How to upgrade old version of MacPro 1.1 with Lion 10.7.5 to Mountain Lion? There is some way by inserting 64 bit instead od 32bits. Reply to Stefan Erix

    How to upgrade old version of MacPro 1.1 with Lion 10.7.5 to Mountain Lion? There is some way by inserting 64 bit instead od 32bits. Reply how to do it to Stefan Erix, Uppsala, Sweden
    <Email Edited by Host>

    If you are a developer, or have a similar personality, there is an aftermarket EFI-64 "work-alike" program you can load into memory instead of 64-bit firmware. It is too complicated for regular folks.
    You must already have upgraded your Memory and your graphics card to use this solution, and your Mac will not operate quite normally. Any problems with it are unsupported.

  • How to upgrade the version above 10.4 in free

    hello,
    Now the version of my Mac OS X system is 10.3.9. How to upgrade the version above 10.4 in free.
    Thanks very much!

    You can't.
    An upgrade from 10.3.x to 10.4 is a paid upgrade.
    You need to purchase a retail copy of 10.4.

  • How to upgrade from version 3.2 to version 4

    Current using SQL Developer version 3.2.09.
    OS: SUSE Linux 11
    How to upgrade from version 3.2 to version 4?
    Thanks
    Scott

    Current using SQL Developer version 3.2.09.
    OS: SUSE Linux 11
    How to upgrade from version 3.2 to version 4?
    The documentation is your friend.
    All of that is explained fully in the Oracle documentation.
    Oracle makes their documentation available for FREE download. The Sql Developer Installation Guide covers nothing BUT how to install and upgrade the product.
    https://docs.oracle.com/cd/E39885_01/doc.40/e38928.pdf
    The user guide is also available
    https://docs.oracle.com/cd/E39885_01/appdev.40/e38414.pdf

  • I have a mac g5 with version 10.4.11 and wanted to know how to upgrade to version 10.5.8?

    I have a mac g5 with version 10.4.11 and wanted to know how to upgrade to version 10.5.8?

    If you call Apple at 1 800 MY APPLE, you can get a set of retail replacement discs of OS X 10.5 Leopard.
    Apple is supplying these on white DVDs for less than $20.
    You'll need to give them your Mac's serial number.
    See this link here.
    https://discussions.apple.com/message/21504111#21504111
    These were reported to work on any PowerMac G4 or G5.

  • 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

  • How to Upgrade PHP 5.3.6 to 5.3.7

    I've been advise by GoDaddys Web Scan Security product to upgrade my current PHP version 5.3.6 to version 5.3.7 as the newer version fixed some security issues.  I'm running Mac OS X Server 10.6.8 on a MacMini.  I've been Googling around and can't find any easy Mac way by just downloading and clicking the Install/Upgrade button.  I don't want to mess this up.  Has anyone done this or can advise?  I was also advise to upgrade Apache 2.2.20 to 2.2.21 but one step at a time unless there's an easy Mac way for that too. Any advise would really be appreciated.

    1) IP address cannot be assigned on sensing interfaces.
    2) When you say gateway(192.168.1.2) is pingable, do you mean its pingable from the module?
    If so, are you able to ping management IP(192.168.1.1) from the gateway and 192.168.1.0/24 network?
    Regards,
    Vibhor.
    Where are you trying to ping management ip from? What is the source IP address?

  • How to upgrade php?

    what is the best way to upgrade php 5.3.15 to 5.3.5 or later? (10.7.5 server)

    I'm suggesting to remove the initial package and then install a new version that is in the same package format.
    You can also compile it and modify the target installation directory during the compilation.

  • How to Upgrade java version on J2EE Engine Server?

    Hi Experts,
    We are running the NetWeaver 2004s SP 7 with Java version 1.4.2_08 on the server, but we would like to upgrade the system and be able to upgrade to Java version 1.5. How do we start? We would greatly appreciate your responses.
    Thanks,
    -Don P.

    but we would like to upgrade the system and be able to upgrade to Java version 1.5
    Can you explain this more accurately? For example the OS version
    Are you say about SUN or IBM JDK? I'm think you say about SUN JDK ...when only 1.4.2.XXXX can be installed for
    NW 7.0, Do not use
    Java version 1.5
    In any case Try to check the
    Note 709140 - Recommended JDK and VM Settings for the WebAS630/640/7.0
    You will see all JDK/OS mixes and link's to recuired notes ....
    About how to change java version, for example to newest release ? -->
    Note 718901 - How to Change the JDK of the J2EE Engine
    Regards.

  • How to upgrade my version to 2.0

    how to upgrade my ipod to version 2.0

    Do you mean iOS 2.0?  If so, I'm assuming you have a 1st generation iPod Touch.  In that case, use this link to purchase the 3.1 update as 2.0 is longer available directly from Apple.
    http://support.apple.com/kb/HT2052
    B-rock

  • How to upgrade JRE version for Oracle BPEL process manager

    Dear Experts,
    Is it possible to upgrade JRE version of Oracle BPEL ??. If so means then how it is possible ?? what are the measures should I take to achieve the same. Please suggest me. Its very urgent.
    Thanks,
    Rajesh A

    Hi Rajesh ,
    First of all be aware that not all versions of 10.1.3 AS are certified with JDK 6, you need to have at least 10.1.3.4 .
    Next, you can either upgrade the JDK for the whole AS, or just for oc4j_soa component.
    There are several docs on Metalink that explain how to do this, and I recommend to take a backup of your OH before changing the JDK .
    Suppose you already have JDK 6 installed , just edit opmn.xml and add the line
    <data id="java-bin" value="/usr/jdk1.6.0/bin/java"/> <--- here put the path to your JDK
    just below
    <category id="start-parameters">
    of the oc4j_soa component.
    If you have problems just restore the old opmn.xml from backup and you;ll have back your original settings.
    Regards,
    Mihai

  • How to upgrade device version's from BES

    Hi Guys,
    I was wondering if you could help, i've been searching the techincal support section and the forums and could someone point me in the right patch to upgrade blackberry handsets via BES v5.
    I can find the software to upgrade via desktop manager but i want to deploy this through our BES 5.0.1
    also I have BES 4.16 which i am migrating the users onto the new BES via the transporter tool, but i've found our IT Policy creates issues with device version 4.3 and needs to be reactivated when migration is complete.
    So i would also like to upgrade the devices on the old BES before migrated them across.
    So is there a way of upgrading a device version from BES 4.1.6 if so could you also provide instructions?
    Is there any issues when upgrading device versions? would i need to resend the service book? it policy? re-activation?
    thanks in advance, i really appricate this.
    Superfly

    Superfly, I found this link below for pushing the upgrade from 5.0.1mr2,
    but, still nothing for 4.6.
     http://www.port3101.org/port-3101-bes-admin-bar-grill/2336-device-software-bundles-configurations-be...
    particularly: http://www.port3101.org/attachments/port-3101-bes-admin-bar-grill/489d1273607365-device-software-bun...
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to upgrade/install firefox for Solaris 10 on Sparc 64?

    I just installed Solaris 10 on a SunBlade 100, as soon as I completed the install and I opened Firefox. The system asked me to upgrade to the latest version of Firefox, I downloaded the file to the Desktop, then expanded the file into "/usr/lib/firefox/" overriding the older firefox that was there. Then I created a symbolic link to "/usr/bin/".
    Now, Firefox doesn't work at all, no matter what I do, if I click the icon on the Desktop, or click the Firefox icon on the Launch menu, or if I issue commands from the terminal like "./firefox" nothing works.
    Any ideas?
    Any and all help will be really appreciated.

    Hi guys, I also had this situation and since I was not able to convert the package to a datastream, I downloaded it from http: //www. sunfreeware. com/mozilla .html
    They also provide some readme files that can be of help.
    Once you have the datastream package you can install using pkgadd utility.

Maybe you are looking for

  • Speed on the slide

    I have been with bt for 9 months,connection and speed have been consatnt, sync between 3500 and 4000 and an ip profile of 3000 or 4000. two weeks ago the sync speed starts to drop in stages,it finishes up with a sync speed of 1000 and an ip profile o

  • Memory slots on MSI 970 main board

    Hey, So I had a total of 8GB of RAM, in 2 GB sticks so they basically were one in each memory slot. But I upgraded to 16GB (two 8GB sticks) and wondering if it matters which slots they should go in and if they're not in the right slots could that cau

  • Inbound idoc for updating delivery date of purchase order

    Hi All, Our vendor sends a delivery file consisting of delivery date and quantity(could be partial) for line items of a purchase order. I need to update the Purchase order line item with the delivery date and quantity sent from the Vendor. It should

  • Error with Function Module

    Hi Guys, I have created a custom function module ,and transported to Production server,but the thing is am getting an error like "Error generating the test frame".What could be the reason?Give me your suggetions on the same. Warm Regards, Mohandoss P

  • Earlier versions had a Update button to refresh displayed information Where is that button on v. 4.0.1?

    Earlier versions had a Update button to refresh displayed information Where is that button on v. 4.0.1?