Announcement

Collapse
No announcement yet.

initconfigdb not found

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

  • initconfigdb not found

    Hi!

    I would like to install Open-xchange server on my Ubuntu 8.04.
    I had already Mysql configured so I created the privilieged openexchange database user.

    But, when I want to configure the database, I have this on my Terminal:
    Code:
    florian@florian:~$ sudo /opt/open-xchange/sbin/initconfigdb --configdb-pass=root_sql_pass
    sudo: /opt/open-xchange/sbin/initconfigdb: command not found
    Will I have to download the script separately? Where?

    Thanks for help

    makayabou

  • #2
    Output of:


    dpkg -S /opt/open-xchange/sbin/initconfigdb

    dpkg -l | grep open-xchange

    Comment


    • #3
      HI

      Thanks for answer.

      I have this:
      Code:
      florian@florian:~$ dpkg -S /opt/open-xchange/sbin/initconfigdb
      dpkg*: /opt/open-xchange/sbin/initconfigdb introuvable.
      florian@florian:~$ dpkg -l | grep open-xchange
      ii  open-xchange-admin-client                  6.6.0-7                                                    The Open Xchange Admin Daemon RMI client lib

      Comment


      • #4
        Well, you did not install most of the packages (or the installation failed, don't know).

        Check http://www.open-xchange.com/wiki/ind...stall_packages for the complete list of packages to be installed.

        Comment


        • #5
          Thanks it's now ok.

          I should 've better think about it...

          Regards

          Comment

          Working...
          X