Results 1 to 2 of 2
I want static linked glibc (v2. with my program and after that run on any other linux, but i get error:
./hamo: /lib/libc.so.6: version `GLIBC_2.8' not found (required by ./hamo)
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-20-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
static linking glibc - Fails
I want static linked glibc (v2.
with my program and after that run on any other linux, but i get error:
./hamo: /lib/libc.so.6: version `GLIBC_2.8' not found (required by ./hamo)
I build and linking my program on OpenSUSE 11.0
Any info is welcome.
- 01-20-2009 #2
DO you have the DEVELOPMENT versions installed. To statically link you will need the source.


Reply With Quote
