[qmailtoaster] Error while running setup.php while installing horde groupware webmail

2010-07-16 Thread Suhag P Desai
Hi All,

 

I have successfully installed qmailtoaster latest version and all the module
of qmailtoaster are running fine. But I am facing problem while running
./scrips/setup.php file during installation of horde groupware webmail

 

Please find below steps which I followed during running of setup.php

 

 

[r...@spd scripts]# ./setup.php

Horde Groupware Webmail Edition Configuration Menu

(0) Exit

(1) Configure database settings

(2) Create database or tables

(3) Configure administrator settings

(4) Update PEAR for a new or changed location

(5) Update from an older Horde Groupware Webmail Edition version

 

Type your choice: 1

What database backend should we use? [false]

Type your choice: mysql

 

Request persistent connections? [0]

(1) Yes

(0) No

Type your choice: 0

 

Username to connect to the database as* [] root

Password to connect with [] password

 

How should we connect to the database? [unix]

(unix) UNIX Sockets

(tcp) TCP/IP

Type your choice: unix

Location of UNIX socket []  /var/lib/mysql/mysql.sock

 

Database name to use* [] horde

Internally used charset* [utf-8] utf-8

Use SSL to connect to the server? [0]

(1) Yes

(0) No

 

Type your choice: 0

Certification Authority to use for SSL connections []

Split reads to a different server? [false]

(false) Disabled

(true) Enabled

 

Type your choice: false

 

Writing main configuration file

PHP Fatal error:  Class 'DOMDocument' not found in
/usr/share/horde/lib/Horde/DO
M.php on line 119

Fatal error: Class 'DOMDocument' not found in
/usr/share/horde/lib/Horde/DOM.php
on line 119



= 

 

My /etc/my.cnf file as per below

 

[mysqld]

datadir=/var/lib/mysql

socket=/var/lib/mysql/mysql.sock

user=mysql

collation_server=utf8_general_ci

character_set_server=utf8

init_connect=SET NAMES 'utf8'

# Default to using old password format for compatibility with mysql 3.x

# clients (those using the mysqlclient10 compatibility package).

old_passwords=1

 

# Disabling symbolic-links is recommended to prevent assorted security
risks;

# to do so, uncomment this line:

# symbolic-links=0

 

[mysqld_safe]

log-error=/var/log/mysqld.log

pid-file=/var/run/mysqld/mysqld.pid

 

 

[client]

default_character_set=utf8

 

 

Please help..

 

Regards,

Suhag Desai

Network Engineer



Re: [qmailtoaster] Error while running setup.php while installing horde groupware webmail

2010-07-16 Thread Scott Hughes
It appears that you have not installed all of the required packages. Please 
search this list using the keyword 'horde' and look for my quick and dirty 
install guide. Some one else has written a more detailed guide and that one 
should show up in your search as well.

Scott




On Jul 16, 2010, at 5:19 AM, Suhag P Desai spde...@gnvfc.net wrote:

 Hi All,
 
  
 
 I have successfully installed qmailtoaster latest version and all the module 
 of qmailtoaster are running fine. But I am facing problem while running 
 ./scrips/setup.php file during installation of horde groupware webmail
 
  
 
 Please find below steps which I followed during running of setup.php
 
  
 
  
 
 [r...@spd scripts]# ./setup.php
 
 Horde Groupware Webmail Edition Configuration Menu
 
 (0) Exit
 
 (1) Configure database settings
 
 (2) Create database or tables
 
 (3) Configure administrator settings
 
 (4) Update PEAR for a new or changed location
 
 (5) Update from an older Horde Groupware Webmail Edition version
 
  
 
 Type your choice: 1
 
 What database backend should we use? [false]
 
 Type your choice: mysql
 
  
 
 Request persistent connections? [0]
 
 (1) Yes
 
 (0) No
 
 Type your choice: 0
 
  
 
 Username to connect to the database as* [] root
 
 Password to connect with [] password
 
  
 
 How should we connect to the database? [unix]
 
 (unix) UNIX Sockets
 
 (tcp) TCP/IP
 
 Type your choice: unix
 
 Location of UNIX socket []  /var/lib/mysql/mysql.sock
 
  
 
 Database name to use* [] horde
 
 Internally used charset* [utf-8] utf-8
 
 Use SSL to connect to the server? [0]
 
 (1) Yes
 
 (0) No
 
  
 
 Type your choice: 0
 
 Certification Authority to use for SSL connections []
 
 Split reads to a different server? [false]
 
 (false) Disabled
 
 (true) Enabled
 
  
 
 Type your choice: false
 
  
 
 Writing main configuration file
 
 PHP Fatal error:  Class 'DOMDocument' not found in 
 /usr/share/horde/lib/Horde/DO 
 M.php on line 119
 
 Fatal error: Class 'DOMDocument' not found in 
 /usr/share/horde/lib/Horde/DOM.php
   on line 119
 
 =
 
  
 
 My /etc/my.cnf file as per below
 
  
 
 [mysqld]
 
 datadir=/var/lib/mysql
 
 socket=/var/lib/mysql/mysql.sock
 
 user=mysql
 
 collation_server=utf8_general_ci
 
 character_set_server=utf8
 
 init_connect=SET NAMES 'utf8'
 
 # Default to using old password format for compatibility with mysql 3.x
 
 # clients (those using the mysqlclient10 compatibility package).
 
 old_passwords=1
 
  
 
 # Disabling symbolic-links is recommended to prevent assorted security risks;
 
 # to do so, uncomment this line:
 
 # symbolic-links=0
 
  
 
 [mysqld_safe]
 
 log-error=/var/log/mysqld.log
 
 pid-file=/var/run/mysqld/mysqld.pid
 
  
 
  
 
 [client]
 
 default_character_set=utf8
 
  
 
  
 
 Please help..
 
  
 
 Regards,
 
 Suhag Desai
 
 Network Engineer


