installation failed with make command not found

Discussion in 'Installation/Configuration' started by Cirox, Mar 21, 2006.

  1. Cirox

    Cirox New Member

    Hi,

    i followed the debian sarge perfect setup, and installed flex and gcc but i get the following error:

    Code:
    Operating system: i686-whatever-linux2
    Configuring for linux-elf
    Configuring for linux-elf
        no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
        no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
        no-mdc2         [default]  OPENSSL_NO_MDC2 (skip dir)
        no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
        no-shared       [default]
        no-zlib         [default]
        no-zlib-dynamic [default]
    IsMK1MF=0
    CC            =gcc
    CFLAG         =-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
    EX_LIBS       =-ldl
    CPUID_OBJ     =x86cpuid-elf.o
    BN_ASM        =bn86-elf.o co86-elf.o
    DES_ENC       =dx86-elf.o yx86-elf.o
    AES_ASM_OBJ   =ax86-elf.o
    BF_ENC        =bx86-elf.o
    CAST_ENC      =cx86-elf.o
    RC4_ENC       =rx86-elf.o
    RC5_ENC       =r586-elf.o
    MD5_OBJ_ASM   =mx86-elf.o
    SHA1_OBJ_ASM  =sx86-elf.o s512sse2-elf.o
    RMD160_OBJ_ASM=rm86-elf.o
    PROCESSOR     =
    RANLIB        =/usr/bin/ranlib
    ARFLAGS       =
    PERL          =/usr/bin/perl
    THIRTY_TWO_BIT mode
    DES_PTR used
    DES_RISC1 used
    DES_UNROLL used
    BN_LLONG mode
    RC4_INDEX mode
    RC4_CHUNK is undefined
    sh: line 1: make: command not found
    ./compile: line 113: make: command not found
    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
    
    Whats wrong?

    greetings cirox
     
  2. Cirox

    Cirox New Member

    Hi,

    for today i asked myself ;-)

    i solved the problem with:

    Code:
    apt-get install make
    
    greetings cirox
     

Share This Page