Debian3.1 | PHP Binary

Discussion in 'Installation/Configuration' started by planet_fox, Sep 25, 2006.

  1. planet_fox

    planet_fox Member HowtoForge Supporter

    I have this Problem on installation on my Debian3.1 Sarge
    I have use the Perfect Debian3.1 install howto.

    I do Install from

    /root

    uname -m gives output

    i686


    ISPConfig Version is 2.2.6

    Thanks4help
    PHP:
    Configured for linux-elf.
    making all in crypto...
    make[1]: Entering directory `/root/install_ispconfig/compile_aps/openssl-0.9.8b/crypto'
    ( echo "#ifndef MK1MF_BUILD"; \
    echo '  /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
    echo '  #define CFLAGS "gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM"'; \
    echo '  #define PLATFORM "linux-elf"'; \
    echo "  #define DATE \"
    `LC_ALL=C LC_TIME=C date`\""; \
    echo '#endif' ) >buildinf.h
    gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM   -c -o cryptlib.o cryptlib.c
    make[1]: gcc: Command not found
    make[1]: *** [cryptlib.o] Error 127
    make[1]: Leaving directory 
    `/root/install_ispconfig/compile_aps/openssl-0.9.8b/crypto'
    make: *** [build_crypto] Error 1
    ERROR: Could not make OpenSSL
    cd: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    cd: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz'
    No such file or directory
    job
    -working-directorycould not get current directorygetcwdcannot access parent directoriesNo such file or directory
    mv
    cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat 
    `binaries/uudeview.tar.gz': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz'
    No such file or directory
    job
    -working-directorycould not get current directorygetcwdcannot access parent directoriesNo such file or directory
    mv
    cannot stat `binaries/cronolog': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat 
    `binaries/cronosplit'job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    : No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver'
    job-working-directorycould not get current directorygetcwdcannot access parent directoriesNo such file or directory
    No such file or directory
    job
    -working-directorycould not get current directorygetcwdcannot access parent directoriesNo such file or directory
    mv
    cannot stat `binaries/zip': No such file or directory
    mv: cannot stat 
    `binaries/unzip': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `spamassassin'
    No such file or directory
    job
    -working-directorycould not get current directorygetcwdcannot access parent directoriesNo such file or directory
    tar
    uudeview.tar.gzCannot openNo such file or directory
    tar
    Error is not recoverableexiting now
    tar
    Child returned status 2
    tar
    Error exit delayed from previous errors
    job
    -working-directorycould not get current directorygetcwdcannot access parent directoriesNo such file or directory
    mv
    cannot stat `uudeview': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat 
    `clamav': No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    ./setup2: line 816: ispconfig_tmp/php/bin/php: No such file or directory
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
    ERROR: Das mitgelieferte PHP-Binary funktioniert auf Ihrem System nicht! Die Installation bricht hier ab!
    job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
     
  2. denmaus

    denmaus New Member

    Install gcc-Compiler

    it seems like GCC is not installed, install it with apt-get first and try again.

     
    Last edited: Sep 25, 2006
  3. planet_fox

    planet_fox Member HowtoForge Supporter

    Yes

    Thats was the problem Thank you
     

Share This Page