Problems upgrading to 2.2.10

Discussion in 'Installation/Configuration' started by kyriakos, Feb 25, 2007.

  1. kyriakos

    kyriakos New Member

    Some help please

    Code:
    gcc: /usr/lib/libidn.so: No such file or directory
    make[2]: *** [libclamav.la] Error 1
    make[2]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90/libclamav'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90'
    make: *** [all] Error 2
    ERROR: Could not make ClamAV
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory  
    .
    .
    .
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 860: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!   
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    /usr/lib/libidn.so*
     
  3. kyriakos

    kyriakos New Member

    Code:
    [root@host1 ~]# /usr/lib/libidn.so*
    Segmentation fault
    What to reinstall?
    Thank you
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Sorry, I posted a incomplete command. Please post the output of:

    ls -la /usr/lib/libidn.so*
     
  5. kyriakos

    kyriakos New Member

    Code:
    [root@host1 ~]# ls -la /usr/lib/libidn.so*
    lrwxrwxrwx 1 root root     17 Apr 27  2006 /usr/lib/libidn.so.11 -> libidn.so.11.5.16
    -rwxr-xr-x 1 root root 197712 Feb 12  2006 /usr/lib/libidn.so.11.5.16    
    
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please execute:

    ln -s /usr/lib/libidn.so.11.5.16 /usr/lib/libidn.so

    and then try the installation again.
     
  7. kyriakos

    kyriakos New Member

    No luck...
    Code:
    ...
    /usr/lib/libidn.so: could not read symbols: File in wrong format
    collect2: ld returned 1 exit status
    make[2]: *** [libclamav.la] Error 1
    make[2]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90/libclamav'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90'
    make: *** [all] Error 2
    ERROR: Could not make ClamAV
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 860: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here! 
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Which linux distribution do you use?
     
  9. kyriakos

    kyriakos New Member

    Im using Fedora Core 5 64.
    I have made two sucesfull Ispconfig upgrades in the past.

    Last night, I tried these actions with no luck.
    1. download ispconfig again
    2. upgrade to 'gcc 4.1.1-51.fc5'
    3. reinstall 'perl-Net-LibIDN 0.09-1.fc5'

    I have 'libidn 0.6.2-1.1' Installed on 27/Apr/2006

    I have a backup copy of '/root/ispconfig' to use every time instalation deleting the original folder.
    Should I delete '/root/ispconfig' and make a clear instalation?
    I m working on a production server.

    Thank you
     
  10. falko

    falko Super Moderator Howtoforge Staff

    No, please don't do this as it will overwrite your working installation!

    Is SELinux disabled on your system?
     
  11. kyriakos

    kyriakos New Member

    Yes SELinux is disabled.
    I thing there is somethinq wrong with libidn.so

    I will try
    ln -s /usr/lib64/libidn.so.11.5.16 /usr/lib/libidn.so
     
  12. kyriakos

    kyriakos New Member

    And Yes it works!!!!!!!!

    Thank you for your help till & falko
     

Share This Page