[doc] Installation problem

Gordon mclainet at gmail.com
Fri Jun 3 17:40:58 PDT 2005


I am going to install horde. Here is my steps:
1. Fedora core 3 & update
2. openssl rpm
3. uw-imap server rpm
4. MySQL 4.1.12-1 rpm
5. compile apache 2.0.54
    ./configure --prefix=/usr/local/apache2 --enable-module=so
6. install gettext, mcrypt, gd
    (it is prerequisites from horde doc)
5. compile php 4.3.11 (according to horde doc
http://www.horde.org/horde/docs/?f=INSTALL.html#prerequisites)
    ./configure
    --prefix=/usr/local/php
    --with-apxs2=/usr/local/apache2/bin/apx
    --with-mysql
    --with-config-file-path=/etc/php
    --with-gettext
    --with-gd
    --with-dom
    --with-imap
    --with-mcrypt
    --with-openssl
    --with-iconv
    --enable-mbstring=all
    --enable-mbregex
    --with-mime-magic

after running these configure, somethings will show error message. I don't
know what's wrong with it.
Or somethings "make" will show error message.
But that all config list on the horde documentation. I want to ask there is
any mistakes ???
Any mistake in php configure command ?? Can you provide a sample configure
command for me ?
Thank you very much!

Regards.
Gordon





More information about the doc mailing list