ISPConfig not working after upgrade from Ubuntu 8.10 to Ubuntu 10.04

Discussion in 'Installation/Configuration' started by collimic, Mar 4, 2012.

  1. collimic

    collimic New Member

    Hello all.

    I have been searching this forum for hours and have not found my solution.
    I upgraded from Ubuntu 8.10 all the way up to 10.04. I check ISPConfig during every part of the upgrade and it seamed to work great until I got to 10.04.

    Now I get
    Code:
    /etc/init.d/ispconfig_server start
    Starting ISPConfig system...
    Syntax error on line 205 of /root/ispconfig/httpd/conf/httpd.conf:
    Cannot load /root/ispconfig/httpd/libexec/libphp5.so into server: libmysqlclient.so.15: cannot open shared object file: No such file or directory
    /root/ispconfig/httpd/bin/apachectl startssl: httpd could not be started
    /root/ispconfig/php/php: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory
    ISPConfig system is now up and running!
    I read in the forums that I have to change the line from getline to pharseline and I did that and tried a reinstall if ISPConfig2.
    When I try the reinstall I get:
    Code:
    Checking the syntax of the httpd.conf...
    Syntax OK
    The syntax is ok!
    
    ########## gcc ##########
    
    OK
    
    ########## make ##########
    
    OK
    
    ########## lex ##########
    
    OK
    
    ########## g++ ##########
    
    OK
    
    ########## INSTALLATION ##########
    
    ln: creating symbolic link `/var/lib/mysql/mysql.sock': File exists
    Preparing files. Please wait a moment...
    tar: Removing leading `/' from member names
    tar: Removing leading `/' from member names
    
    Then nothing after that.

    I have removed and reinstalled the the NetAddr and still the same problem.
    My clients can get to their sites but cannot check email and cannot access the ISPConfig https://servername:81

    Please help.
    Thank you
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I think you need to install libmysqlclient-dev. Then try to build ISPConfig again.
     
  3. collimic

    collimic New Member

    That seams to have fixed the problem.
    Thank you very much....


    BTW can you maybe post a link to where I can find instructions on how to migrate from ISPConfig 2 - 3?

    Thank you again
     
  4. collimic

    collimic New Member

    Well I thought it worked.
    I rebooted the computer today and now I am back in the same shape I was in. ISPConfig2 will not load, I have no virtual domains yet again. So I try to reinstall ISPConfig2 and it fails at the same place lee code below:

    Code:
    Checking the syntax of the httpd.conf...
    [Wed Mar 07 08:21:13 2012] [warn] NameVirtualHost 74.62.4.134:80 has no VirtualHosts
    [Wed Mar 07 08:21:13 2012] [warn] NameVirtualHost 74.62.4.134:80 has no VirtualHosts
    Syntax OK
    The syntax is ok!
    
    ########## gcc ##########
    
    OK
    
    ########## make ##########
    
    OK
    
    ########## lex ##########
    
    OK
    
    ########## g++ ##########
    
    OK
    
    ########## INSTALLATION ##########
    
    Preparing files. Please wait a moment...
    tar: Removing leading `/' from member names
    tar: Removing leading `/' from member names
    
    Please help again if you can.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check with:

    df -h

    that none of the harddisk partitions is full.
     
  6. collimic

    collimic New Member

    here is the report from df -h

    Code:
    /dev/sda1             260G   73G  174G  30% /
    none                  2.0G  172K  2.0G   1% /dev
    none                  2.0G     0  2.0G   0% /dev/shm
    none                  2.0G  372K  2.0G   1% /var/run
    none                  2.0G     0  2.0G   0% /var/lock
    none                  2.0G     0  2.0G   0% /lib/init/rw
    
     
  7. collimic

    collimic New Member

    ok I tried to get the server started again by /etc/init.d/ipsconfig_server start and it looks like it is working this way:
    Code:
    @server1:/# /etc/init.d/ispconfig_server start
    Starting ISPConfig system...
    Apache/1.3.41 mod_ssl/2.8.31 (Pass Phrase Dialog)
    Some of your private key files are encrypted for security reasons.
    In order to read them you have to provide us with the pass phrases.
    
    Server www.cciinter.net:81 (RSA)
    Enter pass phrase:
    
    Ok: Pass Phrase Dialog successful.
    /root/ispconfig/httpd/bin/apachectl startssl: httpd started
    ISPConfig system is now up and running!
    
    but I have never had to enter a pass phrase in the past.
    what is the best way to fix this?
     
  8. falko

    falko Super Moderator Howtoforge Staff

  9. collimic

    collimic New Member

    All is working great now. Thank you
     

Share This Page