ISPConfig on ia64

Discussion in 'Installation/Configuration' started by anak, Nov 15, 2007.

  1. anak

    anak New Member

    Hallo,

    I'm trying to install ISPConfig on my computer itanium64. Does anyone has installed it on any ia64 successful??
    I just have changed the file script compile $ARCH == ia64 , then it runs and stop at this section:
    ..
    ln process.c process_.c
    cc -c -O -I. -DUNIX -DSFX process_.c
    rm -f process_.c
    ln ttyio.c ttyio_.c
    cc -c -O -I. -DUNIX -DSFX ttyio_.c
    rm -f ttyio_.c
    ln unix/unix.c unix_.c
    cc -c -O -I. -DUNIX -DSFX unix_.c
    rm -f unix_.c
    cc -o unzipsfx unzipsfx.o crc32.o crctab_.o crypt_.o extract_.o fileio_.o globals_.o inflate_.o match_.o process_.o ttyio_.o unix_.o -s
    ./setup2: line 873: 27950 Speicherzugriffsfehler ispconfig_tmp/php/bin/php -n -q check.php
    All prerequisites are fulfilled.
    Here we go...
    Please enter your MySQL server:localhost
    OK
    Please enter your MySQL user:root
    Please enter your MySQL password:
    OK
    Please enter a name for the ISPConfig database (e.g. db_ispconfig):dbisp
    Please enter the IP address of the ISPConfig web (e.g. 192.168.0.1):192.168.0.100
    OK
    Please enter the host name (e.g. www):
    Please enter the domain (e.g. xyz.de):192.168.0.100
    OK
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 2

    ./setup2: line 1099: 27984 Speicherzugriffsfehler /root/ispconfig/php/php -q ./install.php
    Restarting some services...
    Shutting down postfix: [ OK ]
    Starting postfix: [ OK ]
    vsftpd herunterfahren: [ OK ]
    vsftpd für vsftpd starten: [ OK ]
    ./setup2: line 1155: /etc/rc.d/init.d/ispconfig_server: Datei oder Verzeichnis nicht gefunden
    Congratulations! Your ISPConfig system is now installed. If you had to install quota, please take the steps described in the installation manual. Otherwise your system is now available without reboot.
    Please direct your browser to

    http://192.168.0.100:81

    and log in:
    Username: admin
    Password: admin

    -------
    ./setup2: line 1099: 27984 Speicherzugriffsfehler /root/ispconfig/php/php -q ./install.php.
    What could be the problem?Anybody, please help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Never sen that before. ISPConfig is compiling its own php5 and testing it in the installer. This causes the first error in your output "./setup2: line 873: 27950 Speicherzugriffsfehler ispconfig_tmp/php/bin/php -n -q check.php"

    Did you know if PHP5 on IA64 needs some special compile arguments?
     
  3. anak

    anak New Member

    @Tim,

    Sorry , i tried to search on google, but still don't find any clue.
    Maybe you can tell me ,which parameter do i need to compile php on ia64?

    I'm totaly depressed.

    Thanks
     
  4. anak

    anak New Member

    @Tim again

    i have changed the path to /usr/lib64 instead of /usr/lib. But it stops with the same errormessages....:confused:
     

Share This Page