Installation problem - WARNING: Could not unpack ISPConfig system?!?

Discussion in 'Installation/Configuration' started by darko, Jul 18, 2009.

  1. darko

    darko New Member

    Hi,

    I am more of a newby.

    I have followed the "The Perfect Server - Ubuntu Jaunty Jackalope (Ubuntu 9.04) [ISPConfig 2]" and I have difficulty installing the ISPConfig.

    The ISPConfig just does not install properly.

    I run the ./setup under the "sudo su" root user.

    I get the "WARNING: could not unpack the ISPConfig system" and
    "WARNING: could not move directory ispconfig_tmp to /root/ispconfig".
    Then the install continues but in the end there is no ISPConfig.

    From "setup2" script I see this happens after all the checks and before the install ("Here we go ...") starts.

    Please, help.

    Regards,

    Darko
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you post the full error output?
    What's the output of
    Code:
    df -h
    ?
     
  3. darko

    darko New Member

    Hi,

    The output of df -h is:

    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 23G 1,5G 20G 7% /
    tmpfs 249M 0 249M 0% /lib/init/rw
    varrun 249M 352K 249M 1% /var/run
    varlock 249M 0 249M 0% /var/lock
    udev 249M 140K 249M 1% /dev
    tmpfs 249M 0 249M 0% /dev/shm

    There seems all is ok until:

    #########################################

    checking for MySQL UNIX socket location... no
    configure: error: Cannot find MySQL header files under /usr.
    Note that the MySQL client library is not bundled anymore!
    ERROR: Could not configure PHP
    ....

    #########################################

    I hope you can make some conclusions.

    Thanks,

    Darko
     
    Last edited: Jul 20, 2009
  4. falko

    falko Super Moderator Howtoforge Staff

    If you're using Ubuntu, you must install the MySQL devel package:
    Code:
    aptitude install libmysqlclient15-dev
    (see http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-2-p4 )
     

Share This Page