Suse 9.3 x86_64 and ISPConfig Installation Steps

Discussion in 'Installation/Configuration' started by gimhan90, Feb 2, 2006.

  1. gimhan90

    gimhan90 New Member

    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
     
    Last edited: Feb 2, 2006
  2. falko

    falko Super Moderator Howtoforge Staff

    Thanks for the instructions! :)
     

Share This Page