Debian Lenny based installation

Discussion in 'Installation/Configuration' started by daniel_rodriguez, Jun 18, 2008.

  1. Hi everyone,
    having new hardware is what we all want, right? But what happens when the distro of your choice doesn't support it, that was my first problem. Originally tried with Etch, but kernel version doesn't like the hardware I've got, so next came Lenny.
    And here I'am, making a clean and freh install following error appears whe trying to install some packages.

    Code:
    Internal Error, Could not perform immediate configuration (2) on libc6
    Any clue will be gratefully appreciated.
     
    Carla Sullivan likes this.
  2. falko

    falko Super Moderator ISPConfig Developer

    I'd try Ubuntu then, it should support newer hardware as well.
     
  3. tensor

    tensor New Member

    Also, there are no httpd binary in lenny, so setup2 fails on line 707.

    Had to manually change httpd to apache2.

    After that I got the error:
    Code:
    gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c -o cryptlib.o cryptlib.c
    cc1: error: unrecognized command line option "-m486"
    It is a deprecated option....
    The proper one to use is -mtune=i486. I am going to figure out how to fix the build process tomorrow.
     
  4. Camran

    Camran New Member

    your recommended (falko)


    Dear Falko,

    You are one of my intrested person that's why i want to know if you want to have server what dist you will use?
    i have 2 choice CentOS and Ubuntu.
    what is your recommended for someone like me ( not so much expreince in linux but learning)
    by the way excuse me to ask it in this topic.

    Best Regards,
    Cameron
     
  5. falko

    falko Super Moderator ISPConfig Developer

    I'd go for Ubuntu.
     
  6. Camran

    Camran New Member

    thanks for your comment

    Thanks for your comment.
     

Share This Page