Skip to main content
added 5 characters in body; edited tags
Source Link
slm
  • 379.8k
  • 127
  • 793
  • 897

The version of glibc in the repository is 2.13 so I couldn't use apt-getapt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I gotget this error  :

checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... no
configure: error: linker with -z relro support required

MySQL workbench relies on glibc-2.14. How can I get workbench installed?

The version of glibc in repository is 2.13 so I couldn't use apt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I got this error  :

checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... no
configure: error: linker with -z relro support required

MySQL workbench relies on glibc-2.14. How can I get workbench installed?

The version of glibc in the repository is 2.13 so I couldn't use apt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I get this error:

checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... no
configure: error: linker with -z relro support required

MySQL workbench relies on glibc-2.14. How can I get workbench installed?

fixed spelling in the title
Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228

The version of glibc in repository is 2.13 so I couldn't use apt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I got this error :

checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... no
configure: error: linker with -z relro support required

MySqlMySQL workbench relies on glibc-2.14. How can I need get workbench installed. Any idea? Thanks~

The version of glibc in repository is 2.13 so I couldn't use apt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I got this error :

checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... no
configure: error: linker with -z relro support required

MySql workbench relies on glibc-2.14. I need get workbench installed. Any idea? Thanks~

The version of glibc in repository is 2.13 so I couldn't use apt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I got this error :

checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... no
configure: error: linker with -z relro support required

MySQL workbench relies on glibc-2.14. How can I get workbench installed?

Install Error while installing glibc-2.14 in Debian 7.6from source

Source Link
Neo
  • 113
  • 4
Loading