Hello again
I am trying to install OX on CEntos 5.5 and I am following the installation guide step-by-step.
When I try to install the meta-packages described in the guide. (page 16)
I get
I have installed Java on the server.
If I run: rpm -qa | grep java I get
Also rpm -qa | grep jre gives out
Clearly, it complains about java-sun but I can't find what package provides java-sun.
The whatprovides command does not find any matches. Does anyone have any suggestions, please?
Many thanks
I am trying to install OX on CEntos 5.5 and I am following the installation guide step-by-step.
When I try to install the meta-packages described in the guide. (page 16)
Code:
yum install mysql-server open-xchange-meta-singleserver \ open-xchange-authentication-database open-xchange-spamhandler-default
Code:
open-xchange-server-6.18.0.0-20_22.1.noarch from ox has depsolving problems --> Missing Dependency: java-sun is needed by package open-xchange-server-6.18.0.0-20_22.1.noarch (ox) Error: Missing Dependency: java-sun is needed by package open-xchange-server-6.18.0.0-20_22.1.noarch (ox) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
If I run: rpm -qa | grep java I get
Code:
tzdata-java-2010l-1.el5 java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5 java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
Code:
jre-1.6.0_24-fcs
The whatprovides command does not find any matches. Does anyone have any suggestions, please?
Many thanks
Comment