From: Brian Candler Date: 2003-07-23T22:37:31+09:00 Subject: Re: Embedding problem - SEGV On Wed, Jul 23, 2003 at 10:10:12PM +0900, ts wrote: > >>>>> "B" == Brian Candler writes: > > B> I gave the compile/link command in the previous post, and adding -ldl makes > B> it fail: > > svg% ruby -rrbconfig -e 'p Config::CONFIG["LIBS"], Config::CONFIG["LDFLAGS"]' > "-ldl -lcrypt -lm " > "-rdynamic" > svg% > > See Config::CONFIG["LDFLAGS"] Thanks: adding -rdynamic lets me load external .so's Cheers, Brian.