| Summary | setup.php dies on NetBSD |
| Queue | Horde Groupware |
| Queue Version | 1.0 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | tagesk (at) gmail (dot) com |
| Created | 01/15/2007 (536 days ago) |
| Due | |
| Updated | 01/16/2007 (535 days ago) |
| Assigned | 01/16/2007 (535 days ago) |
| Resolved | 01/16/2007 (535 days ago) |
| Attachments | scripts.patch ![]() |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
Please check your PHP logs too, if you have any configured in php.ini.
'DOMDocument' not found in
/usr/pkg/share/httpd/htdocs/horde/lib/Horde/Config.php on line 1290"
which made me study the modules extra carefully, which assured that I
found that DOM was missing. Compiled and installed, but not enabled
in php.ini. Argh!
Thanx again, and sorry for the sloppyness. A warning from setup.php
would have helped, though.
New Attachment: scripts.patch
Please check your PHP logs too, if you have any configured in php.ini.
you specified in setup.php? Run "php -m" on the command line.
output from "php -m". Thanx for trying to assist me!
What database backend should we use? [false]
(false) [None]
(dbase) dBase
(ibase) Firebird/InterBase
(fbsql) Frontbase
(ifx) Informix
(msql) mSQL
(mssql) MS SQL Server
(mysql) MySQL
(mysqli) MySQL (mysqli)
(oci8) Oracle
(odbc) ODBC
(pgsql) PostgreSQL
(sqlite) SQLite
(sybase) Sybase
Type your choice: mysql
Request persistent connections? [0]
(1) Yes
(0) No
Type your choice: 0
Database server/host* [] localhost
Username to connect to the database as* [] -------
Password to connect with [] --------
How should we connect to the database? [unix]
(unix) UNIX Sockets
(tcp) TCP/IP
Type your choice: unix
Location of UNIX socket [] /tmp/mysql.sock
Database name to use* [] --------
Internally used charset* [iso-8859-1]
/usr/pkg/share/httpd/htdocs/horde/scripts#php -m
[PHP Modules]
ctype
date
gd
hash
imap
json
libxml
mbstring
mysql
openssl
pcre
Reflection
session
SimpleXML
SPL
standard
tokenizer
xml
xmlreader
xmlwriter
zlib
[Zend Modules]
State ⇒ Feedback
you specified in setup.php? Run "php -m" on the command line.
Summary ⇒ setup.php dies on NetBSD
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Queue ⇒ Horde Groupware
used charset", regardless of what I do, the script terminates without
any message. This is regardless of whether I ask for 1) COnfigure
database, 2) Create database and Tables, or 3) Configure
administrator... PHP 5.1.6, MySQL 5.0.27 on NetBSD 3.0 (GENERIC).