Re: open_dll() with FreeBSD
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jan 13, 2003
- 437 views
On Sun, 12 Jan 2003 19:53:28 -0600, "C. K. Lester" <cklester at yahoo.com> wrote: >c_proc/c_func: bad routine number (-1) Try using a real library from /usr/lib, eg libgtk.so Run "nm" on it to find a symbol which is definitely defined. Try it with a full path and not, and when running as root. There was a problem in earlier versions of Eu which meant that if you ran ldd -l libgtk.so and it returned any undefined symbols it wouldn't load, but according to the message archive that has been fixed. However it cannot hurt to rule that out. HTH, Pete