Announcement

Collapse
No announcement yet.

Install OX Failed

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

  • #31
    Hi Timo,

    it looks like,that You not build the packages as root?

    Comment


    • #32
      Hi Ole,

      thanks for your quick reply. To your reply: yes, I do build them as root. Any other ideas?

      Thanks, Timo

      Comment


      • #33
        The only idea I have,is the following:
        You are using the sources from HEAD-cvs?
        Than try the stable-cvs packages,because the packages from HEAD-cvs are in the moment only for developpers.You can following the thread here,there You will find the 'solution' to the stable-cvs.

        Comment


        • #34
          Thanks again for the fast reply. I already use the stable release (by adding the -r bf_6_4 option to the cvs-command).

          Best regards,

          Timo

          Comment


          • #35
            When I compiled and installed hyperion,I used the community-installer,it worked without any errors,but in the first time I used the howto in the wiki,with many error.

            Comment


            • #36
              Hi,

              Thanks Martin. I tried to find the appropriate rpm which has the extra functionality but have not found it yet. I have installed the following:

              Code:
              ant-1.6.5-4jpp
              antlr-2.7.7-1jpp.3.fc7.2
              ant-jmf-1.6.5-4jpp
              ant-contrib-1.0-0.b2.2jpp
              ant-manual-1.6.5-4jpp
              Does anyone know which package I am missing? (I'm using Fedora Core)

              Comment


              • #37
                Got there... I required one of the following:

                Code:
                ant-nodeps-1.6.5-4jpp
                ant-commons-net-1.6.5-4jpp
                Thanks...

                Comment


                • #38
                  Hi,

                  The build of open-xchange-admin was successful, but I am getting problem running:

                  Code:
                  /etc/init.d/open-xchange-admin start
                  Code:
                  Starting Open-Xchange Admin Daemon: /opt/open-xchange/etc/admindaemon/oxfunctions.sh: line 80: start-stop-daemon: command not found
                  I can't locate start-stop-daemon. Line 80 reads:

                  Code:
                   start-stop-daemon $runasuser $runasgroup \
                          --background --start --oknodo --startas $path \
                          --make-pidfile --pidfile /var/run/${name}.pid
                  At this stage I'm not sure what I can try to do to get further. Is there something I need to install which I haven't installed?

                  Comment


                  • #39
                    The start-stop-daemon is used for debian/ubuntu like operating systems. I think it does not exist for Fedora/RedHat. You've to modify/write your own start scripts.

                    Comment


                    • #40
                      Hi,

                      I found this which appears to be working for the moment:

                      I didnt get to start the admin damon on my centos box cause of the start-stop-daemon, this is how I did it on my centos box

                      I downloaded this tar archive



                      unpacked it
                      tar zxvf apps-sys-utils-start-stop-daemon-IR1_9_18-1.tar.gz
                      cd apps/sys-utils/start-stop-daemon-IR1_9_18-1/

                      gcc start-stop-daemon.c -o start-stop-daemon

                      Then I copied the newly created start-stop-daemon binary to /usr/sbin/
                      Then I was able to start the daemon with the script

                      /etc/init.d/open-xchange-admin start

                      Hope this helps others non debian / ubuntu users

                      Tronn

                      Comment


                      • #41
                        Hi,

                        I'm folloing the guide to install the database and I can't find:
                        Code:
                        # /opt/open-xchange/sbin/oxinstaller
                        Does anyone know how I go about installing this? I think perhaps I have missed out installing/building something from the tree.

                        Cheers.

                        Comment

                        Working...
                        X