I'm trying to get rubymod, working to experiment with it, but I'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="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="-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" CXXFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -Wall -Werror -Wno-unused-variable" CXX_CFLAGS="" -C ruby</div>
<div>make[1]: Entering directory `/usr/src/freeswitch/libs/esl/ruby'</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'</div><div>make: *** [rubymod] Error 2</div><div><br></div><div>I'm currently using event sockets with a fully ruby implementation, but it'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>