PDA

View Full Version : Suse 9.3 x86_64 and ISPConfig Installation Steps


gimhan90
2nd February 2006, 07:34
Hi folks,

Since I faced some troubles to install ISP on my 64bit server/ Suse 9.3. I have posted the steps i followed . ( BIG THANKS GOES to TILL and FALKO )

~~~~~~~~~~~~~~~~~~~~ STEP 1 ~~~~~~~~~~~~~~~~~~~~
Install Suse 9.3 (perfect setup)

~~~~~~~~~~~~~~~~~~~~ STEP 2 ~~~~~~~~~~~~~~~~~~~~
yast -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


~~~~~~~~~~~~~~~~~~~~ STEP 4 ~~~~~~~~~~~~~~~~~~~~
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 5 ~~~~~~~~~~~~~~~~~~~~
Install ISPConfig (./setup)

(**
Check whether zlib and zlib-devel are installed on u r machine ** before run the setup )

Thx,
gimhan

falko
2nd February 2006, 09:16
Thanks for the instructions! :)