Find the answer to your Linux question:
Results 1 to 3 of 3
I need to install glibc6 because several .deb packages say they can't install because they are depending on it. I can not find a direct download of glibc6 for ubuntu ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    21

    glibc6

    I need to install glibc6 because several .deb packages say they can't install because they are depending on it. I can not find a direct download of glibc6 for ubuntu that doesn't require a ./configure, make & make install.
    So, i downloaded glibc6 and untared to
    /usr/src/glibc-2.6.1
    the build directory is:
    /usr/src/glibc-build
    I then typed:
    cd /usr/src/glibc-build
    sudo ../glibc-2.6.1/configure --prefix=/usr
    (all is fine up to here, then I typed)
    sudo make
    and get something about 'Versions.all' needed by abi-versions.h

    make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.6.1 objdir=`pwd` all
    make[1]: Entering directory `/usr/src/glibc-2.6.1'
    mawk -f scripts/gen-sorted.awk \
    -v subdirs='csu assert ctype locale intl catgets math setjmp signal stdlib stdio-common libio malloc string wcsmbs time dirent grp pwd posix io termios resource misc socket sysvipc gmon gnulib iconv iconvdata wctype manual shadow po argp crypt nss localedata timezone rt conform debug dlfcn elf' \
    -v srcpfx='' \
    nptl/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs sysdeps/unix/Subdirs assert/Depend intl/Depend catgets/Depend stdlib/Depend stdio-common/Depend libio/Depend malloc/Depend string/Depend wcsmbs/Depend time/Depend posix/Depend iconvdata/Depend nss/Depend localedata/Depend rt/Depend debug/Depend > /usr/src/glibc2.6-build/sysd-sorted-tmp
    mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed (bad class -- [], [^] or [)
    /[^
    mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ]
    mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "", subd ...
    make[1]: *** No rule to make target `/usr/src/glibc2.6-build/Versions.all', needed by `/usr/src/glibc2.6-build/abi-versions.h'. Stop.
    make[1]: Leaving directory `/usr/src/glibc-2.6.1'
    make: *** [all] Error 2

    Lastly, I read I could type:
    sudo aptitude install libc6-dev
    to get libc6 with no problem
    under ubuntu 7.10, which is my distro. However, it tells me there are several unresolved dependencies:
    "Leave the following dependencies unresolved:
    libgnomevfs2-0 recommends gnome-mount
    gconf2 recommends libgtk2.0-0
    Score is 23473"

    aptitude wants to delete over 200+ - I looked at some and firefox was one of them which I am now using to type in this window...
    Also, the gain of installing libc6 at the expense of losing everything like gtk is obviously not worth it.
    thanks in advance,

  2. #2
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    21
    Thanks - it's working:
    I also found....
    http://ubuntu.interlegis.gov.br/ubun...untu9_i386.deb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...