Hi,
I want to post the conlusion out of the installation which i made now.
First of all I added this repositories to the /etc/yum.conf file
[DAG]
name=Dag APT Repository
baseurl=http://apt.sw.be/fedora/4/en/x86_64/dag/
[dries]
name=Extra Fedora rpms dries - $releasever - $basearch
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/4/x86_64/dries/RPMS/
Then I changed the word imap to cyrus-imap because imap do not exist in these repositories.
Before starting the installtion process do this, because mysql has a bug in the x86_64 which can only be fixed so.
mkdir /usr/local/lib/mysql
and create symlinks "include" and "lib" pointing to the original directories (here /usr/include/mysql and /usr/lib64/mysql)
cd /usr/local/lib/mysql
ln -s /usr/include/mysql include
ln -s /usr/lib64/mysql lib
During the installation i got a zlib error and a mysql errror and after a openssl error. Edit the file "compile" in the installation directory /install_ispconfig/compile_aps/ to look like this.
cd ../${PHP}
./configure --with-apxs=${INSTALL_ROOT}/httpd/bin/apxs --enable-track-vars --enable-sockets --with-config-file-path=${INSTALL_ROOT}/php --enable-ftp --prefix=${INSTALL_ROOT}/php --with-openssl --with-mysql=/usr/local/lib/mysql --disable-libxml --with-zlib-dir=/usr/lib64 || error "Could not configure PHP"
make || error "Could not make PHP"
make install || error "Could not install PHP"
ln -s ${INSTALL_ROOT}/php/bin/php ${INSTALL_ROOT}/php/php
Now I have a proftp error so I think i will switch to vsftp. Do someone think this i a good idea? Because of this error i do not know to which directory the files go. the files go to the installation of ispconfig /home/www or the go to the installation which is explained in the "Perfect installation setup" what means /var/www?
I am also not happy with cyrus. Dovecot seem to be preinstalled at fedora core 4 and is more secure. I will try to use this one because Dovecot has also IMAP and Pop3 included!
hkaiser
|