Announcement

Collapse
No announcement yet.

Error: Missing Dependency: java-sun is needed by package open-xchange-server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error: Missing Dependency: java-sun is needed by package open-xchange-server

    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)

    Code:
    yum install mysql-server open-xchange-meta-singleserver \
    open-xchange-authentication-database open-xchange-spamhandler-default
    I get

    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
    I have installed Java on the server.

    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
    Also rpm -qa | grep jre gives out

    Code:
    jre-1.6.0_24-fcs
    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

  • #2
    Which guide did you follow?

    This guide http://oxpedia.org/wiki/index.php?ti...e_for_CentOS_5 requires to specify the centos meta package, which you did not specify.

    Comment


    • #3
      Hi Carsten

      I was following the Open-Xchange Community Edition guide for RedHat, didn't see the link for Centos.

      Meta-packages are successfully installed now.

      Thanks a lot for the help.

      Comment

      Working...
      X