I&#39;m trying to get rubymod, working to experiment with it, but I&#39;m getting the following error when I try to make on my Ubuntu system.<div><br></div><div><div>root@ubuntu:/usr/src/freeswitch/libs/esl# make rubymod</div>
<div>make MYLIB=&quot;../libesl.a&quot; SOLINK=&quot;-shared -Xlinker -x&quot; CFLAGS=&quot;-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes&quot; CXXFLAGS=&quot;-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -Wall -Werror -Wno-unused-variable&quot; CXX_CFLAGS=&quot;&quot; -C ruby</div>
<div>make[1]: Entering directory `/usr/src/freeswitch/libs/esl/ruby&#39;</div><div>g++ -shared -Xlinker -x esl_wrap.o ../libesl.a -lruby -o ESL.so -L.</div><div>/usr/bin/ld: cannot find -lruby</div><div>collect2: ld returned 1 exit status</div>
<div>make[1]: *** [ESL.so] Error 1</div><div>make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/ruby&#39;</div><div>make: *** [rubymod] Error 2</div><div><br></div><div>I&#39;m currently using event sockets with a fully ruby implementation, but it&#39;s sort of slow at reading sockets. If I can get it working, it will be interesting seeing if I can improve performance. Does rubymod support events the same way the perlmod does? Thanks.</div>
<div><br></div><div>--matt</div><div><br></div></div>