View previous topic :: View next topic |
Author |
Message |
jancici Apprentice

Joined: 27 Jan 2004 Posts: 284 Location: Slovakia
|
Posted: Mon Jun 27, 2011 10:41 am Post subject: glibc and __getpagesize [solved] |
|
|
hi
I am using commercial software. I had no problems in past. I did star to us it again after a while and have problem now.
this is output from console:
Code: | ../sysdeps/unix/sysv/linux/getpagesize.c:32: __getpagesize: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.
Segmentation fault |
I did find this bug : https://bugs.gentoo.org/332927?id=332927
and looks that problem is static linking libc library
I did check that with LDD comand
Code: | ldd my_program
not a dynamic executable |
thanks for any tip / help to run that program.
Last edited by jancici on Tue Jun 28, 2011 8:05 am; edited 1 time in total |
|
Back to top |
|
 |
jancici Apprentice

Joined: 27 Jan 2004 Posts: 284 Location: Slovakia
|
Posted: Tue Jun 28, 2011 8:04 am Post subject: |
|
|
problem is solved
author did recompile that program with dynamic links and it is working now |
|
Back to top |
|
 |
|