When I run libc.so.6
in command line I get information about its version:
[intigua@localhost src]$ /lib/libc.so.6
GNU C Library stable release version 2.5, by Roland McGrath et al.
Copyright (C) 2006 Free Software Foundation, Inc.
...
How do I make my .so to do this?
If I just try to activate a .so I compiled, it just causes a segmentation fault. What is it trying to run?