LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-25-2014, 01:12 AM   #1
sagar666
Member
 
Registered: Feb 2013
Posts: 212

Rep: Reputation: Disabled
Error glibc 2.4 not found quartus _sh required


Hi,
we using quartus 13 sp1 application to build our code.
OS: REDHAT 5.7

But we are receiving below error please help me to resolve this issue.

quartus_sh: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by quartus_sh)
quartus_sh: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by quartus_sh)
quartus_sh: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by quartus_sh)
quartus_sh: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by quartus_sh)
Warning (292006): Can't contact license server "@shuttle1" -- this server will be ignored
Warning (292006): Can't contact license server "@shuttle2" -- this server will be ignored
Warning (292006): Can't contact license server "@shuttle3" -- this server will be ignored
Warning (292006): Can't contact license server "27001@vncin3" -- this server will be ignored
Info: *******************************************************************
Info: Running Quartus II 64-Bit TimeQuest Timing Analyzer
Info: Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Full Version
Info: Copyright (C) 1991-2013 Altera Corporation. All rights reserved.
Info: Your use of Altera Corporation's design tools, logic functions
Info: and other software and tools, and its AMPP partner logic
Info: functions, and any output files from any of the foregoing
Info: (including device programming or simulation files), and any
Info: associated documentation or information are expressly subject
Info: to the terms and conditions of the Altera Program License
Info: Subscription Agreement, Altera MegaCore Function License
Info: Agreement, or other applicable license agreement, including,
Info: without limitation, that your use is for the sole purpose of
Info: programming logic devices manufactured by Altera and sold by
Info: Altera or its authorized distributors. Please refer to the
Info: applicable agreement for further details.
Info: Processing started: Wed Dec 24 22:56:44 2014
Info: Command: quartus_sta -t fpga_tpeside_report_timing.tcl
------------------------------------------------
ERROR: Can't run TimeQuest Timing Analyzer (quartus_sta) -- Fitter (quartus_fit) failed or was not run. Run the Fitter (quartus_fit) successfully before running the TimeQuest analyzer (create_timing_netlist).

while executing
"create_timing_netlist"
(file "fpga_tpeside_report_timing.tcl" line 2)
------------------------------------------------
Error (23031): Evaluation of Tcl script fpga_tpeside_report_timing.tcl unsuccessful
Error: Quartus II 64-Bit TimeQuest Timing Analyzer was unsuccessful. 1 error, 4 warnings
Error: Peak virtual memory: 448 megabytes
Error: Processing ended: Wed Dec 24 22:58:00 2014
Error: Elapsed time: 00:01:16
Error: Total CPU time (on all processors): 00:00:01
 
Old 12-25-2014, 05:35 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
/lib64/tls/libc.so.6: version `GLIBC_2.4' not found
There is no »/lib64/tls/« in RHEL 5.x, I think.
? Any doubts :
Please ask Redhat https://access.redhat.com/support/contact/

Else, suggest : # mkdir /lib64/tls/
# cd /lib64/tls/
# ln -s ../libc-2.5.so libc.so.6


Note : The (most) `GLIBC_2.4' components are included in glibc-2.5 .


-
 
Old 12-25-2014, 10:08 PM   #3
sagar666
Member
 
Registered: Feb 2013
Posts: 212

Original Poster
Rep: Reputation: Disabled
Hi Knudfl,

Done below steps

# mkdir /lib64/tls/
# cd /lib64/tls/
# ln -s ../libc-2.5.so libc.so.6

Still problem didn't resolved
 
Old 12-26-2014, 04:33 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
... Well, then please ask your support :
. https://access.redhat.com/support/contact/
. http://www.altera.com/support/spt-index.html
 
Old 12-26-2014, 12:28 PM   #5
Valery Reznic
ELF Statifier author
 
Registered: Oct 2007
Posts: 676

Rep: Reputation: 137Reputation: 137
And whaht is this quartus application?
Was it built for RHEL 5.7 of or for some different platform and then you copied it to RHEL 5.7?
 
Old 12-28-2014, 03:04 PM   #6
debguy
Member
 
Registered: Oct 2014
Location: U.S.A.
Distribution: mixed, mostly debian slackare today
Posts: 207

Rep: Reputation: 19
i checked the site. their linux downloads require payment.

that's where free help stops right ?
 
  


Reply

Tags
codeanalyst, linking, linux, linux live



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
glibc, error: compiler support for __thread is required StefanTh Linux - Newbie 2 01-19-2011 11:41 AM
configure: error: libSDL_image is required and cannot be found pashak Linux - Newbie 1 09-25-2009 02:21 AM
glibc 2.3.6 - configure: error: compiler support for __thread is required egghead Linux - General 0 02-26-2006 09:00 AM
** ERROR **: PyGTK (2, 6, 0) required, but (2, 4, 1) found alfNtexas Linux - Software 2 09-14-2005 03:24 PM
help required to solve error = line 3: H: command not found Imtiaz Deen Red Hat 1 07-29-2005 01:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration