From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20246 invoked by alias); 16 Oct 2007 14:59:27 -0000 Received: (qmail 20236 invoked by uid 22791); 16 Oct 2007 14:59:26 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS,TW_LG X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 16 Oct 2007 14:59:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IhntA-00072P-Fz for glibc-bugs@sourceware.org; Tue, 16 Oct 2007 07:59:20 -0700 Message-ID: <13235357.post@talk.nabble.com> Date: Tue, 16 Oct 2007 14:59:00 -0000 From: verbal To: glibc-bugs@sourceware.org Subject: installing second glibc on the system MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: rastageorge@gmail.com X-IsSubscribed: yes Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00102.txt.bz2 I am trying to install an older version of glibc on my system (ubuntu linux) without removing the primary version. When i am running the make commnd, after about 10 min. of compiling i get this error: (i tried with both glibc-2.5 and glibc-2.4 and i get exactly the same error). a - /home/george/glibc-2.5/compile/time/rtld-setitimer.os : /home/george/glibc-2.5/compile/elf/rtld-libc.aT mv -f /home/george/glibc-2.5/compile/elf/rtld-libc.aT /home/george/glibc-2.5/compile/elf/rtld-libc.a make[3]: Leaving directory `/home/george/glibc-2.5/elf' gcc -nostdlib -nostartfiles -r -o /home/george/glibc-2.5/compile/elf/librtld.os '-Wl,-(' /home/george/glibc-2.5/compile/elf/dl-allobjs.os /home/george/glibc-2.5/compile/elf/rtld-libc.a -lgcc '-Wl,-)' \ -Wl,-Map,/home/george/glibc-2.5/compile/elf/librtld.os.map gcc -nostdlib -nostartfiles -shared \ -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -Wl,-z,defs -Wl,--verbose 2>&1 | \ LC_ALL=C \ sed -e '/^=========/,/^=========/!d;/^=========/d' \ -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \ > /home/george/glibc-2.5/compile/elf/ld.so.lds gcc -nostdlib -nostartfiles -shared -o /home/george/glibc-2.5/compile/elf/ld.so \ -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -Wl,-z,defs \ /home/george/glibc-2.5/compile/elf/librtld.os -Wl,--version-script=/home/george/glibc-2.5/compile/ld.map \ -Wl,-soname=ld-linux.so.2 -T /home/george/glibc-2.5/compile/elf/ld.so.lds /home/george/glibc-2.5/compile/elf/librtld.os: In function `print_statistics': /home/george/glibc-2.5/elf/rtld.c:2828: undefined reference to `__stack_chk_fail_local' /home/george/glibc-2.5/compile/elf/librtld.os: In function `process_dl_debug': /home/george/glibc-2.5/elf/rtld.c:2464: undefined reference to `__stack_chk_fail_local' /home/george/glibc-2.5/compile/elf/librtld.os: In function `process_envvars': /home/george/glibc-2.5/elf/rtld.c:2723: undefined reference to `__stack_chk_fail_local' /home/george/glibc-2.5/compile/elf/librtld.os: In function `dl_main': /home/george/glibc-2.5/elf/rtld.c:2344: undefined reference to `__stack_chk_fail_local' /home/george/glibc-2.5/compile/elf/librtld.os: In function `print_search_path': /home/george/glibc-2.5/elf/dl-load.c:1575: undefined reference to `__stack_chk_fail_local' /home/george/glibc-2.5/compile/elf/librtld.os:/home/george/glibc-2.5/elf/dl-load.c:1795: more undefined references to `__stack_chk_fail_local' follow collect2: ld returned 1 exit status make[2]: *** [/home/george/glibc-2.5/compile/elf/ld.so] Error 1 make[2]: Leaving directory `/home/george/glibc-2.5/elf' make[1]: *** [elf/subdir_lib] Error 2 make[1]: Leaving directory `/home/george/glibc-2.5' make: *** [all] Error 2 any suggestions about what's happening and how can i fix this? Thanx in advance. -- View this message in context: http://www.nabble.com/installing-second-glibc-on-the-system-tf4634740.html#a13235357 Sent from the Sourceware - glibc-bugs mailing list archive at Nabble.com.