Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 584 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 666 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
non-secure OS, can't install new versions [ This version is excluded ]
I had apache2 enabled in a zone and installed php52 on top of it. this worked well ast week.
Then someone needed php53, so i deinstalled php-52 and accompying products.
I tried to install php-53 but it complained about a blocked reference
Creating Plan /
pkg install: No matching version of web/php-53 can be installed:
Reject: pkg://solaris/web/[email protected],5.11-0.175.1.0.0.24.0:20120904T174930Z
Reason: All versions matching 'require' dependency pkg:/system/[email protected],5.11-0.175.1.0.0.23.0 are rejected
Reject: pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.2:20120919T185204Z
Reason: This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.0.12.0.4.1:20121002T155703Z
At first i thought i needed to update the Solaris 11 core, so i updated all the OS. I rebooted and tried again, but the same error persists.
I searched for the error and found little info about it. someone mentions that you need a support contract, but WE DO HAVE A CONTRACT!
I tried to get back to php-52, but now also apache-php52 package complains about this so i'm lost completely.
Does anyone know how to solve this?
Then someone needed php53, so i deinstalled php-52 and accompying products.
I tried to install php-53 but it complained about a blocked reference
Creating Plan /
pkg install: No matching version of web/php-53 can be installed:
Reject: pkg://solaris/web/[email protected],5.11-0.175.1.0.0.24.0:20120904T174930Z
Reason: All versions matching 'require' dependency pkg:/system/[email protected],5.11-0.175.1.0.0.23.0 are rejected
Reject: pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.2:20120919T185204Z
Reason: This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.0.12.0.4.1:20121002T155703Z
At first i thought i needed to update the Solaris 11 core, so i updated all the OS. I rebooted and tried again, but the same error persists.
I searched for the error and found little info about it. someone mentions that you need a support contract, but WE DO HAVE A CONTRACT!
I tried to get back to php-52, but now also apache-php52 package complains about this so i'm lost completely.
Does anyone know how to solve this?
Answers
-
I'll ask a Solaris person to look at this post.
Since you have a support contract you could alternatively log a Service Request. Let us know if you do this. -
Hello.
You're mixing versions of the OS which won't work.
Reject: pkg://solaris/web/[email protected],5.11-0.175.1.0.0.24.0
175.1 indicates Solaris 11.1.
Reason: This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.0.12.0.4.1
175.0 indicates Solaris 11.
You need to update the OS to Solaris 11.1.
Give this a read:
http://www.oracle.com/technetwork/articles/servers-storage-admin/howto-update-11dot1-ips-1866781.html
BTW, you can have both php-52 and php-53 installed at the same time
then select which one runs under Apache.
$ man php
should help you there.
If not then come back and we'll get this sorted.
This discussion has been closed.