Re: [qmailtoaster] Error while running setup.php while installing horde groupware webmail

2010-07-16 Thread Martin Waschbuesch
you can try the script / package I have created for horde on QMT/Centos:

using svn:

svn co https://www.waschbuesch.de/svn/horde-toaster/

to get all the files.

then execute
bash install.sh

works for me. :-)

Am 16.07.2010 um 12:52 schrieb Scott Hughes:

 It appears that you have not installed all of the required packages. Please 
 search this list using the keyword 'horde' and look for my quick and dirty 
 install guide. Some one else has written a more detailed guide and that one 
 should show up in your search as well.
 
 Scott
 
 
 
 
 On Jul 16, 2010, at 5:19 AM, Suhag P Desai spde...@gnvfc.net wrote:
 
 Hi All,
 
  
 
 I have successfully installed qmailtoaster latest version and all the module 
 of qmailtoaster are running fine. But I am facing problem while running 
 ./scrips/setup.php file during installation of horde groupware webmail
 
  
 
 Please find below steps which I followed during running of setup.php
 
  
 
  
 
 [r...@spd scripts]# ./setup.php
 
 Horde Groupware Webmail Edition Configuration Menu
 
 (0) Exit
 
 (1) Configure database settings
 
 (2) Create database or tables
 
 (3) Configure administrator settings
 
 (4) Update PEAR for a new or changed location
 
 (5) Update from an older Horde Groupware Webmail Edition version
 
  
 
 Type your choice: 1
 
 What database backend should we use? [false]
 
 Type your choice: mysql
 
  
 
 Request persistent connections? [0]
 
 (1) Yes
 
 (0) No
 
 Type your choice: 0
 
  
 
 Username to connect to the database as* [] root
 
 Password to connect with [] password
 
  
 
 How should we connect to the database? [unix]
 
 (unix) UNIX Sockets
 
 (tcp) TCP/IP
 
 Type your choice: unix
 
 Location of UNIX socket []  /var/lib/mysql/mysql.sock
 
  
 
 Database name to use* [] horde
 
 Internally used charset* [utf-8] utf-8
 
 Use SSL to connect to the server? [0]
 
 (1) Yes
 
 (0) No
 
  
 
 Type your choice: 0
 
 Certification Authority to use for SSL connections []
 
 Split reads to a different server? [false]
 
 (false) Disabled
 
 (true) Enabled
 
  
 
 Type your choice: false
 
  
 
 Writing main configuration file
 
 PHP Fatal error:  Class 'DOMDocument' not found in 
 /usr/share/horde/lib/Horde/DO
  M.php on line 119
 
 Fatal error: Class 'DOMDocument' not found in 
 /usr/share/horde/lib/Horde/DOM.php   
on line 119
 
 =
 
  
 
 My /etc/my.cnf file as per below
 
  
 
 [mysqld]
 
 datadir=/var/lib/mysql
 
 socket=/var/lib/mysql/mysql.sock
 
 user=mysql
 
 collation_server=utf8_general_ci
 
 character_set_server=utf8
 
 init_connect=SET NAMES 'utf8'
 
 # Default to using old password format for compatibility with mysql 3.x
 
 # clients (those using the mysqlclient10 compatibility package).
 
 old_passwords=1
 
  
 
 # Disabling symbolic-links is recommended to prevent assorted security risks;
 
 # to do so, uncomment this line:
 
 # symbolic-links=0
 
  
 
 [mysqld_safe]
 
 log-error=/var/log/mysqld.log
 
 pid-file=/var/run/mysqld/mysqld.pid
 
  
 
  
 
 [client]
 
 default_character_set=utf8
 
  
 
  
 
 Please help..
 
  
 
 Regards,
 
 Suhag Desai
 
 Network Engineer
 


