Could not make OpenSSL

Discussion in 'Installation/Configuration' started by Ikkepatrick, Feb 15, 2006.

  1. Ikkepatrick

    Ikkepatrick New Member

    I would like to install ISPConfig on Fedora Core 4 but i have this problem


    Code:
    Configured for linux-elf.
    making all in crypto...
    make[1]: Entering directory `/home/admin/Desktop/install_ispconfig/compile_aps/openssl-0.9.8/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: Commando niet gevonden
    make[1]: *** [cryptlib.o] Fout 127
    make[1]: Leaving directory `/home/admin/Desktop/install_ispconfig/compile_aps/openssl-0.9.8/crypto'
    make: *** [build_crypto] Fout 1
    ERROR: Could not make OpenSSL
    cd: error retrieving current directory: getcwd: cannot access parent directories: Onbekend bestand of map
    mv: cannot stat `binaries/aps.tar.gz': Onbekend bestand of map
    mv: cannot stat `binaries/spamassassin.tar.gz': Onbekend bestand of map
    mv: cannot stat `binaries/uudeview.tar.gz': Onbekend bestand of map
    mv: cannot stat `binaries/clamav.tar.gz': Onbekend bestand of map
    mv: cannot stat `binaries/cronolog': Onbekend bestand of map
    mv: cannot stat `binaries/cronosplit': Onbekend bestand of map
    mv: cannot stat `binaries/ispconfig_tcpserver': Onbekend bestand of map
    mv: cannot stat `binaries/zip': Onbekend bestand of map
    mv: cannot stat `binaries/unzip': Onbekend bestand of map
    tar: spamassassin.tar.gz: Kan niet open: Onbekend bestand of map
    tar: Fout is niet herstelbaar: er wordt nu afgesloten
    tar: Child returned status 2
    tar: Afsluitcode uitgesteld na eerdere fouten
    mv: cannot stat `spamassassin': Onbekend bestand of map
    tar: uudeview.tar.gz: Kan niet open: Onbekend bestand of map
    tar: Fout is niet herstelbaar: er wordt nu afgesloten
    tar: Child returned status 2
    tar: Afsluitcode uitgesteld na eerdere fouten
    mv: cannot stat `uudeview': Onbekend bestand of map
    tar: clamav.tar.gz: Kan niet open: Onbekend bestand of map
    tar: Fout is niet herstelbaar: er wordt nu afgesloten
    tar: Child returned status 2
    tar: Afsluitcode uitgesteld na eerdere fouten
    mv: cannot stat `clamav': Onbekend bestand of map
    tar: aps.tar.gz: Kan niet open: Onbekend bestand of map
    tar: Fout is niet herstelbaar: er wordt nu afgesloten
    tar: Child returned status 2
    tar: Afsluitcode uitgesteld na eerdere fouten
    ./setup2: line 771: ispconfig_tmp/php/bin/php: Onbekend bestand of map
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
    [root@host install_ispconfig]
    
    What can i do?? to instal ISPConfig
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I gues that gcc is missing. Install the GCC and flex package from fedora.
     
  3. Ikkepatrick

    Ikkepatrick New Member

    Thank you is ready
     

Share This Page