ISPconfig install error - "PHP Binary coming with ISPConfig does not work ..."

Discussion in 'Server Operation' started by mleblanc, Jun 19, 2008.

  1. mleblanc

    mleblanc New Member

    Hi all,

    I've been trying to install ISPconfig onto a new install of Fedora 9, following the Perfect Server setup guide, and I keep getting the same error. Each time it's happened I've tried fixing various things that I've read online, and none of it has worked so far. As far as I can tell, I have all of the MySQL packages installed that need be, as well as the other packages that are required. Any help would be greatly appriciated ... I'm still a little new to Linux in general, so I'm sure I've just missed something along the way.

    Here's the error message and as much of the printout from above it as I can grab...

    Code:
    mv -f .deps/dns.Tpo .deps/dns.Po
    gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I..  -I.. -I../shared -I../libclamav -I/usr/local/include  -g -O2 -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c
    mv -f .deps/execute.Tpo .deps/execute.Po
    gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I..  -I.. -I../shared -I../libclamav -I/usr/local/include  -g -O2 -MT nonblock.o -MD -MP -MF .deps/nonblock.Tpo -c -o nonblock.o nonblock.c
    mv -f .deps/nonblock.Tpo .deps/nonblock.Po
    gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I..  -I.. -I../shared -I../libclamav -I/usr/local/include  -g -O2 -MT mirman.o -MD -MP -MF .deps/mirman.Tpo -c -o mirman.o mirman.c
    mv -f .deps/mirman.Tpo .deps/mirman.Po
    /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2   -o freshclam output.o cfgparser.o getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o manager.o notify.o dns.o execute.o nonblock.o mirman.o  ../libclamav/libclamav.la  -lresolv -lpthread
    mkdir .libs
    gcc -g -O2 -o .libs/freshclam output.o cfgparser.o getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o manager.o notify.o dns.o execute.o nonblock.o mirman.o  ../libclamav/.libs/libclamav.so -lresolv -lpthread  -Wl,--rpath -Wl,/home/admispconfig/ispconfig/tools/clamav/lib
    cdiff.o: In function `cdiff_apply':
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/../shared/cdiff.c:984: undefined reference to `gzdopen'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/../shared/cdiff.c:994: undefined reference to `gzgets'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/../shared/cdiff.c:1016: undefined reference to `gzclose'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/../shared/cdiff.c:1010: undefined reference to `gzclose'
    tar.o: In function `tar_addfile':
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/../shared/tar.c:82: undefined reference to `gzwrite'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/../shared/tar.c:95: undefined reference to `gzwrite'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/../shared/tar.c:111: undefined reference to `gzwrite'
    manager.o: In function `buildcld':
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/manager.c:913: undefined reference to `gzclose'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/manager.c:884: undefined reference to `gzopen'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/manager.c:932: undefined reference to `gzclose'
    /root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam/manager.c:944: undefined reference to `gzclose'
    collect2: ld returned 1 exit status
    make[2]: *** [freshclam] Error 1
    make[2]: Leaving directory `/root/Download/install_ispconfig/compile_aps/clamav-0.93/freshclam'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/Download/install_ispconfig/compile_aps/clamav-0.93'
    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 888: 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!
    
    Above that, it seems to be working fine - or at least, I don't see the word 'error' anywhere obvious.

    Cheers!
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Did you disable SELinux?
    What's the output of
    Code:
    uname -a
    ?
     
  3. mleblanc

    mleblanc New Member

    Yes, SELinux is disabled.

    The output of uname -a is ...
    Code:
    Linux mroberts.acadiau.ca 2.6.25.6-55.fc9.i686 #1 SMP Tue Jun 10 16:27:49 EDT 2008 i686 i686 i386 GNU/Linux
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Looks ok. What's the output of
    Code:
    df -h
    ?
     
  5. mleblanc

    mleblanc New Member

    df -h gives me...

    Code:
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
                           72G  2.9G   69G   4% /
    /dev/sda1             190M   19M  162M  11% /boot
    tmpfs                1014M   88K 1014M   1% /dev/shm
    gvfs-fuse-daemon       72G  2.9G   69G   4% /root/.gvfs
    
     
    Last edited: Jun 23, 2008
  6. falko

    falko Super Moderator ISPConfig Developer

    Hm, everything's looking fine. Are you sure that you followed the Perfect Setup to the letter?
     

Share This Page