Hi!
Since I had some troubles to install ISP on my 64bit server with Suse 10, here is a howto to help you
~~~~~~~~~~~~~~~~~~~~ STEP 1 ~~~~~~~~~~~~~~~~~~~~
Install Suse 10 (perfect setup)
~~~~~~~~~~~~~~~~~~~~ STEP 2 ~~~~~~~~~~~~~~~~~~~~
yast2 -i openssl-devel-32bit
~~~~~~~~~~~~~~~~~~~~ STEP 3 ~~~~~~~~~~~~~~~~~~~~
mkdir /usr/local/lib/mysql
cd /usr/local/lib/mysql
ln -s /usr/include/mysql include
ln -s /usr/lib64/mysql lib
cd /tmp
~~~~~~~~~~~~~~~~~~~~ STEP 4 ~~~~~~~~~~~~~~~~~~~~
wget
http://easynews.dl.sourceforge.net/s...g-2.1.1.tar.gz
tar xvfz ISPConfig*.tar.gz
cd install_ispconfig
~~~~~~~~~~~~~~~~~~~~ STEP 5 ~~~~~~~~~~~~~~~~~~~~
vi compile_aps/compile
Change line 85 to:
./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"
~~~~~~~~~~~~~~~~~~~~ STEP 6 ~~~~~~~~~~~~~~~~~~~~
Install ISPConfig (./setup)
~~~~~~~~~~~~~~~~~~~~ STEP 7 ~~~~~~~~~~~~~~~~~~~~
Install Webmail (option)
With "update" function
choose URL and enter:
http://www.ispconfig.org/downloads/webmail.pkg
If you already tried and doesn't work try this before:
rm -rf /home/admispconfig/ispconfig/web/tools/tools/webmail
rm -rf /home/admispconfig/ispconfig/web/webmail
rm -rf /home/admispconfig/ispconfig/temp/webmail
~~~~~~~~~~~~~~~~~~~~ STEP 8 ~~~~~~~~~~~~~~~~~~~~
Install phpMyAdmin (option)
With "update" function
choose URL and enter:
http://www.ispconfig.org/downloads/p...-2.6.4-pl3.pkg
On my server, ispconfig, imap and pop3 was not started automatically when computer boot so I just do these commands:
chkconfig --add ispconfig_server
chkconfig --add courier-authdaemon
chkconfig --add courier-imap
chkconfig --add courier-imap-ssl
chkconfig --add courier-pop
chkconfig --add courier-pop-ssl
you can start them manually right after that if you don't want to reboot.
/etc/init.d/ispconfig_server start
etc...
Hope will help some of you

That's all the step I've done and it works (with https)
Thanks to falko, till and some of you
SeaWolf
Recent comments
4 hours 16 min ago
5 hours 15 min ago
9 hours 2 min ago
10 hours 16 min ago
13 hours 53 min ago
21 hours 8 min ago
1 day 6 hours ago
1 day 7 hours ago
1 day 22 hours ago
2 days 1 hour ago