> /var/imap
> 
> /var/spool/imap
> 
> /usr/sieve

Did you also set the correct permissons and executed
the mkimap script?

> Considering that I might be able to get this done using web-cyradm I
> spent hours trying to compile php with mySQL, but I keep on getting
> this error.
> 
> make: *** [sapi/apache2handler/mod_php5.lo] Error 1

This is not the complete error posted from make. 
What about httpd, also installed from source? I did it that way:

Apache 2.0.54:
./configure --prefix=/usr/local/httpd --enable-cgi \
--enable-ssl --with-ssl=/usr/local/ssl/ --enable-so
make 
make install

PHP 4.3.11
./configure --with-apxs2=/usr/local/httpd/bin/apxs --disable-cgi \
--with-openssl=/usr/local/ssl --with-imap --with-gettext \
--with-pear --with-mysql=/usr/local/mysql --with-zlib
make
make install
mkdir /usr/local/etc
cp php.ini-dist /usr/local/etc/php.ini


Michael
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to