--
“Majority rule only works if you're also considering individual rights. Because 
you can't have five wolves and one sheep voting on what to have for supper.”

Larry Flynt



Re: [qmailtoaster] Error while running setup.php while installing horde groupware webmail

2010-07-16 Thread Martin Waschbuesch
And of course, if you have any questions, please let me know.

Martin

Am 16.07.2010 um 13:41 schrieb Martin Waschbuesch:

 you can try the script / package I have created for horde on QMT/Centos:
 
 using svn:
 
 svn co https://www.waschbuesch.de/svn/horde-toaster/
 
 to get all the files.
 
 then execute
 bash install.sh
 
 works for me. :-)
 
 Am 16.07.2010 um 12:52 schrieb Scott Hughes:
 
 It appears that you have not installed all of the required packages. Please 
 search this list using the keyword 'horde' and look for my quick and dirty 
 install guide. Some one else has written a more detailed guide and that one 
 should show up in your search as well.
 
 Scott
 
 
 
 
 On Jul 16, 2010, at 5:19 AM, Suhag P Desai spde...@gnvfc.net wrote:
 
 Hi All,
 
  
 
 I have successfully installed qmailtoaster latest version and all the 
 module of qmailtoaster are running fine. But I am facing problem while 
 running ./scrips/setup.php file during installation of horde groupware 
 webmail
 
  
 
 Please find below steps which I followed during running of setup.php
 
  
 
  
 
 [r...@spd scripts]# ./setup.php
 
 Horde Groupware Webmail Edition Configuration Menu
 
 (0) Exit
 
 (1) Configure database settings
 
 (2) Create database or tables
 
 (3) Configure administrator settings
 
 (4) Update PEAR for a new or changed location
 
 (5) Update from an older Horde Groupware Webmail Edition version
 
  
 
 Type your choice: 1
 
 What database backend should we use? [false]
 
 Type your choice: mysql
 
  
 
 Request persistent connections? [0]
 
 (1) Yes
 
 (0) No
 
 Type your choice: 0
 
  
 
 Username to connect to the database as* [] root
 
 Password to connect with [] password
 
  
 
 How should we connect to the database? [unix]
 
 (unix) UNIX Sockets
 
 (tcp) TCP/IP
 
 Type your choice: unix
 
 Location of UNIX socket []  /var/lib/mysql/mysql.sock
 
  
 
 Database name to use* [] horde
 
 Internally used charset* [utf-8] utf-8
 
 Use SSL to connect to the server? [0]
 
 (1) Yes
 
 (0) No
 
  
 
 Type your choice: 0
 
 Certification Authority to use for SSL connections []
 
 Split reads to a different server? [false]
 
 (false) Disabled
 
 (true) Enabled
 
  
 
 Type your choice: false
 
  
 
 Writing main configuration file
 
 PHP Fatal error:  Class 'DOMDocument' not found in 
 /usr/share/horde/lib/Horde/DO   
   M.php on line 119
 
 Fatal error: Class 'DOMDocument' not found in 
 /usr/share/horde/lib/Horde/DOM.php  
 on line 119
 
 =
 
  
 
 My /etc/my.cnf file as per below
 
  
 
 [mysqld]
 
 datadir=/var/lib/mysql
 
 socket=/var/lib/mysql/mysql.sock
 
 user=mysql
 
 collation_server=utf8_general_ci
 
 character_set_server=utf8
 
 init_connect=SET NAMES 'utf8'
 
 # Default to using old password format for compatibility with mysql 3.x
 
 # clients (those using the mysqlclient10 compatibility package).
 
 old_passwords=1
 
  
 
 # Disabling symbolic-links is recommended to prevent assorted security 
 risks;
 
 # to do so, uncomment this line:
 
 # symbolic-links=0
 
  
 
 [mysqld_safe]
 
 log-error=/var/log/mysqld.log
 
 pid-file=/var/run/mysqld/mysqld.pid
 
  
 
  
 
 [client]
 
 default_character_set=utf8
 
  
 
  
 
 Please help..
 
  
 
 Regards,
 
 Suhag Desai
 
 Network Engineer
 
 
 
 --
 “Majority rule only works if you're also considering individual rights. 
 Because you can't have five wolves and one sheep voting on what to have for 
 supper.”
 
 Larry Flynt
 


--
“Any society that would give up a little liberty to gain a little security will 
deserve neither and lose both.”

Benjamin Franklin