Which is centos all required software packages

Collapse
X
Collapse
+ More Options
Posts
 
  • Time
  • Show
Clear All
new posts
  • dryphon
    Member
    • Jun 2007
    • 49

    #1

    Which is centos all required software packages

    Hi

    I testing install to centos 5.1
    I see http://www.open-xchange.com/wiki/ind..._Edition_RHEL5

    Which is centos all required software packages.I am not rhn members.

    Thanks
  • tronn

    #2
    I tried to install it on CentOS52, I got all requried RPMS, installation went fine according to the installation guide, create users, start services and so, no problem.

    When I try to access the url(http://server-ip>) that redirects me to http://server-ip/ox6/ The directory don't excitsts, looking in /var/www/html/ no ox6 folder there

    When I try http://server-ip/ajax I get a message that there is no path ???

    Tronn

    Comment

    • Martin Heiland
      Open-Xchange Quality Assurance
      • Feb 2007
      • 3695

      #3
      Hi,

      i just updated the installation manual, seems i missed some packages - sorry.
      Please try the "yum install" part again and you should get the UI.

      @dryphon
      You'll need mysql, httpd (apache2) and sun-java-1.5.0. The additional RHEL channel only needs to be subscribed because RedHat does not supply the java package at the base channel.

      Greetings
      Last edited by Martin Heiland; 07-04-2008, 03:37 PM.

      Comment

      • dryphon
        Member
        • Jun 2007
        • 49

        #4
        Hi
        I reinstelled from repos but get error
        Thanks

        [root@oxhe ~]# apachectl start
        httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/mod_jk.conf: API module structure `jk_module' in file /etc/httpd/modules/mod_jk.so is garbled - perhaps this is not an Apache module DSO?

        Comment

        • Martin Heiland
          Open-Xchange Quality Assurance
          • Feb 2007
          • 3695

          #5
          Hey,

          this seems to be apache configuration related.
          Please note: mod_jk is not the same as mod_proxy_ajp - since the
          latest release we're recommending mod_proxy_ajp instead of mod_jk.
          The configuration sample is also for mod_proxy.

          Greetings

          Comment

          • tronn

            #6
            Originally posted by dryphon View Post
            Hi


            [root@oxhe ~]# apachectl start
            httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/mod_jk.conf: API module structure `jk_module' in file /etc/httpd/modules/mod_jk.so is garbled - perhaps this is not an Apache module DSO?
            I allso got that error msg in the days when we compiled for source, so if I remember correct what I did, it was to install the mod_jk from source.

            I try install the missing rpm packages soon

            Tronn

            Comment

            Working...