in reply to embedding perl in a shared library crashes if shared lib is load dynamically
You probably may wish to check the return value from dlsym as well.if (!handle) { fprintf (stderr, "%s\n", dlerror()); return 1; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: embedding perl in a shared library crashes if shared lib is loaded dynamically
by lorius (Novice) on Jan 06, 2010 at 13:30 UTC | |
by cdarke (Prior) on Jan 06, 2010 at 14:28 UTC | |
by lorius (Novice) on Jan 06, 2010 at 16:14 UTC |